Skip to content

Create dotnet.yml

Create dotnet.yml #1

Triggered via push July 9, 2024 02:11
Status Success
Total duration 1m 7s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: CSharp/ImageClassification.cs#L46
Nullability of reference types in type of parameter 'sender' of 'void ImageClassification.UserControl_HandleDestroyed(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: CSharp/ImageClassification.cs#L39
Non-nullable field 'videoDevices' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: CSharp/ImageClassification.cs#L39
Non-nullable field 'videoSource' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: CSharp/ImageClassification.cs#L39
Non-nullable field 'TestmlContext' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: CSharp/ImageClassification.cs#L39
Non-nullable field 'TestpredictionEngine' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: UserControls/Startup.cs#L18
Non-nullable event 'UserControlClosed' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: Create.cs#L86
Converting null literal or possible null value to non-nullable type.
build: Create.cs#L87
Converting null literal or possible null value to non-nullable type.
build: Create.cs#L93
Converting null literal or possible null value to non-nullable type.
build: UserControls/Startup.cs#L88
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)