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
I would look at other methods that deviate from the common dotnet conventions before we release this SDK.
Also another area is to avoid passing in null artifact type and actually have a method that doesn't support filtering an done that does to avoid having users pass in a magic null for filtering.
The text was updated successfully, but these errors were encountered:
The methods for referrers should potentially use a verb similar to Get/Fetch.
Here is an example -
oras-dotnet/src/OrasProject.Oras/Registry/Remote/Repository.cs
Line 547 in 7f1466f
I would look at other methods that deviate from the common dotnet conventions before we release this SDK.
Also another area is to avoid passing in null artifact type and actually have a method that doesn't support filtering an done that does to avoid having users pass in a magic null for filtering.
The text was updated successfully, but these errors were encountered: