Testing System looking for an error #5
Annotations
10 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
modelCsharp/TestModel/TestModel/Test.cs#L51
Converting null literal or possible null value to non-nullable type.
|
modelCsharp/TestModel/TestModel/Test.cs#L58
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
modelCsharp/TestModel/TestModel/Test.cs#L70
Converting null literal or possible null value to non-nullable type.
|
modelCsharp/TestModel/TestModel/Test.cs#L80
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
modelCsharp/TestModel/TestModel/Test.cs#L51
Converting null literal or possible null value to non-nullable type.
|
modelCsharp/TestModel/TestModel/Test.cs#L58
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
modelCsharp/TestModel/TestModel/Test.cs#L70
Converting null literal or possible null value to non-nullable type.
|
modelCsharp/TestModel/TestModel/Test.cs#L80
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
The logs for this run have expired and are no longer available.
Loading