Net7 #13
Annotations
7 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
CSharpTypes/ProductId.cs#L22
Do not pass an argument with value type 'CSharpTypes.ProductId' to 'ReferenceEquals'. Due to value boxing, this call to 'ReferenceEquals' will always return 'false'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2013)
|
build:
CSharpTypes/CustomerId.cs#L25
Do not pass an argument with value type 'CSharpTypes.CustomerId' to 'ReferenceEquals'. Due to value boxing, this call to 'ReferenceEquals' will always return 'false'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2013)
|
build:
CSharpTypes/OrderId.cs#L25
Do not pass an argument with value type 'CSharpTypes.OrderId' to 'ReferenceEquals'. Due to value boxing, this call to 'ReferenceEquals' will always return 'false'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2013)
|
build:
CSharpTypes/ProductId.cs#L22
Do not pass an argument with value type 'CSharpTypes.ProductId' to 'ReferenceEquals'. Due to value boxing, this call to 'ReferenceEquals' will always return 'false'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2013)
|
build:
CSharpTypes/CustomerId.cs#L25
Do not pass an argument with value type 'CSharpTypes.CustomerId' to 'ReferenceEquals'. Due to value boxing, this call to 'ReferenceEquals' will always return 'false'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2013)
|
build:
CSharpTypes/OrderId.cs#L25
Do not pass an argument with value type 'CSharpTypes.OrderId' to 'ReferenceEquals'. Due to value boxing, this call to 'ReferenceEquals' will always return 'false'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2013)
|