Update CI workflows to use modern TFM for testing and adjust .NET ver… #24
Annotations
50 warnings and 2 notices
|
Build (ubuntu-latest):
dependencies/NEventStore/src/NEventStore/OptimisticPipelineHook.cs#L109
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
Build (ubuntu-latest):
dependencies/NEventStore/src/NEventStore/OptimisticPipelineHook.cs#L95
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
Build (ubuntu-latest):
dependencies/NEventStore/src/NEventStore/OptimisticPipelineHook.cs#L82
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
Build (ubuntu-latest):
dependencies/NEventStore/src/NEventStore/OptimisticPipelineHook.cs#L68
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
Build (ubuntu-latest):
dependencies/NEventStore/src/NEventStore/Serialization/RijndaelSerializer.cs#L63
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
|
|
Build (ubuntu-latest):
dependencies/NEventStore/src/NEventStore/Serialization/RijndaelSerializer.cs#L41
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
|
|
Build (ubuntu-latest):
dependencies/NEventStore/src/NEventStore/Snapshot.cs#L41
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build (ubuntu-latest):
dependencies/NEventStore/src/NEventStore/Snapshot.cs#L41
Non-nullable property 'StreamId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build (ubuntu-latest):
dependencies/NEventStore/src/NEventStore/Snapshot.cs#L41
Non-nullable property 'BucketId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build (ubuntu-latest):
dependencies/NEventStore/src/NEventStore/EventMessage.cs#L19
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build (windows-latest):
dependencies/NEventStore/src/NEventStore/Persistence/InMemory/InMemoryPersistenceEngine.cs#L749
Change return type of method 'GetFrom' from 'System.Collections.Generic.IEnumerable<NEventStore.ICommit>' to 'NEventStore.ICommit[]' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
|
Build (windows-latest):
dependencies/NEventStore/src/NEventStore/Persistence/InMemory/InMemoryPersistenceEngine.cs#L789
Change return type of method 'GetFromTo' from 'System.Collections.Generic.IEnumerable<NEventStore.ICommit>' to 'NEventStore.ICommit[]' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
|
Build (windows-latest):
dependencies/NEventStore/src/NEventStore/Persistence/InMemory/InMemoryPersistenceEngine.cs#L770
Change return type of method 'GetFrom' from 'System.Collections.Generic.IEnumerable<NEventStore.ICommit>' to 'NEventStore.ICommit[]' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
|
Build (windows-latest):
dependencies/NEventStore/src/NEventStore/Persistence/InMemory/InMemoryPersistenceEngine.cs#L716
Change return type of method 'GetFrom' from 'System.Collections.Generic.IEnumerable<NEventStore.ICommit>' to 'NEventStore.ICommit[]' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
|
Build (windows-latest):
dependencies/NEventStore/src/NEventStore/Persistence/InMemory/InMemoryPersistenceEngine.cs#L945
Change return type of method 'DeleteStream' from 'System.Collections.Generic.IReadOnlyCollection<NEventStore.Persistence.InMemory.InMemoryPersistenceEngine.InMemoryCommit>' to 'NEventStore.Persistence.InMemory.InMemoryPersistenceEngine.InMemoryCommit[]' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
|
Build (windows-latest):
dependencies/NEventStore/src/NEventStore/Persistence/InMemory/InMemoryPersistenceEngine.cs#L926
Change return type of method 'Purge' from 'System.Collections.Generic.IReadOnlyCollection<NEventStore.Persistence.InMemory.InMemoryPersistenceEngine.InMemoryCommit>' to 'NEventStore.Persistence.InMemory.InMemoryPersistenceEngine.InMemoryCommit[]' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
|
Build (windows-latest):
dependencies/NEventStore/src/NEventStore/EventMessage.cs#L19
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build (windows-latest):
dependencies/NEventStore/src/NEventStore/Snapshot.cs#L41
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build (windows-latest):
dependencies/NEventStore/src/NEventStore/Snapshot.cs#L41
Non-nullable property 'StreamId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build (windows-latest):
dependencies/NEventStore/src/NEventStore/Snapshot.cs#L41
Non-nullable property 'BucketId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test (Linux, net8.0):
dependencies/NEventStore/src/NEventStore/OptimisticPipelineHook.cs#L109
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
Test (Linux, net8.0):
dependencies/NEventStore/src/NEventStore/OptimisticPipelineHook.cs#L95
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
Test (Linux, net8.0):
dependencies/NEventStore/src/NEventStore/OptimisticPipelineHook.cs#L82
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
Test (Linux, net8.0):
dependencies/NEventStore/src/NEventStore/OptimisticPipelineHook.cs#L68
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
Test (Linux, net8.0):
dependencies/NEventStore/src/NEventStore/Serialization/RijndaelSerializer.cs#L63
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
|
|
Test (Linux, net8.0):
dependencies/NEventStore/src/NEventStore/Serialization/RijndaelSerializer.cs#L41
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
|
|
Test (Linux, net8.0):
dependencies/NEventStore/src/NEventStore/Snapshot.cs#L41
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test (Linux, net8.0):
dependencies/NEventStore/src/NEventStore/Snapshot.cs#L41
Non-nullable property 'StreamId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test (Linux, net8.0):
dependencies/NEventStore/src/NEventStore/Snapshot.cs#L41
Non-nullable property 'BucketId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test (Linux, net8.0):
dependencies/NEventStore/src/NEventStore/EventMessage.cs#L19
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test (Linux, net10.0):
dependencies/NEventStore/src/NEventStore/OptimisticEventStream.cs#L268
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
Test (Linux, net10.0):
dependencies/NEventStore/src/NEventStore/OptimisticEventStream.cs#L220
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
Test (Linux, net10.0):
dependencies/NEventStore/src/NEventStore/OptimisticEventStream.cs#L126
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
Test (Linux, net10.0):
dependencies/NEventStore/src/NEventStore/OptimisticEventStream.cs#L103
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
Test (Linux, net10.0):
dependencies/NEventStore/src/NEventStore/Serialization/RijndaelSerializer.cs#L63
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
|
|
Test (Linux, net10.0):
dependencies/NEventStore/src/NEventStore/Serialization/RijndaelSerializer.cs#L41
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
|
|
Test (Linux, net10.0):
dependencies/NEventStore/src/NEventStore/Snapshot.cs#L41
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test (Linux, net10.0):
dependencies/NEventStore/src/NEventStore/Snapshot.cs#L41
Non-nullable property 'StreamId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test (Linux, net10.0):
dependencies/NEventStore/src/NEventStore/Snapshot.cs#L41
Non-nullable property 'BucketId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test (Linux, net10.0):
dependencies/NEventStore/src/NEventStore/EventMessage.cs#L19
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test (Linux, net9.0):
dependencies/NEventStore/src/NEventStore/OptimisticPipelineHook.cs#L95
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
Test (Linux, net9.0):
dependencies/NEventStore/src/NEventStore/OptimisticPipelineHook.cs#L82
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
Test (Linux, net9.0):
dependencies/NEventStore/src/NEventStore/OptimisticPipelineHook.cs#L68
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
Test (Linux, net9.0):
dependencies/NEventStore/src/NEventStore/OptimisticEventStream.cs#L103
Cache a 'CompositeFormat' for repeated use in this formatting operation (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1863)
|
|
Test (Linux, net9.0):
dependencies/NEventStore/src/NEventStore/Serialization/RijndaelSerializer.cs#L63
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
|
|
Test (Linux, net9.0):
dependencies/NEventStore/src/NEventStore/Serialization/RijndaelSerializer.cs#L41
'RijndaelManaged' is obsolete: 'The Rijndael and RijndaelManaged types are obsolete. Use Aes instead.' (https://aka.ms/dotnet-warnings/SYSLIB0022)
|
|
Test (Linux, net9.0):
dependencies/NEventStore/src/NEventStore/Snapshot.cs#L41
Non-nullable property 'Payload' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test (Linux, net9.0):
dependencies/NEventStore/src/NEventStore/Snapshot.cs#L41
Non-nullable property 'StreamId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test (Linux, net9.0):
dependencies/NEventStore/src/NEventStore/Snapshot.cs#L41
Non-nullable property 'BucketId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test (Linux, net9.0):
dependencies/NEventStore/src/NEventStore/EventMessage.cs#L19
Non-nullable property 'Body' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
Build (windows-latest)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results-net10.0
Expired
|
186 KB |
sha256:9ea5ea52351031a03bc93537f75234f1a546b6d6624d3e168d1fc9d511f9f8cf
|
|
|
test-results-net8.0
Expired
|
185 KB |
sha256:63f590dfa91e75030fb35dc1d1eefcbeb13f8cfc34fad8547545773eaab7a231
|
|
|
test-results-net9.0
Expired
|
185 KB |
sha256:86dee0941e58279e9d529c39a90fc3396b441a11d1d12afd6e31015bc7802d1a
|
|