DerekSMorin
DerekSMorin
Thanks for the speedy replies, @mwetzko and @AaronRobinsonMSFT . I was able to get the assembly load context in both scenarios. var handleContext = System.Runtime.Loader.AssemblyLoadContext.GetLoadContext(handle.Target.GetType().Assembly); var iloggerContext = System.Runtime.Loader.AssemblyLoadContext.GetLoadContext(typeof(ILogger).Assembly); In...
The .NET runtime is first loaded by an ASP .NET Core application. We currently use PInvoke to setup delegates to be able to create ILoggers from native code. We have...
Would this command also work with slnf ( solution filter files )? Sorry for creating a duplicate issue, searching for "target" had way too many hits and I couldn't figure...
I'm seeing this as well. I wonder if it is related to the scenario where we try to submit too many records to be resubmitted and we hit the lock...
+1 - either remember last location in a session, but ideally I think a setting under: "Snippet Designer" - "General Options" Default Snippet Save Folder
@mungojam - thank you so much! I think my issue was using the: Project2015To2017.Migrate2019.Library nuget package rather than Project2015To2017