Bump Microsoft.NET.Test.Sdk and Newtonsoft.Json #1336
Annotations
10 warnings
Render image compare:
src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
|
Render image compare:
src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
|
Render image compare:
src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
|
Render image compare:
src/Base/Imp/Desktop/FileAssetProvider.cs#L175
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.
|
Render image compare:
src/Engine/Core/WritableTexture.cs#L124
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Render image compare:
src/Engine/Core/FontMap.cs#L129
Dereference of a possibly null reference.
|
Render image compare:
src/Engine/Core/WritableMultisampleTexture.cs#L115
Non-nullable property 'InternalTextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Render image compare:
src/Engine/Core/Effects/UniformNameDeclarations.cs#L842
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Render image compare:
src/Engine/Core/Effects/UniformNameDeclarations.cs#L843
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Render image compare:
src/Engine/Core/Effects/UniformNameDeclarations.cs#L844
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Loading