Skip to content

ci: bump actions/setup-dotnet from 5 to 6 #42

ci: bump actions/setup-dotnet from 5 to 6

ci: bump actions/setup-dotnet from 5 to 6 #42

Triggered via pull request July 22, 2026 03:44
Status Success
Total duration 6m 57s
Artifacts 3

ci.yml

on: pull_request
Matrix: build
Matrix: test-sql-databases
Fit to window
Zoom out
Zoom in

Annotations

50 warnings
Build (ubuntu-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 (ubuntu-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 (ubuntu-latest): dependencies/NEventStore/src/NEventStore/Persistence/InMemory/InMemoryPersistenceEngine.cs#L858
Change return type of method 'GetStreamsToSnapshot' from 'System.Collections.Generic.IEnumerable<NEventStore.Persistence.IStreamHead>' to 'NEventStore.Persistence.IStreamHead[]' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
Build (ubuntu-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 (ubuntu-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 (ubuntu-latest): dependencies/NEventStore/src/NEventStore/Persistence/InMemory/InMemoryPersistenceEngine.cs#L779
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 (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 (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 (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#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/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#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#L858
Change return type of method 'GetStreamsToSnapshot' from 'System.Collections.Generic.IEnumerable<NEventStore.Persistence.IStreamHead>' to 'NEventStore.Persistence.IStreamHead[]' 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/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, net9.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, 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/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.
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/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, net8.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, 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/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, 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/Persistence/InMemory/InMemoryPersistenceEngine.cs#L854
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.

Artifacts

Produced during runtime
Name Size Digest
test-results-net10.0
185 KB
sha256:c913550318d68de7065abf6d793302f5d8dce0edeafdf38626b35b46e9ffd19b
test-results-net8.0
186 KB
sha256:15bd299eff7929ff6def5fadcbd38972d100d52a0b578158ec5a1f5e8e08d154
test-results-net9.0
186 KB
sha256:8725bab4b4bc760e990c6516a919be39503df7345e92b88a236028c3b847d244