Merge branch 'housekeeping' into develop #1319
Annotations
10 warnings
src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
|
src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' 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/Effects/Effect.cs#L64
Possible null reference argument for parameter 'val' in 'bool IFxParamDeclaration.SetValue(object val)'.
|
src/Engine/Core/Effects/Effect.cs#L87
Possible null reference return.
|
src/Engine/Core/Effects/Effect.cs#L89
Possible null reference return.
|
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.
|
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.
|
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.
|
src/Engine/Core/Effects/Effect.cs#L32
Non-nullable property 'EffectManagerEventArgs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading