Add GitHub Actions workflow for .NET project#7
Merged
Annotations
10 warnings
|
Models/Character.cs#L123
Non-nullable property 'SavedRollsString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Services/CharacterService.cs#L102
Possible null reference assignment.
|
|
Models/gauge.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Models/gauge.cs#L20
Possible null reference return.
|
|
Models/gauge.cs#L20
Possible null reference argument for parameter 'key' in 'bool Dictionary<string, string>.TryGetValue(string key, out string value)'.
|
|
Models/Status.cs#L2
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Models/Stat.cs#L2
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Models/Roll.cs#L3
Non-nullable property 'RollString' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Models/Roll.cs#L2
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Models/APIConfig.cs#L2
Non-nullable property 'URI' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading