TEST DEBUG ++++++++++++++++++++++++++++++++++++++++++++
'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/2/ROOT-1-133576509696931889): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\System.Data.OracleClient\v4.0_4.0.0.0__b77a5c561934e089\System.Data.OracleClient.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Exception thrown: 'System.ArgumentNullException' in EntityFramework.dll
An exception of type 'System.ArgumentNullException' occurred in EntityFramework.dll but was not handled in user code
Value cannot be null.
TEST DEBUG ++++++++++++++++++++++++++++++++++++++++++++
'iisexpress.exe' (CLR v4.0.30319: /LM/W3SVC/2/ROOT-1-133576509696931889): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_32\System.Data.OracleClient\v4.0_4.0.0.0__b77a5c561934e089\System.Data.OracleClient.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Exception thrown: 'System.ArgumentNullException' in EntityFramework.dll
An exception of type 'System.ArgumentNullException' occurred in EntityFramework.dll but was not handled in user code
Yes, it's a legacy app which was having a few caching issues using some other framework.
Now we're changing it to EF6 temporarily until we move to EF core