add Create Release and Publish.yml #20
Annotations
10 warnings
|
publish
Non-nullable property 'sid' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
|
publish
Converting null literal or possible null value to non-nullable type.
|
|
publish
Non-nullable property 'ToStation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish
Non-nullable property 'FromStation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
publish
Non-nullable event 'OnUserLoginFailure' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
publish
Non-nullable event 'OnUserLoginSuccess' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
publish
Non-nullable event 'OnUserLoginStart' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
publish
Possible null reference assignment.
|
|
publish
Cannot convert null literal to non-nullable reference type.
|