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
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
Nullability of reference types in type of parameter 'obj' of 'int NPath.CompareTo(object obj)' doesn't match implicitly implemented member 'int IComparable.CompareTo(object? obj)' (possibly because of nullability attributes).
Nullability of reference types in type of parameter 'p' of 'bool NPath.Equals(NPath p)' doesn't match implicitly implemented member 'bool IEquatable<NPath>.Equals(NPath? other)' (possibly because of nullability attributes).