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

USP0016 Errors in VSCode #1439

Closed
ReeceHumphreys opened this issue Jun 24, 2022 · 1 comment
Closed

USP0016 Errors in VSCode #1439

ReeceHumphreys opened this issue Jun 24, 2022 · 1 comment

Comments

@ReeceHumphreys
Copy link
Contributor

ReeceHumphreys commented Jun 24, 2022

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
}]

See:

@pepone
Copy link
Member

pepone commented Nov 25, 2022

@ReeceHumphreys I'm closing this as there is nothing we can do here, reopen if you feel otherwise.

@pepone pepone closed this as completed Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants