You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Consulo for working on a Mono project (and added GTK sharp NuGet package to make GTK apps).
I am using .net 4.7.2 with C# 8.0
I get this warning Namespace doesn't match file system. Expected 'null'
This warning shows up in every c# file, even if the namespace matches the file system!
I believe this warning should not be present at all. It is ok if namespace doesn't match file system.
The text was updated successfully, but these errors were encountered:
I am using Consulo for working on a Mono project (and added GTK sharp NuGet package to make GTK apps).
I am using .net 4.7.2 with C# 8.0
I get this warning
Namespace doesn't match file system. Expected 'null'
This warning shows up in every c# file, even if the namespace matches the file system!
I believe this warning should not be present at all. It is ok if namespace doesn't match file system.
The text was updated successfully, but these errors were encountered: