stop grouping files #12
Annotations
19 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Publish
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
|
Publish:
MyAppsContext.cs#L11
Possible null reference return.
|
Publish:
FileChecker.cs#L310
Converting null literal or possible null value to non-nullable type.
|
Publish:
MyAppsContext.cs#L67
Possible null reference argument for parameter 'path' in 'string MyAppsContext.FindGitRepoRoot(string path)'.
|
Publish:
MyAppsContext.cs#L65
Possible null reference return.
|
Publish:
MyAppsContext.cs#L6
Non-nullable property 'GitRepoRoot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
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.
|
Build:
MyAppsContext.cs#L11
Possible null reference return.
|
Build:
FileChecker.cs#L310
Converting null literal or possible null value to non-nullable type.
|
Build:
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.
|
Build:
MyAppsContext.cs#L67
Possible null reference argument for parameter 'path' in 'string MyAppsContext.FindGitRepoRoot(string path)'.
|
Build:
MyAppsContext.cs#L65
Possible null reference return.
|
Build:
MyAppsContext.cs#L6
Non-nullable property 'GitRepoRoot' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
MyAppsContext.cs#L11
Possible null reference return.
|
Build:
FileChecker.cs#L310
Converting null literal or possible null value to non-nullable type.
|
Build:
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.
|
Build:
MyAppsContext.cs#L67
Possible null reference argument for parameter 'path' in 'string MyAppsContext.FindGitRepoRoot(string path)'.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "dist-macos-latest", "dist-ubuntu-latest", "dist-windows-latest".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading