Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect handling of comparison to default #1619

Closed
Zenexer opened this issue Oct 2, 2019 · 1 comment
Closed

Incorrect handling of comparison to default #1619

Zenexer opened this issue Oct 2, 2019 · 1 comment
Assignees
Labels

Comments

@Zenexer
Copy link

Zenexer commented Oct 2, 2019

Issue

The following code works in Visual Studio 2019 and Visual Studio 2019 for Mac, but not VSCode + OmniSharp:

namespace Example
{
    class Test
    {
        bool Test1(object input) => input == default;
    }
}

In OmniSharp, this produces:

Operator '==' cannot be applied to operands of type 'object' and 'default' (CS0019) [Example]

It compiles fine with .NET Core 3.0.

Logs

OmniSharp log

Starting OmniSharp server at 10/2/2019, 7:38:21 AM Target: /Users/paul/git/company/Company.Application/Company.Application.sln

OmniSharp server started with Mono 6.4.0.
Path: /Users/paul/.vscode/extensions/ms-vscode.csharp-1.21.3/.omnisharp/1.34.3/omnisharp/OmniSharp.exe
PID: 93382

Starting OmniSharp on MacOS 10.14.6 (x64)
info: OmniSharp.Services.DotNetCliService
DotNetPath set to dotnet
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Located 2 MSBuild instance(s)
1: Mono 16.0 - "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin"
2: StandAlone 16.0 - "/Users/paul/.vscode/extensions/ms-vscode.csharp-1.21.3/.omnisharp/1.34.3/omnisharp/.msbuild/Current/Bin"
info: OmniSharp.MSBuild.Discovery.MSBuildLocator
Registered MSBuild instance: Mono 16.0 - "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin"
CscToolExe = csc.exe
CscToolPath = /Users/paul/.vscode/extensions/ms-vscode.csharp-1.21.3/.omnisharp/1.34.3/omnisharp/.msbuild/Current/Bin/Roslyn
info: OmniSharp.Cake.CakeProjectSystem
Detecting Cake files in '/Users/paul/git/company/Company.Application'.
info: OmniSharp.Cake.CakeProjectSystem
Could not find any Cake files
info: OmniSharp.MSBuild.ProjectSystem
Detecting projects in '/Users/paul/git/company/Company.Application/Company.Application.sln'.
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Web/Company.Application.Web.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Data/Company.Application.Data.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Common/Company.Application.Common.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Services/Company.Application.Services.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Background/Company.Application.Background.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Initialization/Company.Application.Initialization.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.DnsServer/Company.Application.DnsServer.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Hosting/Company.Application.Hosting.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Email/Company.Application.Email.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.EmailTemplateTest/Company.Application.EmailTemplateTest.csproj'
info: OmniSharp.Script.ScriptProjectSystem
Detecting CSX files in '/Users/paul/git/company/Company.Application'.
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: /Users/paul/git/company/Company.Application/Company.Application.Web/Company.Application.Web.csproj
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.EditorConfigWorkspaceOptionsProvider, Order: 200
info: OmniSharp.WorkspaceInitializer
Configuration finished.
info: OmniSharp.Stdio.Host
Omnisharp server running using Stdio at location '/Users/paul/git/company/Company.Application' on host 93310.
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Web/Company.Application.Web.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/Users/paul/git/company/Company.Application/Company.Application.Web/Company.Application.Web.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Data/Company.Application.Data.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Data/Company.Application.Data.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/Users/paul/git/company/Company.Application/Company.Application.Data/Company.Application.Data.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Common/Company.Application.Common.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Common/Company.Application.Common.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/Users/paul/git/company/Company.Application/Company.Application.Common/Company.Application.Common.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Services/Company.Application.Services.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Services/Company.Application.Services.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/Users/paul/git/company/Company.Application/Company.Application.Services/Company.Application.Services.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Background/Company.Application.Background.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Background/Company.Application.Background.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/Users/paul/git/company/Company.Application/Company.Application.Background/Company.Application.Background.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Initialization/Company.Application.Initialization.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Initialization/Company.Application.Initialization.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/Users/paul/git/company/Company.Application/Company.Application.Initialization/Company.Application.Initialization.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.DnsServer/Company.Application.DnsServer.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.DnsServer/Company.Application.DnsServer.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/Users/paul/git/company/Company.Application/Company.Application.DnsServer/Company.Application.DnsServer.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Hosting/Company.Application.Hosting.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Hosting/Company.Application.Hosting.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/Users/paul/git/company/Company.Application/Company.Application.Hosting/Company.Application.Hosting.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Email/Company.Application.Email.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Email/Company.Application.Email.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/Users/paul/git/company/Company.Application/Company.Application.Email/Company.Application.Email.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.EmailTemplateTest/Company.Application.EmailTemplateTest.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.EmailTemplateTest/Company.Application.EmailTemplateTest.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Adding project '/Users/paul/git/company/Company.Application/Company.Application.EmailTemplateTest/Company.Application.EmailTemplateTest.csproj'
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Web
[warn]: OmniSharp.MSBuild.ProjectManager
Unable to resolve assembly '/Users/paul/git/company/Company.Application/Company.Application.DnsServer/bin/Debug/netcoreapp3.0/Company.Application.DnsServer.dll'
[warn]: OmniSharp.MSBuild.ProjectManager
Unable to resolve assembly '/Users/paul/git/company/Company.Application/Company.Application.Hosting/bin/Debug/netcoreapp3.0/Company.Application.Hosting.dll'
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Data
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Common
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Services
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Background
[warn]: OmniSharp.MSBuild.ProjectManager
Unable to resolve assembly '/Users/paul/git/company/Company.Application/Company.Application.Hosting/bin/Debug/netcoreapp3.0/Company.Application.Hosting.dll'
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Initialization
[warn]: OmniSharp.MSBuild.ProjectManager
Unable to resolve assembly '/Users/paul/git/company/Company.Application/Company.Application.Hosting/bin/Debug/netcoreapp3.0/Company.Application.Hosting.dll'
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.DnsServer
[warn]: OmniSharp.MSBuild.ProjectManager
Unable to resolve assembly '/Users/paul/git/company/Company.Application/Company.Application.Hosting/bin/Debug/netcoreapp3.0/Company.Application.Hosting.dll'
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Hosting
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Email
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.EmailTemplateTest
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Data: Found package reference 'Microsoft.CodeAnalysis.Analyzers', but none of the versions in the lock file ("2.9.4") satisfy [2.9.5-beta1.final, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Data: Found package reference 'Microsoft.CodeAnalysis.FxCopAnalyzers', but none of the versions in the lock file ("2.9.4") satisfy [2.9.5-beta1.final, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Data: Found package reference 'Microsoft.AspNetCore.Identity.EntityFrameworkCore', but none of the versions in the lock file ("3.0.0-preview8.19405.7") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Data: Found package reference 'Microsoft.EntityFrameworkCore', but none of the versions in the lock file ("3.0.0-preview8.19405.11") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Data: Found package reference 'Microsoft.EntityFrameworkCore.Relational', but none of the versions in the lock file ("3.0.0-preview8.19405.11") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Data: Found package reference 'Microsoft.Extensions.Identity.Stores', but none of the versions in the lock file ("3.0.0-preview8.19405.7") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Data: Found package reference 'NEST', but none of the versions in the lock file ("7.2.0") satisfy [7.3.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Data: Found package reference 'Newtonsoft.Json', but none of the versions in the lock file ("12.0.2") satisfy [12.0.3-beta1, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Data: Found package reference 'protobuf-net', but none of the versions in the lock file ("3.0.0-alpha.43") satisfy [3.0.0-alpha.58, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Common: Found package reference 'Microsoft.CodeAnalysis.Analyzers', but none of the versions in the lock file ("2.9.4") satisfy [2.9.5-beta1.final, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Common: Found package reference 'Microsoft.CodeAnalysis.FxCopAnalyzers', but none of the versions in the lock file ("2.9.4") satisfy [2.9.5-beta1.final, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Common: Found package reference 'System.Text.Encoding.CodePages', but none of the versions in the lock file ("4.6.0-preview8.19405.3") satisfy [4.6.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Services: Found package reference 'Microsoft.AspNetCore.Identity.EntityFrameworkCore', but none of the versions in the lock file ("3.0.0-preview8.19405.7") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Services: Found package reference 'Microsoft.CodeAnalysis.Analyzers', but none of the versions in the lock file ("2.9.4") satisfy [2.9.5-beta1.final, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Services: Found package reference 'Microsoft.CodeAnalysis.FxCopAnalyzers', but none of the versions in the lock file ("2.9.4") satisfy [2.9.5-beta1.final, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Services: Found package reference 'Microsoft.EntityFrameworkCore', but none of the versions in the lock file ("3.0.0-preview8.19405.11") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Services: Found package reference 'Microsoft.EntityFrameworkCore.Analyzers', but none of the versions in the lock file ("3.0.0-preview8.19405.11") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Services: Found package reference 'Microsoft.EntityFrameworkCore.Relational', but none of the versions in the lock file ("3.0.0-preview8.19405.11") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Services: Found package reference 'Microsoft.EntityFrameworkCore.SqlServer', but none of the versions in the lock file ("3.0.0-preview8.19405.11") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Services: Found package reference 'Microsoft.EntityFrameworkCore.Tools', but none of the versions in the lock file ("3.0.0-preview8.19405.11") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Services: Found package reference 'Microsoft.Extensions.Hosting.Abstractions', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Services: Found package reference 'Microsoft.Extensions.Identity.Stores', but none of the versions in the lock file ("3.0.0-preview8.19405.7") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Services: Found package reference 'Microsoft.Extensions.Options.ConfigurationExtensions', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Services: Found package reference 'NEST', but none of the versions in the lock file ("7.2.0") satisfy [7.3.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Services: Found package reference 'protobuf-net', but none of the versions in the lock file ("3.0.0-alpha.43") satisfy [3.0.0-alpha.58, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.CodeAnalysis.Analyzers', but none of the versions in the lock file ("2.9.4") satisfy [2.9.5-beta1.final, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.CodeAnalysis.FxCopAnalyzers', but none of the versions in the lock file ("2.9.4") satisfy [2.9.5-beta1.final, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.EntityFrameworkCore.Tools', but none of the versions in the lock file ("3.0.0-preview8.19405.11") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.Extensions.Configuration', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.Extensions.Configuration.CommandLine', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.Extensions.Configuration.EnvironmentVariables', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.Extensions.Configuration.Json', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.Extensions.Configuration.UserSecrets', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.Extensions.DependencyInjection', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.Extensions.Hosting', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.Extensions.Hosting.Abstractions', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.Extensions.Identity.Stores', but none of the versions in the lock file ("3.0.0-preview8.19405.7") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.Extensions.Logging', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.Extensions.Logging.Console', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.Extensions.Logging.Debug', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.Extensions.Options', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Background: Found package reference 'Microsoft.Extensions.Options.ConfigurationExtensions', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Initialization: Found package reference 'Microsoft.CodeAnalysis.Analyzers', but none of the versions in the lock file ("2.9.4") satisfy [2.9.5-beta1.final, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Initialization: Found package reference 'Microsoft.CodeAnalysis.FxCopAnalyzers', but none of the versions in the lock file ("2.9.4") satisfy [2.9.5-beta1.final, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Initialization: Found package reference 'Microsoft.EntityFrameworkCore.Tools', but none of the versions in the lock file ("3.0.0-preview8.19405.11") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Initialization: Found package reference 'Microsoft.Extensions.Configuration.CommandLine', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Initialization: Found package reference 'Microsoft.Extensions.Configuration.EnvironmentVariables', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Initialization: Found package reference 'Microsoft.Extensions.Configuration.FileExtensions', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Initialization: Found package reference 'Microsoft.Extensions.Configuration.Json', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Initialization: Found package reference 'Microsoft.Extensions.Configuration.UserSecrets', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Initialization: Found package reference 'Microsoft.Extensions.Hosting.Abstractions', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Initialization: Found package reference 'Microsoft.Extensions.Identity.Stores', but none of the versions in the lock file ("3.0.0-preview8.19405.7") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.DnsServer: Found package reference 'Microsoft.CodeAnalysis.Analyzers', but none of the versions in the lock file ("2.9.4") satisfy [2.9.5-beta1.final, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.DnsServer: Found package reference 'Microsoft.Extensions.Hosting', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Hosting: Found package reference 'Microsoft.CodeAnalysis.Analyzers', but none of the versions in the lock file ("2.9.4") satisfy [2.9.5-beta1.final, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Hosting: Found package reference 'Microsoft.Extensions.Hosting', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Email: Found package reference 'MailKit', but none of the versions in the lock file ("2.2.0") satisfy [2.3.1.6, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Email: Found package reference 'Microsoft.CodeAnalysis.Analyzers', but none of the versions in the lock file ("2.9.4") satisfy [2.9.5-beta1.final, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.Email: Found package reference 'Microsoft.CodeAnalysis.FxCopAnalyzers', but none of the versions in the lock file ("2.9.4") satisfy [2.9.5-beta1.final, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.EmailTemplateTest: Found package reference 'Microsoft.EntityFrameworkCore.SqlServer', but none of the versions in the lock file ("3.0.0-preview8.19405.11") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.EmailTemplateTest: Found package reference 'Microsoft.EntityFrameworkCore.Tools', but none of the versions in the lock file ("3.0.0-preview8.19405.11") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.EmailTemplateTest: Found package reference 'Microsoft.Extensions.Logging.Debug', but none of the versions in the lock file ("3.0.0-preview8.19405.4") satisfy [3.0.0, )
[warn]: OmniSharp.MSBuild.PackageDependencyChecker
Company.Application.EmailTemplateTest: Found package reference 'Microsoft.VisualStudio.Web.CodeGeneration.Design', but none of the versions in the lock file ("3.0.0-preview8-19413-06") satisfy [3.0.0, )
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Common/Company.Application.Common.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Common/Company.Application.Common.csproj
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Common/Company.Application.Common.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Data/Company.Application.Data.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Data/Company.Application.Data.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Common/Company.Application.Common.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Data/Company.Application.Data.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Hosting/Company.Application.Hosting.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Hosting/Company.Application.Hosting.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Hosting/Company.Application.Hosting.csproj'
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Common/Company.Application.Common.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Data/Company.Application.Data.csproj
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Email/Company.Application.Email.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Email/Company.Application.Email.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Email/Company.Application.Email.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Initialization/Company.Application.Initialization.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Initialization/Company.Application.Initialization.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Initialization/Company.Application.Initialization.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Initialization/Company.Application.Initialization.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Background/Company.Application.Background.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Background/Company.Application.Background.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Services/Company.Application.Services.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Background/Company.Application.Background.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Background/Company.Application.Background.csproj'
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Data/Company.Application.Data.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Hosting/Company.Application.Hosting.csproj
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Services/Company.Application.Services.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Services/Company.Application.Services.csproj'
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Hosting/Company.Application.Hosting.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Email/Company.Application.Email.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Email/Company.Application.Email.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Initialization/Company.Application.Initialization.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Initialization/Company.Application.Initialization.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Background/Company.Application.Background.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Background/Company.Application.Background.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Services/Company.Application.Services.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Services/Company.Application.Services.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Common
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Data
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Hosting
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Email
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.DnsServer/Company.Application.DnsServer.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.DnsServer/Company.Application.DnsServer.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.DnsServer/Company.Application.DnsServer.csproj'
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Initialization
[warn]: OmniSharp.MSBuild.ProjectManager
Unable to resolve assembly '/Users/paul/git/company/Company.Application/Company.Application.Hosting/bin/Debug/netcoreapp3.0/Company.Application.Hosting.dll'
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Background
[warn]: OmniSharp.MSBuild.ProjectManager
Unable to resolve assembly '/Users/paul/git/company/Company.Application/Company.Application.Hosting/bin/Debug/netcoreapp3.0/Company.Application.Hosting.dll'
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Services
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.DnsServer/Company.Application.DnsServer.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.DnsServer/Company.Application.DnsServer.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.DnsServer
[warn]: OmniSharp.MSBuild.ProjectManager
Unable to resolve assembly '/Users/paul/git/company/Company.Application/Company.Application.Hosting/bin/Debug/netcoreapp3.0/Company.Application.Hosting.dll'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.EmailTemplateTest/Company.Application.EmailTemplateTest.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.EmailTemplateTest/Company.Application.EmailTemplateTest.csproj
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.EmailTemplateTest/Company.Application.EmailTemplateTest.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.EmailTemplateTest/Company.Application.EmailTemplateTest.csproj'
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.EmailTemplateTest/Company.Application.EmailTemplateTest.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.EmailTemplateTest
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Web/Company.Application.Web.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Web/Company.Application.Web.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Web/Company.Application.Web.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Web/Company.Application.Web.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Web
[warn]: OmniSharp.MSBuild.ProjectManager
Unable to resolve assembly '/Users/paul/git/company/Company.Application/Company.Application.DnsServer/bin/Debug/netcoreapp3.0/Company.Application.DnsServer.dll'
[warn]: OmniSharp.MSBuild.ProjectManager
Unable to resolve assembly '/Users/paul/git/company/Company.Application/Company.Application.Hosting/bin/Debug/netcoreapp3.0/Company.Application.Hosting.dll'
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeAnalysis.Analyzers.MetaAnalyzers.Fixers.ApplyDiagnosticAnalyzerAttributeFix' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.QualityGuidelines.MarkMembersAsStaticFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.QualityGuidelines.PreferJaggedArraysOverMultidimensionalFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.QualityGuidelines.ReviewVisibleEventHandlersFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.QualityGuidelines.UseLiteralsWhereAppropriateFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.Maintainability.AvoidUninstantiatedInternalClassesFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.Maintainability.ReviewUnusedParametersFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.Maintainability.UseNameOfInPlaceOfStringFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.Maintainability.VariableNamesShouldNotMatchFieldNamesFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.Documentation.AvoidUsingCrefTagsWithAPrefixFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiReview.AvoidCallingProblematicMethodsFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.AvoidEmptyInterfacesFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.CollectionsShouldImplementGenericInterfaceFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.DeclareTypesInNamespacesFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.DoNotHideBaseClassMethodsFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.EnumsShouldHavePluralNamesFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.EnumsShouldHaveZeroValueFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.EnumStorageShouldBeInt32Fixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.IdentifiersShouldHaveCorrectPrefixFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.IdentifiersShouldHaveCorrectSuffixFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.IdentifiersShouldNotContainUnderscoresFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.IdentifiersShouldNotHaveIncorrectSuffixFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.IdentifiersShouldNotMatchKeywordsFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.ImplementIDisposableCorrectlyFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.MarkAssembliesWithAssemblyVersionFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.MarkAssembliesWithClsCompliantFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.MarkAssembliesWithComVisibleFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.MovePInvokesToNativeMethodsClassFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.NonConstantFieldsShouldNotBeVisibleFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.OverrideEqualsAndOperatorEqualsOnValueTypesFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.OverrideEqualsOnOverloadingOperatorEqualsFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.OverrideGetHashCodeOnOverridingEqualsFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.PropertiesShouldNotBeWriteOnlyFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.PropertyNamesShouldNotMatchGetMethodsFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.TypeNamesShouldNotMatchNamespacesFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.UseEventsWhereAppropriateFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.UseGenericEventHandlerInstancesFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.UsePreferredTermsFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.CodeQuality.Analyzers.ApiDesignGuidelines.UsePropertiesWhereAppropriateFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Tasks.DoNotCreateTasksWithoutPassingATaskSchedulerFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.CallGCSuppressFinalizeCorrectlyFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.DisposableTypesShouldDeclareFinalizerFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.DisposeMethodsShouldCallBaseClassDisposeFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.DoNotLockOnObjectsWithWeakIdentityFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.DoNotUseTimersThatPreventPowerStateChangesFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.ImplementISerializableCorrectlyFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.ImplementSerializationMethodsCorrectlyFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.InitializeStaticFieldsInlineFixer`1[TLanguageKindEnum]' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.InstantiateArgumentExceptionsCorrectlyFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.MarkAllNonSerializableFieldsFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.NormalizeStringsToUppercaseFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.ProvideDeserializationMethodsForOptionalFieldsFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.SpecifyCultureInfoFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.SpecifyIFormatProviderFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.SpecifyStringComparisonFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.TestForEmptyStringsUsingStringLengthFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.TestForNaNCorrectlyFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Runtime.UseOrdinalStringComparisonFixerBase' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.Performance.DoNotUseCountWhenAnyCanBeUsedFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.InteropServices.MarkBooleanPInvokeArgumentsWithMarshalAsFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.InteropServices.SpecifyMarshalingForPInvokeStringArgumentsFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetCore.Analyzers.InteropServices.UseManagedEquivalentsOfWin32ApiFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetFramework.Analyzers.AvoidDuplicateAcceleratorsFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetFramework.Analyzers.CallBaseClassMethodsOnISerializableTypesFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetFramework.Analyzers.DoNotMarkServicedComponentsWithWebMethodFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetFramework.Analyzers.MarkWindowsFormsEntryPointsWithStaThreadFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetFramework.Analyzers.SetLocaleForDataTypesFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetFramework.Analyzers.SpecifyMessageBoxOptionsFixer' because its language doesn't match 'C#'.
info: OmniSharp.Roslyn.CSharp.Services.Refactoring.V2.CachingCodeFixProviderForProjects
Skipping code fix provider 'Microsoft.NetFramework.Analyzers.TypesShouldNotExtendCertainBaseTypesFixer' because its language doesn't match 'C#'.
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Background/Company.Application.Background.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Background/Company.Application.Background.csproj'
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Background/Company.Application.Background.csproj
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Common/Company.Application.Common.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Data/Company.Application.Data.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Common/Company.Application.Common.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Data/Company.Application.Data.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.DnsServer/Company.Application.DnsServer.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.DnsServer/Company.Application.DnsServer.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Email/Company.Application.Email.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Email/Company.Application.Email.csproj'
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Background/Company.Application.Background.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Common/Company.Application.Common.csproj
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.EmailTemplateTest/Company.Application.EmailTemplateTest.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.EmailTemplateTest/Company.Application.EmailTemplateTest.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Hosting/Company.Application.Hosting.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Hosting/Company.Application.Hosting.csproj'
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Common/Company.Application.Common.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Data/Company.Application.Data.csproj
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Initialization/Company.Application.Initialization.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Initialization/Company.Application.Initialization.csproj'
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Data/Company.Application.Data.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.DnsServer/Company.Application.DnsServer.csproj
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Services/Company.Application.Services.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Services/Company.Application.Services.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Web/Company.Application.Web.csproj'
info: OmniSharp.MSBuild.ProjectManager
Queue project update for '/Users/paul/git/company/Company.Application/Company.Application.Web/Company.Application.Web.csproj'
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.DnsServer/Company.Application.DnsServer.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Email/Company.Application.Email.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Email/Company.Application.Email.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.EmailTemplateTest/Company.Application.EmailTemplateTest.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.EmailTemplateTest/Company.Application.EmailTemplateTest.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Hosting/Company.Application.Hosting.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Hosting/Company.Application.Hosting.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Initialization/Company.Application.Initialization.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Initialization/Company.Application.Initialization.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Services/Company.Application.Services.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Services/Company.Application.Services.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Loading project: /Users/paul/git/company/Company.Application/Company.Application.Web/Company.Application.Web.csproj
info: OmniSharp.MSBuild.ProjectManager
Successfully loaded project file '/Users/paul/git/company/Company.Application/Company.Application.Web/Company.Application.Web.csproj'.
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Background
[warn]: OmniSharp.MSBuild.ProjectManager
Unable to resolve assembly '/Users/paul/git/company/Company.Application/Company.Application.Hosting/bin/Debug/netcoreapp3.0/Company.Application.Hosting.dll'
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Common
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Data
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.DnsServer
[warn]: OmniSharp.MSBuild.ProjectManager
Unable to resolve assembly '/Users/paul/git/company/Company.Application/Company.Application.Hosting/bin/Debug/netcoreapp3.0/Company.Application.Hosting.dll'
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Email
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.EmailTemplateTest
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Hosting
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Initialization
[warn]: OmniSharp.MSBuild.ProjectManager
Unable to resolve assembly '/Users/paul/git/company/Company.Application/Company.Application.Hosting/bin/Debug/netcoreapp3.0/Company.Application.Hosting.dll'
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Services
info: OmniSharp.MSBuild.ProjectManager
Update project: Company.Application.Web
[warn]: OmniSharp.MSBuild.ProjectManager
Unable to resolve assembly '/Users/paul/git/company/Company.Application/Company.Application.DnsServer/bin/Debug/netcoreapp3.0/Company.Application.DnsServer.dll'
[warn]: OmniSharp.MSBuild.ProjectManager
Unable to resolve assembly '/Users/paul/git/company/Company.Application/Company.Application.Hosting/bin/Debug/netcoreapp3.0/Company.Application.Hosting.dll'

C# log

Installing C# dependencies... Platform: darwin, x86_64

Downloading package 'OmniSharp for OSX' (44011 KB).................... Done!
Validating download...
Integrity Check succeeded.
Installing package 'OmniSharp for OSX'

Downloading package '.NET Core Debugger (macOS / x64)' (51272 KB).................... Done!
Validating download...
Integrity Check succeeded.
Installing package '.NET Core Debugger (macOS / x64)'

Downloading package 'Razor Language Server (macOS / x64)' (56728 KB).................... Done!
Installing package 'Razor Language Server (macOS / x64)'

Finished

Environment information

VSCode version: 1.38.1
C# Extension: 1.21.3

Mono Information OmniSharp using global mono :6.4.0
Dotnet Information .NET Core SDK (reflecting any global.json): Version: 3.0.100 Commit: 04339c3a26

Runtime Environment:
OS Name: Mac OS X
OS Version: 10.14
OS Platform: Darwin
RID: osx.10.14-x64
Base Path: /usr/local/share/dotnet/sdk/3.0.100/

Host (useful for support):
Version: 3.0.0
Commit: 7d57652f33

.NET Core SDKs installed:
2.1.504 [/usr/local/share/dotnet/sdk]
2.1.505 [/usr/local/share/dotnet/sdk]
3.0.100-preview3-010431 [/usr/local/share/dotnet/sdk]
3.0.100-preview6-012264 [/usr/local/share/dotnet/sdk]
3.0.100-preview8-013656 [/usr/local/share/dotnet/sdk]
3.0.100 [/usr/local/share/dotnet/sdk]

.NET Core runtimes installed:
Microsoft.AspNetCore.All 2.1.8 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.All 2.1.9 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.1.8 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 2.1.9 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.0.0-preview3-19153-02 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.0.0-preview6.19307.2 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.0.0-preview8.19405.7 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.0.0 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.1.8 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.9 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 2.1.13 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 3.0.0-preview3-27503-5 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 3.0.0-preview6-27804-01 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 3.0.0-preview8-28405-07 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 3.0.0 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]

To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download

Visual Studio Code Extensions
Extension Author Version
csharp ms-vscode 1.21.3
java redhat 0.49.0
language-haskell justusadam 2.6.0
logstash RandomChance 0.0.4
python ms-python 2019.9.34911
VBScript luggage66 0.0.2
vscode-docker ms-azuretools 0.8.1
xml DotJoshJohnson 2.5.0
@Zenexer Zenexer changed the title Apparent incorrect handling of comparison to default Incorrect handling of comparison to default Oct 2, 2019
@filipw filipw added the bug label Oct 17, 2019
@filipw filipw self-assigned this Oct 17, 2019
@filipw
Copy link
Member

filipw commented Oct 17, 2019

@Zenexer thanks for reporting. This is indeed a bug - it's fixed in #1634

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants