Skip to content

implement ISet and update namespace. #1299

implement ISet and update namespace.

implement ISet and update namespace. #1299

Triggered via push February 7, 2024 09:52
Status Success
Total duration 7m 6s
Artifacts

build-test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

23 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-java@v1, actions/checkout@v2, actions/setup-dotnet@v1, actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/checkout@v2, actions/setup-dotnet@v1, actions/cache@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: src/Qowaiv/Identifiers/UuidBehavior.cs#L7
The member 'UuidBehavior.Instance' does not hide an accessible member. The new keyword is not required.
Build: src/Qowaiv/Collections/EmailAddressCollection.cs#L180
Dereference of a possibly null reference.
Build: src/Qowaiv/Collections/EmailAddressCollection.IReadOnlySet.cs#L111
Missing XML comment for publicly visible type or member 'EmailAddressCollection.New(IEnumerable<string>)'
Build: src/Qowaiv/Collections/EmailAddressCollection.IReadOnlySet.cs#L115
Missing XML comment for publicly visible type or member 'EmailAddressCollection.New(IEnumerable<EmailAddress>)'
Build: src/Qowaiv/Identifiers/UuidBehavior.cs#L7
The member 'UuidBehavior.Instance' does not hide an accessible member. The new keyword is not required.
Build: src/Qowaiv/Collections/EmailAddressCollection.IReadOnlySet.cs#L111
Missing XML comment for publicly visible type or member 'EmailAddressCollection.New(IEnumerable<string>)'
Build: src/Qowaiv/Collections/EmailAddressCollection.IReadOnlySet.cs#L115
Missing XML comment for publicly visible type or member 'EmailAddressCollection.New(IEnumerable<EmailAddress>)'
Build: src/Qowaiv/Collections/EmailAddressCollection.cs#L15
Return an empty collection instead of null. (https://rules.sonarsource.com/csharp/RSPEC-1168)
Build: src/Qowaiv/Collections/EmailAddressCollection.cs#L12
When implementing IComparable or IComparable<T>, you should also override <, <=, >, and >=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
Build: src/Qowaiv/Identifiers/UuidBehavior.cs#L7
The member 'UuidBehavior.Instance' does not hide an accessible member. The new keyword is not required.
Build: src/Qowaiv/Collections/EmailAddressCollection.cs#L180
Dereference of a possibly null reference.
Build: src/Qowaiv/Collections/EmailAddressCollection.IReadOnlySet.cs#L111
Missing XML comment for publicly visible type or member 'EmailAddressCollection.New(IEnumerable<string>)'
Build: src/Qowaiv/Collections/EmailAddressCollection.IReadOnlySet.cs#L115
Missing XML comment for publicly visible type or member 'EmailAddressCollection.New(IEnumerable<EmailAddress>)'
Build: src/Qowaiv/Collections/EmailAddressCollection.cs#L12
When implementing IComparable or IComparable<T>, you should also override <, <=, >, and >=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
Build: src/Qowaiv/Collections/EmailAddressCollection.IReadOnlySet.cs#L3
When implementing IComparable or IComparable<T>, you should also override <, <=, >, and >=. (https://rules.sonarsource.com/csharp/RSPEC-1210)
Build: src/Qowaiv/Collections/EmailAddressCollection.cs#L15
Return an empty collection instead of null. (https://rules.sonarsource.com/csharp/RSPEC-1168)
Build: src/Qowaiv/Globalization/PostalCodeCountryInfo.Instances.cs#L453
Remove this default value assigned to parameter 'search'. (https://rules.sonarsource.com/csharp/RSPEC-3254)
Build: src/Qowaiv/Globalization/PostalCodeCountryInfo.Instances.cs#L495
Remove this default value assigned to parameter 'search'. (https://rules.sonarsource.com/csharp/RSPEC-3254)
Build
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.