Publish ImportBuddy #1
Annotations
1 error and 11 warnings
Publish
Resource not accessible by integration
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build
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.
|
Build:
tools/ImportBuddy/source/ImportBuddy/TheDiscDb.MakeMkv/LogParser/Title.cs#L19
Non-nullable property 'Length' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
tools/ImportBuddy/source/ImportBuddy/TheDiscDb.MakeMkv/LogParser/Title.cs#L20
Non-nullable property 'DisplaySize' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
tools/ImportBuddy/source/ImportBuddy/TheDiscDb.MakeMkv/LogParser/Title.cs#L22
Non-nullable property 'Playlist' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
tools/ImportBuddy/source/ImportBuddy/TheDiscDb.MakeMkv/LogParser/Title.cs#L23
Non-nullable property 'SegmentMap' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
tools/ImportBuddy/source/ImportBuddy/TheDiscDb.MakeMkv/LogParser/Title.cs#L24
Non-nullable property 'Comment' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
tools/ImportBuddy/source/ImportBuddy/TheDiscDb.MakeMkv/MakeMkvOptions.cs#L7
Non-nullable property 'Path' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
tools/ImportBuddy/source/ImportBuddy/TheDiscDb.MakeMkv/LogParser/Segment.cs#L14
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
tools/ImportBuddy/source/ImportBuddy/TheDiscDb.MakeMkv/LogParser/Segment.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.
|
Build:
tools/ImportBuddy/source/ImportBuddy/TheDiscDb.MakeMkv/LogParser/Segment.cs#L18
Non-nullable property 'AudioType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading