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
Visual Studio Code is currently showing multiple warnings related to nullability in our tests. This appears to be an issue with Rosyln that has not been resolved yet.
For example in ProxyTests.cs the following problem is emitted :
[{
"owner": "csharp",
"code": "CS8629",
"severity": 8,
"message": "Nullable value type may be null. [IceRpc.Tests]",
"source": "csharp",
"startLineNumber": 342,
"startColumn": 21,
"endLineNumber": 342,
"endColumn": 40
}]
Visual Studio Code is currently showing multiple warnings related to nullability in our tests. This appears to be an issue with Rosyln that has not been resolved yet.
For example in
ProxyTests.cs
the following problem is emitted :See:
The text was updated successfully, but these errors were encountered: