Merge pull request #946 from FUSEEProjectTeam/dependabot/nuget/housek… #1335
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/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/WritableCubeMap.cs#L118
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/WritableArrayTexture.cs#L123
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/Effects/Effect.cs#L64
Possible null reference argument for parameter 'val' in 'bool IFxParamDeclaration.SetValue(object val)'.
|
Loading