Skip to content

Merge branch 'master' of github.com:OpenDDD/dddmelbourne-backend-2024 #2

Merge branch 'master' of github.com:OpenDDD/dddmelbourne-backend-2024

Merge branch 'master' of github.com:OpenDDD/dddmelbourne-backend-2024 #2

Triggered via push October 20, 2023 10:46
Status Success
Total duration 1m 38s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
build-and-deploy
1m 25s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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-and-deploy: DDD.Core/Encryption/Encryptor.cs#L30
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build-and-deploy: DDD.Core/Encryption/Encryptor.cs#L37
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build-and-deploy: DDD.Core/Encryption/Encryptor.cs#L37
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build-and-deploy: DDD.Core/Encryption/Encryptor.cs#L51
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build-and-deploy: DDD.Core/Encryption/Encryptor.cs#L51
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
build-and-deploy: DDD.Functions.Extensions/RequestExtensions.cs#L9
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
build-and-deploy: DDD.Functions.Extensions/RequestExtensions.cs#L10
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
build-and-deploy: DDD.Sessionize.Tests/SessionizeSync/AddDeleteAndUpdateScenario.cs#L18
Public method 'GivenEmptyReadModel' on test class 'AddDeleteAndUpdateScenario' should be marked as a Fact.
build-and-deploy: DDD.Sessionize.Tests/SessionizeSync/AddDeleteAndUpdateScenario.cs#L24
Public method 'AndGivenSessionizeHasPresentersAndSessions' on test class 'AddDeleteAndUpdateScenario' should be marked as a Fact.
build-and-deploy: DDD.Sessionize.Tests/SessionizeSync/AddDeleteAndUpdateScenario.cs#L30
Public method 'WhenPerformingSync' on test class 'AddDeleteAndUpdateScenario' should be marked as a Fact.