Skip to content

dotnet run in job aangepast #5

dotnet run in job aangepast

dotnet run in job aangepast #5

Triggered via push November 9, 2024 11:17
Status Failure
Total duration 34s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
test
Process completed with exit code 1.
build: C#api/models/warehouses.cs#L36
Non-nullable field 'data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: C#api/processors/notification_processor.cs#L15
Nullability of reference types in type of parameter 'source' of 'void NotificationSystem.OnTimedEvent(object source, ElapsedEventArgs e)' doesn't match the target delegate 'ElapsedEventHandler' (possibly because of nullability attributes).
build: C#api/ApiRequestHandler.cs#L14
Converting null literal or possible null value to non-nullable type.
build: C#api/ApiRequestHandler.cs#L15
Possible null reference argument for parameter 'apiKey' in 'User AuthProvider.GetUser(string apiKey)'.
build: C#api/ApiRequestHandler.cs#L26
Dereference of a possibly null reference.
build: C#api/processors/notification_processor.cs#L29
Converting null literal or possible null value to non-nullable type.
build: C#api/processors/notification_processor.cs#L9
Non-nullable field '_timer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: C#api/models/warehouses.cs#L50
Possible null reference return.
build: C#api/providers/auth_provider.cs#L48
Possible null reference return.
build: C#api/models/warehouses.cs#L110
Possible null reference assignment.