Skip to content

Bump version

Bump version #32

Triggered via push October 7, 2023 07:48
Status Success
Total duration 3m 4s
Artifacts

dotnet.yml

on: push
Create Release
3s
Create Release
Matrix: Build Release
Fit to window
Zoom out
Zoom in

Annotations

47 warnings
Create Release
The following actions uses node12 which is deprecated and will be forced to run on node16: softprops/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Create Release
Unexpected input(s) 'generate_release_notes', valid inputs are ['body', 'body_path', 'name', 'tag_name', 'draft', 'prerelease', 'files', 'fail_on_unmatched_files', 'repository', 'token', 'target_commitish', 'discussion_category_name']
Create Release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Create Release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Create Release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build Release (linux)
The following actions uses node12 which is deprecated and will be forced to run on node16: softprops/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build Release (linux): CascLib/CascLib/Utils.cs#L33
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build Release (linux): CascLib/CascLib/Utils.cs#L33
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build Release (linux): Services/DBDProvider.cs#L60
Cannot convert null literal to non-nullable reference type.
Build Release (linux): Services/DBCViewFilter.cs#L28
Cannot convert null literal to non-nullable reference type.
Build Release (linux): Services/DBCManager.cs#L31
Cannot convert null literal to non-nullable reference type.
Build Release (linux): Services/DBCManager.cs#L68
Cannot convert null literal to non-nullable reference type.
Build Release (linux): Controllers/DBC/DataController.cs#L18
Non-nullable property 'data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Release (linux): Controllers/DBC/DataController.cs#L19
Non-nullable property 'error' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build Release (linux): Controllers/DBC/ExportController.cs#L30
Possible null reference assignment.
Build Release (linux): Controllers/DBC/ExportController.cs#L28
Non-nullable field 'dbcManager' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build Release (linux)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build Release (linux)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build Release (linux)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build Release (macOS)
The following actions uses node12 which is deprecated and will be forced to run on node16: softprops/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build Release (macOS): CascLib/CascLib/Utils.cs#L33
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build Release (macOS): CascLib/CascLib/Utils.cs#L33
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build Release (macOS): Services/DBDProvider.cs#L60
Cannot convert null literal to non-nullable reference type.
Build Release (macOS): Services/DBCViewFilter.cs#L28
Cannot convert null literal to non-nullable reference type.
Build Release (macOS): Services/DBCManager.cs#L31
Cannot convert null literal to non-nullable reference type.
Build Release (macOS): Services/DBCManager.cs#L68
Cannot convert null literal to non-nullable reference type.
Build Release (macOS): Services/DBDProvider.cs#L13
Non-nullable field 'definitionLookup' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build Release (macOS): Services/DBDProvider.cs#L13
Non-nullable field 'relationshipMap' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build Release (macOS): Controllers/DBC/UpdateDefsController.cs#L18
Possible null reference assignment.
Build Release (macOS): Controllers/DBC/UpdateDefsController.cs#L19
Possible null reference assignment.
Build Release (macOS)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build Release (macOS)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build Release (macOS)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build Release (windows)
The following actions uses node12 which is deprecated and will be forced to run on node16: softprops/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build Release (windows): CascLib/CascLib/Utils.cs#L33
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build Release (windows): CascLib/CascLib/Utils.cs#L33
'WebRequest.CreateHttp(string)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
Build Release (windows): Services/DBCManager.cs#L31
Cannot convert null literal to non-nullable reference type.
Build Release (windows): Services/DBCManager.cs#L68
Cannot convert null literal to non-nullable reference type.
Build Release (windows): Services/DBCViewFilter.cs#L28
Cannot convert null literal to non-nullable reference type.
Build Release (windows): Services/DBDProvider.cs#L60
Cannot convert null literal to non-nullable reference type.
Build Release (windows): BLP/BlpFile.cs#L150
Possible null reference return.
Build Release (windows): BLP/BlpFile.cs#L170
Non-nullable field 'jpegHeader' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build Release (windows): BLP/BlpFile.cs#L364
Cannot convert null literal to non-nullable reference type.
Build Release (windows): Services/DBDProvider.cs#L13
Non-nullable field 'definitionLookup' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build Release (windows)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build Release (windows)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build Release (windows)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/