Merge pull request #941 from FUSEEProjectTeam/dependabot/nuget/housek… #1326
Annotations
10 warnings
src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
|
src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
|
src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
|
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.
|
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.
|
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.
|
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.
|
src/Engine/Core/FontMap.cs#L129
Dereference of a possibly null reference.
|
src/Engine/Core/Effects/UniformNameDeclarations.cs#L842
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
src/Engine/Core/Effects/UniformNameDeclarations.cs#L843
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
The logs for this run have expired and are no longer available.
Loading