Skip to content

froze requirements.txt #1

froze requirements.txt

froze requirements.txt #1

Triggered via push November 8, 2024 08:53
Status Failure
Total duration 23s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
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/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/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/models/warehouses.cs#L110
Possible null reference assignment.
build: C#api/models/warehouses.cs#L17
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.