Skip to content

Conversation

@bjornharrtell
Copy link

Or it will fail with .NET 10 SDK with:

Minio net8.0 failed with 2 error(s) (3.3s)
/home/bjorn/code/minio-dotnet/Minio/DataModel/Result/ResponseResult.cs(26,5): error IDE0032: Use auto property (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0032)
/home/bjorn/code/minio-dotnet/Minio/DataModel/Result/ResponseResult.cs(27,5): error IDE0032: Use auto property (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0032)
Minio netstandard2.0 failed with 2 error(s) (3.1s)
/home/bjorn/code/minio-dotnet/Minio/DataModel/Result/ResponseResult.cs(26,5): error IDE0032: Use auto property (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0032)
/home/bjorn/code/minio-dotnet/Minio/DataModel/Result/ResponseResult.cs(27,5): error IDE0032: Use auto property (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0032)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant