Skip to content

Merge remote-tracking branch 'origin/main' #30

Merge remote-tracking branch 'origin/main'

Merge remote-tracking branch 'origin/main' #30

Triggered via push July 19, 2023 06:29
Status Failure
Total duration 3m 36s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 3 warnings
build: src/Mewdeko/Modules/Nsfw/Nsfw.cs#L120
'IBotCredentials' does not contain a definition for 'CfClearance' and no accessible extension method 'CfClearance' accepting a first argument of type 'IBotCredentials' could be found (are you missing a using directive or an assembly reference?)
build: src/Mewdeko/Modules/Nsfw/Nsfw.cs#L123
'IBotCredentials' does not contain a definition for 'CsrfToken' and no accessible extension method 'CsrfToken' accepting a first argument of type 'IBotCredentials' could be found (are you missing a using directive or an assembly reference?)
build: src/Mewdeko/Modules/Nsfw/Nsfw.cs#L126
'IBotCredentials' does not contain a definition for 'UserAgent' and no accessible extension method 'UserAgent' accepting a first argument of type 'IBotCredentials' could be found (are you missing a using directive or an assembly reference?)
build: src/Mewdeko/Modules/Nsfw/Nsfw.cs#L165
'IBotCredentials' does not contain a definition for 'CfClearance' and no accessible extension method 'CfClearance' accepting a first argument of type 'IBotCredentials' could be found (are you missing a using directive or an assembly reference?)
build: src/Mewdeko/Modules/Nsfw/Nsfw.cs#L168
'IBotCredentials' does not contain a definition for 'CsrfToken' and no accessible extension method 'CsrfToken' accepting a first argument of type 'IBotCredentials' could be found (are you missing a using directive or an assembly reference?)
build: src/Mewdeko/Modules/Nsfw/Nsfw.cs#L171
'IBotCredentials' does not contain a definition for 'UserAgent' and no accessible extension method 'UserAgent' accepting a first argument of type 'IBotCredentials' could be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
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: src/Mewdeko.Database/Models/CommandStats.cs#L8
Cannot convert null literal to non-nullable reference type.
build: src/Mewdeko.Database/Models/CommandStats.cs#L7
Non-nullable property 'NameOrId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.