Bump mxlint and clean up #20
Annotations
1 error and 6 warnings
Build
Process completed with exit code 2.
|
Build:
MxLintPaneExtensionWebViewModel.cs#L62
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
MxLintPaneExtensionWebViewModel.cs#L79
Dereference of a possibly null reference.
|
Build:
MxLintPaneExtensionWebViewModel.cs#L85
Dereference of a possibly null reference.
|
Build:
MxLintPaneExtensionWebViewModel.cs#L101
Converting null literal or possible null value to non-nullable type.
|
Build:
MxLintPaneExtensionWebViewModel.cs#L108
Converting null literal or possible null value to non-nullable type.
|
Build:
MxLintPaneExtensionWebViewModel.cs#L112
Converting null literal or possible null value to non-nullable type.
|