Added cleanup and database optimisation #73
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
gaseous-tools/Logging.cs#L80
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
build:
gaseous-tools/Logging.cs#L126
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
build:
gaseous-tools/Config.cs#L463
Possible null reference return.
|
build:
gaseous-tools/Config.cs#L478
Possible null reference return.
|
build:
gaseous-tools/Config.cs#L261
Possible null reference return.
|
build:
gaseous-tools/Config.cs#L276
Possible null reference return.
|
build:
gaseous-tools/Config.cs#L291
Possible null reference return.
|
build:
gaseous-tools/Database.cs#L90
Converting null literal or possible null value to non-nullable type.
|
build:
gaseous-tools/Database.cs#L91
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
|
build:
gaseous-tools/DatabaseMigration.cs#L82
Converting null literal or possible null value to non-nullable type.
|