Simon Curtis
Simon Curtis
It would be great to have XmlValidation as part of this library using `XmlSchemaSet`. Currently (using XDocument): ```c# var schemas = new XmlSchemaSet(); schemas.Add("", XmlReader.Create("")); var xml = ""; var...
- [ ] Generate Key ([Generate API Key](https://www.nuget.org/account/apikeys)) - [ ] Add to GitHub secrets, call it `NUGET_AUTH_TOKEN` ([How to add secret](https://stackoverflow.com/a/57706400))
Speaks for itself really...
### Is there an existing issue outlining your improvement? - [X] I have searched the existing issues and my improvement has not been raised yet. ### What would you like...
I am putting forward a suggestion to the code blocks, making them rounded and have a softer drop shadow I feel fits the branding more, with the rounded points on...
# Description This PR should address #13530 by explicitly handling ByteStreams. The issue can be replicated easily on linux by running: ```nushell open /dev/urandom | into binary | bytes at...