Jason Mock
Jason Mock
This appears to also affect the `Permission` enum as well, which is limited to `pull`, `push`, and `admin`.
Just to throw in my 2-cents, based on experiences we've had with trying to handle bundling for our installers, is that a standalone installer would be appreciated Initially, we'd started...
Just an FYI, the README.md link for the 6.0.8 and 3.1.28 release notes has an invalid path (still has the old version in the parent directory): `[6.0.8]: release-notes/6.0/6.0.7/6.0.8.md` `[3.1.28]: release-notes/3.1/3.1.27/3.1.28.md`
@dcwhittaker Unfortunately I think I still see it @ https://github.com/dotnet/core/blob/main/README.md on both `main` and the `6.0.8` tag.
I'm facing a fairly similar issue with unit tests in an internal tool's unit tests, and I've been trying everything I can come up with as well to address this...