Skip to content

Added cleanup and database optimisation (#168) #74

Added cleanup and database optimisation (#168)

Added cleanup and database optimisation (#168) #74

Triggered via push October 18, 2023 06:52
Status Success
Total duration 42s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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/DatabaseMigration.cs#L82
Converting null literal or possible null value to non-nullable type.
build: gaseous-tools/DatabaseMigration.cs#L84
Dereference of a possibly null reference.
build: gaseous-tools/Database.cs#L90
Converting null literal or possible null value to non-nullable type.