This repository has been archived by the owner on Dec 31, 2024. It is now read-only.
Fix closing alert #7
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:
CSharp/TextClassification.cs#L32
Non-nullable field 'videoDevices' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
CSharp/TextClassification.cs#L32
Non-nullable field 'videoSource' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
CSharp/TextClassification.cs#L32
Non-nullable field 'TestmlContext' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
CSharp/TextClassification.cs#L32
Non-nullable field 'TestpredictionEngine' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
Python/Python.cs#L25
Non-nullable field 'videoDevices' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|