las-nsc
las-nsc
Implement a package manifest as described here: https://docs.unity3d.com/Manual/upm-manifestPrj.html Then it becomes easier for people to load a specific or the latest version of Mirror using just a GIT link in...
**Describe the bug** We have implemented drag and drop using this library and tested it with mouse without any significant issues (except [this](https://github.com/punker76/gong-wpf-dragdrop/issues/159#issuecomment-1106219688)), but when it was deployed to the...
New Analyser/Code-fix request When `using` statements are placed inside a `namespace` which shares some parent namespaces, it is possible to remove the duplicated parent namespaces from the `using` statement for...
Feature Request/Question: Create `List<T>` instead of `class` for elements with a single sequence.
Forgive me if this is already possible somehow, but when there is an element/class with only a single sequence within it, could it just use a `List` where the name...
When you have a sequence without a surrounding element, the name of the XSD class is used, for example ``` ``` Would generate 2 C# collections, but they will be...
Types are only available with .NET 6.0+, but would be nice to include it. NOTE: XmlSerializer doesn't yet support this, so have to wait for .NET 7.0 https://github.com/dotnet/runtime/issues/56711
Sometimes I want to modify an existing regex, and it would be nice if I could undo the stringify. I thought this used to exist, but maybe not.