Skip to content

Update action to .NET 6 #60

Update action to .NET 6

Update action to .NET 6 #60

Triggered via push September 21, 2023 06:48
Status Failure
Total duration 44s
Artifacts

action.yml

on: push
build-and-deploy
34s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
build-and-deploy: CDWPlanner.Tests/GitHubWebhookTest.cs#L181
The type arguments for method 'GitHubFileReader.Deserialize<T>(string)' cannot be inferred from the usage. Try specifying the type arguments explicitly.
build-and-deploy: CDWPlanner.Tests/GitHubWebhookTest.cs#L183
'T' does not contain a definition for 'workshops' and no accessible extension method 'workshops' accepting a first argument of type 'T' could be found (are you missing a using directive or an assembly reference?)
build-and-deploy: CDWPlanner.Tests/GitHubWebhookTest.cs#L184
'T' does not contain a definition for 'workshops' and no accessible extension method 'workshops' accepting a first argument of type 'T' could be found (are you missing a using directive or an assembly reference?)
build-and-deploy: CDWPlanner.Tests/GitHubWebhookTest.cs#L185
'T' does not contain a definition for 'workshops' and no accessible extension method 'workshops' accepting a first argument of type 'T' could be found (are you missing a using directive or an assembly reference?)
build-and-deploy: CDWPlanner.Tests/GitHubWebhookTest.cs#L186
'T' does not contain a definition for 'workshops' and no accessible extension method 'workshops' accepting a first argument of type 'T' could be found (are you missing a using directive or an assembly reference?)
build-and-deploy: CDWPlanner.Tests/GitHubWebhookTest.cs#L187
'T' does not contain a definition for 'workshops' and no accessible extension method 'workshops' accepting a first argument of type 'T' could be found (are you missing a using directive or an assembly reference?)
build-and-deploy: CDWPlanner.Tests/GitHubWebhookTest.cs#L188
'T' does not contain a definition for 'workshops' and no accessible extension method 'workshops' accepting a first argument of type 'T' could be found (are you missing a using directive or an assembly reference?)
build-and-deploy: CDWPlanner.Tests/GitHubWebhookTest.cs#L189
'T' does not contain a definition for 'workshops' and no accessible extension method 'workshops' accepting a first argument of type 'T' could be found (are you missing a using directive or an assembly reference?)
build-and-deploy: CDWPlanner.Tests/GitHubWebhookTest.cs#L190
'T' does not contain a definition for 'workshops' and no accessible extension method 'workshops' accepting a first argument of type 'T' could be found (are you missing a using directive or an assembly reference?)
build-and-deploy: CDWPlanner.Tests/GitHubWebhookTest.cs#L191
'T' does not contain a definition for 'workshops' and no accessible extension method 'workshops' accepting a first argument of type 'T' could be found (are you missing a using directive or an assembly reference?)
build-and-deploy: CDWPlanner/Model/DTO.cs#L102
The best overloaded Add method 'BsonValue.implicit operator BsonValue(Guid)' for the collection initializer element is obsolete. Use the BsonBinaryData constructor instead and specify a Guid representation.
build-and-deploy: CDWPlanner/Services/LinkShortenerService.cs#L51
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build-and-deploy: CDWPlanner/Services/LinkShortenerService.cs#L103
The variable 'e' is declared but never used