Merge pull request #946 from FUSEEProjectTeam/dependabot/nuget/housek… #1335
Annotations
10 warnings
Build with MSBuild:
src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
|
Build with MSBuild:
src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
|
Build with MSBuild:
src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
|
Build with MSBuild:
src/Engine/Core/Effects/Effect.cs#L64
Possible null reference argument for parameter 'val' in 'bool IFxParamDeclaration.SetValue(object val)'.
|
Build with MSBuild:
src/Engine/Core/Effects/Effect.cs#L87
Possible null reference return.
|
Build with MSBuild:
src/Engine/Core/Effects/Effect.cs#L89
Possible null reference return.
|
Build with MSBuild:
src/Engine/Core/Effects/StorageBuffer.cs#L42
Dereference of a possibly null reference.
|
Build with MSBuild:
src/Engine/Core/Effects/Effect.cs#L17
Non-nullable property 'UniformParameters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with MSBuild:
src/Engine/Core/Effects/Effect.cs#L22
Non-nullable property 'RendererStates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with MSBuild:
src/Engine/Core/Effects/Effect.cs#L27
Non-nullable property 'EffectChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading