-
Notifications
You must be signed in to change notification settings - Fork 727
Description
Issue Description
On .NET SDK 5.0.100, the ILSpy integration seems to decompile reference assemblies for all Microsoft packages instead of the actual source:
Steps to Reproduce
- Install the latest OmniSharp
- Install .NET SDK 5
- Decompile any Microsoft library call like
services.AddHttpClient
or_logger.LogInformation
Expected Behavior
The original source code decompiled - or even better, fetch the source if it's available via Source Link
Actual Behavior
See screenshot above
Logs
OmniSharp log
OmniSharp server started.
Path: c:\Users\danie.vscode\extensions\ms-dotnettools.csharp-1.23.6.omnisharp\1.37.3\OmniSharp.exe
PID: 21872
Starting OmniSharp on Windows 6.2.9200.0 (x64)
info: OmniSharp.Services.DotNetCliService
DotNetPath set to dotnet
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Located 2 MSBuild instance(s)
1: Visual Studio Community 2019 16.8.30717.126 - "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin"
2: StandAlone 16.8.0 - "c:\Users\danie.vscode\extensions\ms-dotnettools.csharp-1.23.6.omnisharp\1.37.3.msbuild\Current\Bin"
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Registered MSBuild instance: Visual Studio Community 2019 16.8.30717.126 - "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin"
info: OmniSharp.Cake.CakeProjectSystem
Detecting Cake files in 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet'.
info: OmniSharp.Cake.CakeProjectSystem
Could not find any Cake files
info: OmniSharp.MSBuild.ProjectSystem
Detecting projects in 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\Sentry.sln'.
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\Sentry.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\Sentry.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Basic\Sentry.Samples.Console.Basic.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.ME.Logging\Sentry.Samples.ME.Logging.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\Sentry.Extensions.Logging.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\Sentry.Samples.Console.Customized.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\benchmarks\Sentry.Benchmarks\Sentry.Benchmarks.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\Sentry.AspNetCore.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Basic\Sentry.Samples.AspNetCore.Basic.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Mvc\Sentry.Samples.AspNetCore.Mvc.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\Sentry.AspNetCore.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\Sentry.Extensions.Logging.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\Sentry.Testing.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Log4Net\Sentry.Samples.Log4Net.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\Sentry.Log4Net.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\Sentry.Log4Net.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.GenericHost\Sentry.Samples.GenericHost.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\Sentry.Serilog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\Sentry.Serilog.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Serilog\Sentry.Samples.Serilog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Serilog\Sentry.Samples.AspNetCore.Serilog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\Sentry.NLog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\Sentry.NLog.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.NLog\Sentry.Samples.NLog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore5.Mvc\Sentry.Samples.AspNetCore5.Mvc.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNet\Sentry.AspNet.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNet.Tests\Sentry.AspNet.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore.Grpc\Sentry.AspNetCore.Grpc.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Grpc.Tests\Sentry.AspNetCore.Grpc.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Grpc\Sentry.Samples.AspNetCore.Grpc.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Blazor.Wasm\Sentry.Samples.AspNetCore.Blazor.Wasm.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Aws.Lambda.AspNetCoreServer\Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj'
info: OmniSharp.Script.ScriptProjectSystem
Detecting CSX files in 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet'.
info: OmniSharp.Script.ScriptProjectSystem
Could not find any CSX files
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\Sentry.csproj
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.Completion.CompletionOptionsProvider, Order: 0
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
info: OmniSharp.WorkspaceInitializer
Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.BlockStructureWorkspaceOptionsProvider, Order: 140
info: OmniSharp.WorkspaceInitializer
Configuration finished.
info: OmniSharp.Stdio.Host
Omnisharp server running using Stdio at location 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet' on host 34388.
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\Sentry.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\Sentry.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\Sentry.Tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\Sentry.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\Sentry.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Basic\Sentry.Samples.Console.Basic.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Basic\Sentry.Samples.Console.Basic.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Basic\Sentry.Samples.Console.Basic.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.ME.Logging\Sentry.Samples.ME.Logging.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.ME.Logging\Sentry.Samples.ME.Logging.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.ME.Logging\Sentry.Samples.ME.Logging.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\Sentry.Extensions.Logging.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\Sentry.Extensions.Logging.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\Sentry.Extensions.Logging.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\Sentry.Samples.Console.Customized.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\Sentry.Samples.Console.Customized.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\Sentry.Samples.Console.Customized.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\benchmarks\Sentry.Benchmarks\Sentry.Benchmarks.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\benchmarks\Sentry.Benchmarks\Sentry.Benchmarks.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\benchmarks\Sentry.Benchmarks\Sentry.Benchmarks.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\Sentry.AspNetCore.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\Sentry.AspNetCore.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\Sentry.AspNetCore.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Basic\Sentry.Samples.AspNetCore.Basic.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Basic\Sentry.Samples.AspNetCore.Basic.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Basic\Sentry.Samples.AspNetCore.Basic.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Mvc\Sentry.Samples.AspNetCore.Mvc.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Mvc\Sentry.Samples.AspNetCore.Mvc.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Mvc\Sentry.Samples.AspNetCore.Mvc.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\Sentry.AspNetCore.Tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\Sentry.AspNetCore.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\Sentry.AspNetCore.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\Sentry.Extensions.Logging.Tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\Sentry.Extensions.Logging.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\Sentry.Extensions.Logging.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\Sentry.Testing.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\Sentry.Testing.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\Sentry.Testing.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Log4Net\Sentry.Samples.Log4Net.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Log4Net\Sentry.Samples.Log4Net.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Log4Net\Sentry.Samples.Log4Net.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\Sentry.Log4Net.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\Sentry.Log4Net.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\Sentry.Log4Net.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\Sentry.Log4Net.Tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\Sentry.Log4Net.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\Sentry.Log4Net.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.GenericHost\Sentry.Samples.GenericHost.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.GenericHost\Sentry.Samples.GenericHost.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.GenericHost\Sentry.Samples.GenericHost.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\Sentry.Serilog.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\Sentry.Serilog.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\Sentry.Serilog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\Sentry.Serilog.Tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\Sentry.Serilog.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\Sentry.Serilog.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Serilog\Sentry.Samples.Serilog.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Serilog\Sentry.Samples.Serilog.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Serilog\Sentry.Samples.Serilog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Serilog\Sentry.Samples.AspNetCore.Serilog.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Serilog\Sentry.Samples.AspNetCore.Serilog.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Serilog\Sentry.Samples.AspNetCore.Serilog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\Sentry.NLog.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\Sentry.NLog.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\Sentry.NLog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\Sentry.NLog.Tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\Sentry.NLog.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\Sentry.NLog.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.NLog\Sentry.Samples.NLog.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.NLog\Sentry.Samples.NLog.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.NLog\Sentry.Samples.NLog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore5.Mvc\Sentry.Samples.AspNetCore5.Mvc.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore5.Mvc\Sentry.Samples.AspNetCore5.Mvc.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore5.Mvc\Sentry.Samples.AspNetCore5.Mvc.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNet\Sentry.AspNet.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNet\Sentry.AspNet.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNet\Sentry.AspNet.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNet.Tests\Sentry.AspNet.Tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNet.Tests\Sentry.AspNet.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNet.Tests\Sentry.AspNet.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore.Grpc\Sentry.AspNetCore.Grpc.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore.Grpc\Sentry.AspNetCore.Grpc.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore.Grpc\Sentry.AspNetCore.Grpc.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Grpc.Tests\Sentry.AspNetCore.Grpc.Tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Grpc.Tests\Sentry.AspNetCore.Grpc.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Grpc.Tests\Sentry.AspNetCore.Grpc.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Grpc\Sentry.Samples.AspNetCore.Grpc.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Grpc\Sentry.Samples.AspNetCore.Grpc.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Grpc\Sentry.Samples.AspNetCore.Grpc.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Blazor.Wasm\Sentry.Samples.AspNetCore.Blazor.Wasm.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Blazor.Wasm\Sentry.Samples.AspNetCore.Blazor.Wasm.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Blazor.Wasm\Sentry.Samples.AspNetCore.Blazor.Wasm.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Aws.Lambda.AspNetCoreServer\Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Aws.Lambda.AspNetCoreServer\Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Aws.Lambda.AspNetCoreServer\Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj'
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.Console.Basic
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.ME.Logging
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Extensions.Logging
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.Console.Customized
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Benchmarks
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.AspNetCore
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.AspNetCore.Basic
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.AspNetCore.Mvc
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.AspNetCore.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Extensions.Logging.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Testing
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.Log4Net
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Log4Net
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Log4Net.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.GenericHost
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Serilog
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Serilog.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.Serilog
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.AspNetCore.Serilog
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.NLog
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.NLog.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.NLog
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.AspNetCore5.Mvc
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.AspNet
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.AspNet.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.AspNetCore.Grpc
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.AspNetCore.Grpc.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.AspNetCore.Grpc
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.AspNetCore.Blazor.Wasm
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.Aws.Lambda.AspNetCoreServer
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\Sentry.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore5.Mvc\Sentry.Samples.AspNetCore5.Mvc.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Log4Net\Sentry.Samples.Log4Net.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\Sentry.csproj
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Log4Net\Sentry.Samples.Log4Net.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.NLog\Sentry.Samples.NLog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\Sentry.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore5.Mvc\Sentry.Samples.AspNetCore5.Mvc.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Blazor.Wasm\Sentry.Samples.AspNetCore.Blazor.Wasm.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNet.Tests\Sentry.AspNet.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Aws.Lambda.AspNetCoreServer\Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\Sentry.NLog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore.Grpc\Sentry.AspNetCore.Grpc.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\Sentry.Samples.Console.Customized.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\Sentry.Extensions.Logging.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.NLog\Sentry.Samples.NLog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Grpc\Sentry.Samples.AspNetCore.Grpc.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\Sentry.NLog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNet.Tests\Sentry.AspNet.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Aws.Lambda.AspNetCoreServer\Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Blazor.Wasm\Sentry.Samples.AspNetCore.Blazor.Wasm.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\Sentry.Extensions.Logging.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Grpc\Sentry.Samples.AspNetCore.Grpc.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\Sentry.Samples.Console.Customized.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore.Grpc\Sentry.AspNetCore.Grpc.csproj'
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\Sentry.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore5.Mvc\Sentry.Samples.AspNetCore5.Mvc.csproj
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNet\Sentry.AspNet.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Basic\Sentry.Samples.Console.Basic.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNet\Sentry.AspNet.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Basic\Sentry.Samples.Console.Basic.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.ME.Logging\Sentry.Samples.ME.Logging.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Serilog\Sentry.Samples.Serilog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.ME.Logging\Sentry.Samples.ME.Logging.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Serilog\Sentry.Samples.Serilog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.GenericHost\Sentry.Samples.GenericHost.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Basic\Sentry.Samples.AspNetCore.Basic.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\Sentry.AspNetCore.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.GenericHost\Sentry.Samples.GenericHost.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Basic\Sentry.Samples.AspNetCore.Basic.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\Sentry.AspNetCore.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\benchmarks\Sentry.Benchmarks\Sentry.Benchmarks.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\benchmarks\Sentry.Benchmarks\Sentry.Benchmarks.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\Sentry.Serilog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Serilog\Sentry.Samples.AspNetCore.Serilog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\Sentry.Serilog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Grpc.Tests\Sentry.AspNetCore.Grpc.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Grpc.Tests\Sentry.AspNetCore.Grpc.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\Sentry.Log4Net.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Serilog\Sentry.Samples.AspNetCore.Serilog.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\Sentry.Serilog.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\Sentry.Testing.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\Sentry.NLog.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\Sentry.Log4Net.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\Sentry.Extensions.Logging.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\Sentry.AspNetCore.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\Sentry.Serilog.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\Sentry.NLog.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\Sentry.Testing.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\Sentry.Extensions.Logging.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\Sentry.AspNetCore.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\Sentry.Log4Net.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\Sentry.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\Sentry.Log4Net.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\Sentry.Tests.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Mvc\Sentry.Samples.AspNetCore.Mvc.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Mvc\Sentry.Samples.AspNetCore.Mvc.csproj'
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore5.Mvc\Sentry.Samples.AspNetCore5.Mvc.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Log4Net\Sentry.Samples.Log4Net.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Log4Net\Sentry.Samples.Log4Net.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.NLog\Sentry.Samples.NLog.csproj
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\netstandard2.0\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\netstandard2.0\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\netstandard2.0\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\netstandard2.0\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\netstandard2.0\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\netstandard2.0\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\netstandard2.0\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\netstandard2.0\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\netstandard2.0\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\net461\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\net461\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\net461\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\net461\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\net461\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\net461\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\net461\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\netstandard2.0\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\net461\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\net461\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\netstandard2.0\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.NLog\Sentry.Samples.NLog.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Blazor.Wasm\Sentry.Samples.AspNetCore.Blazor.Wasm.csproj
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\netstandard2.0\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\netstandard2.1\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\netstandard2.1\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\net461\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\netstandard2.0\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\netstandard2.0\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\netstandard2.0\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\obj\Debug\net461\NuGet\2FAB6B2A777078633592614BFB3EF1909BF6EEE8\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\netstandard2.0\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\netstandard2.0\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\netcoreapp3.1\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\netstandard2.0\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\netstandard2.1\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\netstandard2.0\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\netcoreapp3.1\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\netcoreapp2.1\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\netcoreapp2.1\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\netcoreapp2.1\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\netstandard2.0\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\netstandard2.1\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\netcoreapp2.1\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\netstandard2.0\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\netcoreapp2.1\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\netcoreapp2.1\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\netstandard2.0\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\netcoreapp2.1\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\netstandard2.0\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\netstandard2.0\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\netstandard2.0\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\netstandard2.0\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\netcoreapp2.1\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\netcoreapp2.1\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\netstandard2.0\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\netstandard2.0\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\netcoreapp2.1\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\netstandard2.0\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\netcoreapp2.1\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\netstandard2.0\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\net461\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\net461\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\net461\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\netstandard2.0\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\net461\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\netcoreapp3.1\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\net461\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\netcoreapp3.1\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\netstandard2.0\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\net461\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\net461\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\obj\Debug\netcoreapp3.0\NuGet\053FC8778C42662AAFA7B5D1AF8328932A08417D\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\net461\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\net461\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\net461\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\netstandard2.0\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\net461\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\net461\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\net461\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\net461\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\netcoreapp2.1\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\net461\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\net461\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\net461\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\net461\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\net461\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\net461\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\netcoreapp2.1\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\obj\Debug\netstandard2.0\NuGet\053FC8778C42662AAFA7B5D1AF8328932A08417D\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\netcoreapp2.1\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\netcoreapp2.1\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\netcoreapp2.1\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\netcoreapp2.1\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\netcoreapp2.1\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\netcoreapp2.1\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\netcoreapp2.1\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\obj\Debug\netstandard2.0\NuGet\053FC8778C42662AAFA7B5D1AF8328932A08417D\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\netcoreapp2.1\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\netcoreapp2.1\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\obj\Debug\netstandard2.0\NuGet\053FC8778C42662AAFA7B5D1AF8328932A08417D\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\obj\Debug\netstandard2.0\NuGet\053FC8778C42662AAFA7B5D1AF8328932A08417D\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\obj\Debug\netstandard2.0\NuGet\053FC8778C42662AAFA7B5D1AF8328932A08417D\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\obj\Debug\netstandard2.0\NuGet\053FC8778C42662AAFA7B5D1AF8328932A08417D\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\obj\Debug\netstandard2.0\NuGet\053FC8778C42662AAFA7B5D1AF8328932A08417D\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\obj\Debug\netstandard2.0\NuGet\053FC8778C42662AAFA7B5D1AF8328932A08417D\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\obj\Debug\netstandard2.0\NuGet\053FC8778C42662AAFA7B5D1AF8328932A08417D\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\net461\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\obj\Debug\netstandard2.0\NuGet\053FC8778C42662AAFA7B5D1AF8328932A08417D\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\obj\Debug\netstandard2.0\NuGet\053FC8778C42662AAFA7B5D1AF8328932A08417D\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\net461\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\obj\Debug\net461\NuGet\6C54B9CE63446FD594AA77283B6ADEDC53CB5BC7\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\obj\Debug\netcoreapp3.0\NuGet\053FC8778C42662AAFA7B5D1AF8328932A08417D\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\net461\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\net461\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\net461\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\net461\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\net461\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\net461\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\net461\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\net461\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\net461\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\obj\Debug\net461\NuGet\D012E9DACE26396EC3C666060A273CE81627A09A\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\net461\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\net461\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\net461\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\net461\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\net461\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\net461\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\net461\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\net461\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\netcoreapp2.1\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\net461\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\net461\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\obj\Debug\netcoreapp3.0\NuGet\741F03757B8B47666E0F631C820895D896A8883E\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\obj\Debug\net461\NuGet\D0B3B466227544158B9F0F9C9D95D1147AAC96AB\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\netcoreapp2.1\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\netcoreapp2.1\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\netcoreapp2.1\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\netcoreapp2.1\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\obj\Debug\netcoreapp3.0\NuGet\741F03757B8B47666E0F631C820895D896A8883E\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\netcoreapp2.1\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\netcoreapp2.1\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\netcoreapp2.1\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\netcoreapp2.1\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\netcoreapp2.1\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\netcoreapp3.1\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\netcoreapp2.1\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\obj\Debug\netcoreapp3.1\NuGet\8864616AD8F7A1417F89864FC237F935F7D9A45D\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\netcoreapp3.0\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\netcoreapp3.1\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\netstandard2.1\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\netcoreapp3.1\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\net461\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\net461\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\obj\Debug\netcoreapp2.1\NuGet\BCF10BD9D8A0B57D63EE49C7910E5EDD8ED21AD4\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\netcoreapp3.0\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\obj\Debug\netcoreapp2.1\NuGet\BCF10BD9D8A0B57D63EE49C7910E5EDD8ED21AD4\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\netstandard2.1\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\obj\Debug\netcoreapp2.1\NuGet\BCF10BD9D8A0B57D63EE49C7910E5EDD8ED21AD4\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\obj\Debug\netcoreapp2.1\NuGet\BCF10BD9D8A0B57D63EE49C7910E5EDD8ED21AD4\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\net461\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\net461\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\obj\Debug\netcoreapp2.1\NuGet\BCF10BD9D8A0B57D63EE49C7910E5EDD8ED21AD4\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\obj\Debug\netcoreapp2.1\NuGet\BCF10BD9D8A0B57D63EE49C7910E5EDD8ED21AD4\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\net461\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\net461\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\net461\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\obj\Debug\netcoreapp2.1\NuGet\BCF10BD9D8A0B57D63EE49C7910E5EDD8ED21AD4\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\net461\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\obj\Debug\netcoreapp2.1\NuGet\BCF10BD9D8A0B57D63EE49C7910E5EDD8ED21AD4\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\net461\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\obj\Debug\netcoreapp2.1\NuGet\BCF10BD9D8A0B57D63EE49C7910E5EDD8ED21AD4\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\net461\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\obj\Debug\netcoreapp2.1\NuGet\BCF10BD9D8A0B57D63EE49C7910E5EDD8ED21AD4\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\net461\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\net461\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\netcoreapp3.1\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\net461\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\obj\Debug\netcoreapp2.1\NuGet\BCF10BD9D8A0B57D63EE49C7910E5EDD8ED21AD4\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\obj\Debug\net461\NuGet\15AD0E7DCA05F7461EDDB8E90E4CDCDEE1B7ACDF\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\netcoreapp3.1\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\net461\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\net461\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\netcoreapp3.1\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\net461\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\net461\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\netcoreapp2.1\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\net461\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\netcoreapp2.1\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\netcoreapp3.1\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\net461\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\net461\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\net461\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\netstandard2.0\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\net461\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\netcoreapp2.1\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\netstandard2.0\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\net472\NuGet\FD1F74DC5157C468FD5A76CF2DAC83E38F0DEA36\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\net461\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\net472\NuGet\FD1F74DC5157C468FD5A76CF2DAC83E38F0DEA36\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\net472\NuGet\FD1F74DC5157C468FD5A76CF2DAC83E38F0DEA36\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\net461\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\net472\NuGet\FD1F74DC5157C468FD5A76CF2DAC83E38F0DEA36\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Blazor.Wasm\Sentry.Samples.AspNetCore.Blazor.Wasm.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNet.Tests\Sentry.AspNet.Tests.csproj
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\net472\NuGet\FD1F74DC5157C468FD5A76CF2DAC83E38F0DEA36\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\net472\NuGet\FD1F74DC5157C468FD5A76CF2DAC83E38F0DEA36\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\net472\NuGet\FD1F74DC5157C468FD5A76CF2DAC83E38F0DEA36\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\net472\NuGet\FD1F74DC5157C468FD5A76CF2DAC83E38F0DEA36\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\net472\NuGet\FD1F74DC5157C468FD5A76CF2DAC83E38F0DEA36\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\net461\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\netcoreapp2.1\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\net461\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\net461\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\net461\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\netstandard2.0\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\netcoreapp2.1\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\net472\NuGet\FD1F74DC5157C468FD5A76CF2DAC83E38F0DEA36\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\net472\NuGet\FD1F74DC5157C468FD5A76CF2DAC83E38F0DEA36\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\netstandard2.0\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\netstandard2.0\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\netcoreapp2.1\NuGet\C4B536B68C4ED8186817830C0ECD783B13272129\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\netcoreapp2.1\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\netcoreapp2.1\NuGet\C4B536B68C4ED8186817830C0ECD783B13272129\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\net461\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\net461\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\net461\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\netcoreapp2.1\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\netstandard2.0\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\netcoreapp2.1\NuGet\C4B536B68C4ED8186817830C0ECD783B13272129\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\netstandard2.0\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\net461\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\netcoreapp2.1\NuGet\C4B536B68C4ED8186817830C0ECD783B13272129\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\netcoreapp2.1\NuGet\C4B536B68C4ED8186817830C0ECD783B13272129\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\netcoreapp2.1\NuGet\C4B536B68C4ED8186817830C0ECD783B13272129\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\netcoreapp2.1\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\netstandard2.0\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\netstandard2.0\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\netcoreapp2.1\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\netstandard2.0\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\netcoreapp2.1\NuGet\C4B536B68C4ED8186817830C0ECD783B13272129\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\netcoreapp2.1\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\netcoreapp2.1\NuGet\C4B536B68C4ED8186817830C0ECD783B13272129\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\netcoreapp2.1\NuGet\C4B536B68C4ED8186817830C0ECD783B13272129\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\netcoreapp2.1\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry\obj\Debug\netstandard2.0\NuGet\012C1A5D7012874827DE3B32CB6378C17601E7DD\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\netcoreapp2.1\NuGet\C4B536B68C4ED8186817830C0ECD783B13272129\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\obj\Debug\netcoreapp2.1\NuGet\C4B536B68C4ED8186817830C0ECD783B13272129\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\net461\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\net461\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\net461\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\net461\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\net461\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\net461\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\net461\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\obj\Debug\netcoreapp3.1\NuGet\BCF10BD9D8A0B57D63EE49C7910E5EDD8ED21AD4\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\net461\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\netcoreapp3.0\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\net461\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\net461\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\net461\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\obj\Debug\netcoreapp3.1\NuGet\BCF10BD9D8A0B57D63EE49C7910E5EDD8ED21AD4\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\netcoreapp2.1\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\netcoreapp3.0\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\netcoreapp2.1\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\netcoreapp2.1\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\netcoreapp2.1\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\netcoreapp2.1\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\netcoreapp2.1\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\netcoreapp2.1\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\netcoreapp2.1\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\netcoreapp2.1\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\netcoreapp2.1\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\obj\Debug\netcoreapp2.1\NuGet\179220C175118BF21BECC8A68D57CD3D40AF254A\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\netcoreapp2.1\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\netcoreapp2.1\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\netcoreapp2.1\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\netcoreapp2.1\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\netcoreapp2.1\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\netcoreapp2.1\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\netcoreapp2.1\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\obj\Debug\netstandard2.0\NuGet\741F03757B8B47666E0F631C820895D896A8883E\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\netcoreapp2.1\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\netcoreapp2.1\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\netcoreapp2.1\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\obj\Debug\netstandard2.0\NuGet\741F03757B8B47666E0F631C820895D896A8883E\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\obj\Debug\netstandard2.0\NuGet\741F03757B8B47666E0F631C820895D896A8883E\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\obj\Debug\netstandard2.0\NuGet\741F03757B8B47666E0F631C820895D896A8883E\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\obj\Debug\netstandard2.0\NuGet\741F03757B8B47666E0F631C820895D896A8883E\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\obj\Debug\netstandard2.0\NuGet\741F03757B8B47666E0F631C820895D896A8883E\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore.Grpc\obj\Debug\netcoreapp3.0\NuGet\AE87C8BF93AD9823FEC9A10E0862E8ABCA87259C\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\obj\Debug\netstandard2.0\NuGet\741F03757B8B47666E0F631C820895D896A8883E\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\obj\Debug\netstandard2.0\NuGet\741F03757B8B47666E0F631C820895D896A8883E\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\obj\Debug\netstandard2.0\NuGet\741F03757B8B47666E0F631C820895D896A8883E\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\obj\Debug\netstandard2.0\NuGet\741F03757B8B47666E0F631C820895D896A8883E\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\obj\Debug\netstandard2.0\NuGet\741F03757B8B47666E0F631C820895D896A8883E\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\obj\Debug\netcoreapp2.1\NuGet\A85E886D40859F9B8A59EAF35C2A3059BA9B1C50\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore.Grpc\obj\Debug\netcoreapp3.0\NuGet\AE87C8BF93AD9823FEC9A10E0862E8ABCA87259C\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\net461\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\MaybeNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\net461\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\AllowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\net461\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\DisallowNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\net461\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\DoesNotReturnAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\net461\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\NotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\net461\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\DoesNotReturnIfAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Grpc.Tests\obj\Debug\netcoreapp3.1\NuGet\89FE8BC9184C8D62ACA8064C2E6C1BF7548DBDC1\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\net461\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\MemberNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\net461\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\MaybeNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\net461\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\NotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\net461\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\obj\Debug\net461\NuGet\C50AA9B66087949FB9A2FCD5D92AB16CD336001A\Nullable\1.3.0\Nullable\NotNullIfNotNullAttribute.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Grpc.Tests\obj\Debug\netcoreapp3.1\NuGet\89FE8BC9184C8D62ACA8064C2E6C1BF7548DBDC1\Nullable\1.3.0\Nullable\MemberNotNullWhenAttribute.cs added to workspace
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNet.Tests\Sentry.AspNet.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Aws.Lambda.AspNetCoreServer\Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Blazor.Wasm\obj\Debug\net5.0\RazorDeclaration\App.razor.g.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Blazor.Wasm\obj\Debug\net5.0\RazorDeclaration\Shared\NavMenu.razor.g.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Blazor.Wasm\obj\Debug\net5.0\RazorDeclaration\Shared\MainLayout.razor.g.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Blazor.Wasm\obj\Debug\net5.0\RazorDeclaration\Pages\Index.razor.g.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Blazor.Wasm\obj\Debug\net5.0\RazorDeclaration\Pages\Thrower.razor.g.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Blazor.Wasm\obj\Debug\net5.0\RazorDeclaration_Imports.razor.g.cs added to workspace
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Aws.Lambda.AspNetCoreServer\Sentry.Samples.Aws.Lambda.AspNetCoreServer.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\Sentry.NLog.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.NLog\Sentry.NLog.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore.Grpc\Sentry.AspNetCore.Grpc.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore.Grpc\Sentry.AspNetCore.Grpc.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\Sentry.Samples.Console.Customized.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Customized\Sentry.Samples.Console.Customized.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\Sentry.Extensions.Logging.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Extensions.Logging\Sentry.Extensions.Logging.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Grpc\Sentry.Samples.AspNetCore.Grpc.csproj
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\obj\Debug\netcoreapp2.1\Sentry.AspNetCore.Tests.AssemblyInfo.cs added to workspace
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Grpc\Sentry.Samples.AspNetCore.Grpc.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNet\Sentry.AspNet.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNet\Sentry.AspNet.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Basic\Sentry.Samples.Console.Basic.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Console.Basic\Sentry.Samples.Console.Basic.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.ME.Logging\Sentry.Samples.ME.Logging.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.ME.Logging\Sentry.Samples.ME.Logging.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Serilog\Sentry.Samples.Serilog.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.Serilog\Sentry.Samples.Serilog.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.GenericHost\Sentry.Samples.GenericHost.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.GenericHost\Sentry.Samples.GenericHost.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Basic\Sentry.Samples.AspNetCore.Basic.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Basic\Sentry.Samples.AspNetCore.Basic.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\Sentry.AspNetCore.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.AspNetCore\Sentry.AspNetCore.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\benchmarks\Sentry.Benchmarks\Sentry.Benchmarks.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\benchmarks\Sentry.Benchmarks\Sentry.Benchmarks.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\Sentry.Serilog.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Serilog\Sentry.Serilog.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Serilog\Sentry.Samples.AspNetCore.Serilog.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Serilog\Sentry.Samples.AspNetCore.Serilog.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Grpc.Tests\Sentry.AspNetCore.Grpc.Tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Grpc.Tests\Sentry.AspNetCore.Grpc.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\Sentry.Log4Net.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\src\Sentry.Log4Net\Sentry.Log4Net.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\Sentry.Serilog.Tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Serilog.Tests\Sentry.Serilog.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\Sentry.Testing.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Testing\Sentry.Testing.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\Sentry.NLog.Tests.csproj
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Grpc.Tests\obj\Debug\netcoreapp3.1\Proto\Tests.cs added to workspace
info: OmniSharp.OmniSharpWorkspace
Miscellaneous file: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Grpc.Tests\obj\Debug\netcoreapp3.1\Proto\TestsGrpc.cs added to workspace
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.NLog.Tests\Sentry.NLog.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\Sentry.Extensions.Logging.Tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Extensions.Logging.Tests\Sentry.Extensions.Logging.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\Sentry.AspNetCore.Tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.AspNetCore.Tests\Sentry.AspNetCore.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\Sentry.Log4Net.Tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Log4Net.Tests\Sentry.Log4Net.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\Sentry.Tests.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\test\Sentry.Tests\Sentry.Tests.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Mvc\Sentry.Samples.AspNetCore.Mvc.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file 'h:\Repositories\Sentry\sentry-dotnet\sentry-dotnet\samples\Sentry.Samples.AspNetCore.Mvc\Sentry.Samples.AspNetCore.Mvc.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.AspNetCore5.Mvc
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.Log4Net
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.NLog
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.AspNetCore.Blazor.Wasm
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.AspNet.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.Aws.Lambda.AspNetCoreServer
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.NLog
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.AspNetCore.Grpc
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.Console.Customized
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Extensions.Logging
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.AspNetCore.Grpc
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.AspNet
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.Console.Basic
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.ME.Logging
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.Serilog
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.GenericHost
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.AspNetCore.Basic
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.AspNetCore
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Benchmarks
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Serilog
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.AspNetCore.Serilog
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.AspNetCore.Grpc.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Log4Net
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Serilog.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Testing
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.NLog.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Extensions.Logging.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.AspNetCore.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Log4Net.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Tests
info: OmniSharp.MSBuild.ProjectManager
Update project: Sentry.Samples.AspNetCore.Mvc
Environment information
VSCode version: 1.51.1
C# Extension: 1.23.6
Dotnet Information
.NET SDK (reflecting any global.json): Version: 5.0.100 Commit: 5044b93829Runtime Environment:
OS Name: Windows
OS Version: 10.0.19042
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\5.0.100\
Host (useful for support):
Version: 5.0.0
Commit: cf258a14b7
.NET SDKs installed:
3.1.302 [C:\Program Files\dotnet\sdk]
3.1.402 [C:\Program Files\dotnet\sdk]
5.0.100 [C:\Program Files\dotnet\sdk]
.NET runtimes installed:
Microsoft.AspNetCore.All 2.1.23 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.1.23 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.6 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.8 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.9 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.0 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.1.23 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.6 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.8 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.9 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.0 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 3.1.6 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 3.1.8 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 3.1.9 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 5.0.0 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
To install additional .NET runtimes or SDKs:
https://aka.ms/dotnet-download
Visual Studio Code Extensions
Extension | Author | Version |
---|---|---|
beautify | HookyQR | 1.5.0 |
csharp | ms-dotnettools | 1.23.6 |
debugger-for-chrome | msjsdiag | 4.12.11 |
dotnet-interactive-vscode | ms-dotnettools | 1.0.157302 |
go | golang | 0.19.0 |
ilspy-vscode | icsharpcode | 0.9.0 |
jupyter | ms-toolsai | 2020.11.392013122 |
kubernetes-snippets | ipedrazas | 0.1.9 |
mssql | ms-mssql | 1.9.0 |
python | ms-python | 2020.11.371526539 |
rainbow-csv | mechatroner | 1.8.0 |
remote-ssh | ms-vscode-remote | 0.56.0 |
remote-ssh-edit | ms-vscode-remote | 0.56.0 |
remote-wsl | ms-vscode-remote | 0.51.4 |
sqltools | mtxr | 0.23.0 |
sqltools-clickhouse-driver | ultram4rine | 0.1.0 |
sqltools-driver-mssql | mtxr | 0.2.0 |
sqltools-driver-mysql | mtxr | 0.2.0 |
sqltools-driver-pg | mtxr | 0.2.0 |
vscode-data-preview | RandomFractalsInc | 2.2.0 |
vscode-diff | fabiospampinato | 1.4.0 |
vscode-docker | ms-azuretools | 1.8.1 |
vscode-dotnet-runtime | ms-dotnettools | 0.2.0 |
vscode-kubernetes-tools | ms-kubernetes-tools | 1.2.1 |
vscode-markdownlint | DavidAnson | 0.37.2 |
vscode-xml | redhat | 0.14.0 |
vscode-yaml | redhat | 0.13.0 |
vsliveshare | ms-vsliveshare | 1.0.3206 |
xml | DotJoshJohnson | 2.5.1 |