Merge branch 'master' of github.com:OpenDDD/dddmelbourne-backend-2024 #2
Annotations
11 warnings
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/
|
DDD.Core/Encryption/Encryptor.cs#L30
'SHA256Managed' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
|
DDD.Core/Encryption/Encryptor.cs#L37
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
|
DDD.Core/Encryption/Encryptor.cs#L37
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
|
DDD.Core/Encryption/Encryptor.cs#L51
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
|
DDD.Core/Encryption/Encryptor.cs#L51
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.'
|
DDD.Functions.Extensions/RequestExtensions.cs#L9
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
|
DDD.Functions.Extensions/RequestExtensions.cs#L10
'HttpRequestMessage.Properties' is obsolete: 'HttpRequestMessage.Properties has been deprecated. Use Options instead.'
|
DDD.Sessionize.Tests/SessionizeSync/AddDeleteAndUpdateScenario.cs#L18
Public method 'GivenEmptyReadModel' on test class 'AddDeleteAndUpdateScenario' should be marked as a Fact.
|
DDD.Sessionize.Tests/SessionizeSync/AddDeleteAndUpdateScenario.cs#L24
Public method 'AndGivenSessionizeHasPresentersAndSessions' on test class 'AddDeleteAndUpdateScenario' should be marked as a Fact.
|
DDD.Sessionize.Tests/SessionizeSync/AddDeleteAndUpdateScenario.cs#L30
Public method 'WhenPerformingSync' on test class 'AddDeleteAndUpdateScenario' should be marked as a Fact.
|
The logs for this run have expired and are no longer available.
Loading