Skip to content

Nohup & gebruik bij runnen #9

Nohup & gebruik bij runnen

Nohup & gebruik bij runnen #9

Triggered via push November 9, 2024 11:37
Status Cancelled
Total duration 57s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
test
The run was canceled by @safouuwa.
test
The operation was canceled.
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.