Skip to content

.NET Build Test

.NET Build Test #36

Manually triggered January 19, 2025 01:00
Status Success
Total duration 3m 19s
Artifacts

dotnet.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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: 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: 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: 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: src/Stride.CommunityToolkit/Engine/ScriptDelegateWatcher.cs#L24
Cannot convert null literal to non-nullable reference type.
build: 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: 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: 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: 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: src/Stride.CommunityToolkit/Engine/EntityExtensions.cs#L28
Missing XML comment for publicly visible type or member 'EntityExtensions.Add2DCameraController(Entity)'