Annotations
2 errors and 11 warnings
Commit changes
Error: To https://github.com/furesoft/Silverfly
! refs/heads/update-version:refs/heads/update-version [rejected] (non-fast-forward)
Done
Pushing to https://github.com/furesoft/Silverfly
error: failed to push some refs to 'https://github.com/furesoft/Silverfly'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. If you want to integrate the remote changes,
hint: use 'git pull' before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
|
Commit changes
Error: To https://github.com/furesoft/Silverfly
! refs/heads/update-version:refs/heads/update-version [rejected] (non-fast-forward)
Done
Pushing to https://github.com/furesoft/Silverfly
error: failed to push some refs to 'https://github.com/furesoft/Silverfly'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. If you want to integrate the remote changes,
hint: use 'git pull' before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, peaceiris/actions-gh-pages@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build and package:
Source/Silverfly.TreeVisualizer/TreeCommand.cs#L24
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and package:
Source/Silverfly.TreeVisualizer/TreeCommand.cs#L29
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
|
Build and package:
Source/Silverfly.TreeVisualizer/TreeCommand.cs#L30
Possible null reference argument for parameter 'name' in 'Type? Assembly.GetType(string name)'.
|
Build and package:
Source/Silverfly.TreeVisualizer/TreeCommand.cs#L31
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
|
Build and package:
Source/Silverfly.TreeVisualizer/TreeCommand.cs#L31
Converting null literal or possible null value to non-nullable type.
|
Build and package:
Source/Silverfly.TreeVisualizer/TreeCommand.cs#L33
Dereference of a possibly null reference.
|
Build and package:
Source/Silverfly.TreeVisualizer/TreeCommand.cs#L24
Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and package:
Source/Silverfly.TreeVisualizer/TreeCommand.cs#L29
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
|
Build and package:
Source/Silverfly.TreeVisualizer/TreeCommand.cs#L30
Possible null reference argument for parameter 'name' in 'Type? Assembly.GetType(string name)'.
|
Build and package:
Source/Silverfly.TreeVisualizer/TreeCommand.cs#L31
Possible null reference argument for parameter 'type' in 'object? Activator.CreateInstance(Type type)'.
|
Loading