.NET Build Test #36
Annotations
10 warnings
Build projects:
src/Stride.CommunityToolkit/Engine/EntitySearchExtensions.cs#L45
Argument of type 'Queue<Entity>' cannot be used for parameter 'queue' of type 'Queue<Entity?>' in 'void CollectionExtensions.EnqueueRange<Entity>(Queue<Entity?> queue, IEnumerable<Entity?> collection)' due to differences in the nullability of reference types.
|
Build projects:
src/Stride.CommunityToolkit/Engine/EntitySearchExtensions.cs#L109
Argument of type 'Queue<Entity>' cannot be used for parameter 'queue' of type 'Queue<Entity?>' in 'void CollectionExtensions.EnqueueRange<Entity>(Queue<Entity?> queue, IEnumerable<Entity?> collection)' due to differences in the nullability of reference types.
|
Build projects:
src/Stride.CommunityToolkit/Engine/EntitySearchExtensions.cs#L172
Argument of type 'Queue<Entity>' cannot be used for parameter 'queue' of type 'Queue<Entity?>' in 'void CollectionExtensions.EnqueueRange<Entity>(Queue<Entity?> queue, IEnumerable<Entity?> collection)' due to differences in the nullability of reference types.
|
Build projects:
src/Stride.CommunityToolkit/Engine/EntitySearchExtensions.cs#L192
Argument of type 'Queue<Entity>' cannot be used for parameter 'queue' of type 'Queue<Entity?>' in 'void CollectionExtensions.EnqueueRange<Entity>(Queue<Entity?> queue, IEnumerable<Entity?> collection)' due to differences in the nullability of reference types.
|
Build projects:
src/Stride.CommunityToolkit/Engine/ScriptDelegateWatcher.cs#L24
Cannot convert null literal to non-nullable reference type.
|
Build projects:
src/Stride.CommunityToolkit/Engine/ScriptDelegateWatcher.cs#L9
Non-nullable field 'script' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build projects:
src/Stride.CommunityToolkit/Engine/ModelComponentExtensions.cs#L343
Non-nullable property 'ModelComponent' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build projects:
src/Stride.CommunityToolkit/Engine/EntitySearchExtensions.cs#L226
Argument of type 'Queue<Entity>' cannot be used for parameter 'queue' of type 'Queue<Entity?>' in 'void CollectionExtensions.EnqueueRange<Entity>(Queue<Entity?> queue, IEnumerable<Entity?> collection)' due to differences in the nullability of reference types.
|
Build projects:
src/Stride.CommunityToolkit/Engine/EntitySearchExtensions.cs#L247
Argument of type 'Queue<Entity>' cannot be used for parameter 'queue' of type 'Queue<Entity?>' in 'void CollectionExtensions.EnqueueRange<Entity>(Queue<Entity?> queue, IEnumerable<Entity?> collection)' due to differences in the nullability of reference types.
|
Build projects:
src/Stride.CommunityToolkit/Engine/EntityExtensions.cs#L28
Missing XML comment for publicly visible type or member 'EntityExtensions.Add2DCameraController(Entity)'
|
Loading