enable emoji rendering #2
Annotations
10 warnings
MyAppsContext.cs#L10
Possible null reference return.
|
Program.cs#L9
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
FileChecker.cs#L310
Converting null literal or possible null value to non-nullable type.
|
FileChecker.cs#L239
Non-nullable field 'gitIgnorePatterns' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
MyAppsContext.cs#L49
Possible null reference argument for parameter 'path' in 'string MyAppsContext.FindGitRepoRoot(string path)'.
|
MyAppsContext.cs#L45
Possible null reference return.
|
MyAppsContext.cs#L5
Non-nullable field '_gitRepoRootPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
MyAppsContext.cs#L10
Possible null reference return.
|
Program.cs#L9
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
FileChecker.cs#L310
Converting null literal or possible null value to non-nullable type.
|
This job succeeded
Loading