perpetualKid
perpetualKid
with System.CommandLine 2.0 Beta 4 the number of commandline options to be passed to rootCommand.SetHandler is reduced from 16 to 8 https://github.com/dotnet/command-line-api/issues/1750#issue-1258448424. Due to new alias* commands, Extractor currently requires...
### Discussed in https://github.com/perpetualKid/GetText.NET/discussions/24 Originally posted by **a-sanders** February 25, 2021 Hello, It would be good to have the ability to mark some control as "non-localizable" for the Localizer (GetText.WindowsForms)....
both features are tightly integrated in the inner works of the simulator, needing exposure of a number of API (types and methods). Preferably some cleaner interface abstraction would allow for...
Multiplayer needs a serious refactoring to become maintainable and future/feature proof, also in conjunction with MP Server. There is no code or documentation for standalone MP server hence difficult to...
not fully implemented and not really used.
below sample code fails since deserializer does not restore the collection items, even if collections are initialized. Making the "Collection" property writable { get; set; } would solve that, but...