You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The with keyword of the C# record always returns a new instance, The original instance does not change. However, the minio SDK always modifies the instance itself, which causes a lot of confusion.
Currently API:
I cannot read the
BucketName
property fromargs
for logging, too.I prefer to use the C# object initializer for better readable (without the
With
prefix):Why do they use
internal
as the modifier?The text was updated successfully, but these errors were encountered: