Andrii Kurdiumov
Andrii Kurdiumov
@domaindrivendev May I ask you why do you not use some .NET Core CLI packages, like http://github.com/natemcmaster/CommandLineUtils or at least `Microsoft.Extension.Configuration` namespaces. This is allow not manage parsing of command...
If you need help, or just testing, I willing to help. I would like translate NNG4 to Ukrainian, but I need working setup in order to even think realistically about...
Whoa! I forget too. Any chance I would see this live?
FYI, this is required to make F# Hello world working, since ```fsharp while true do () ``` produces ``` // loop start (head: IL_003a) IL_003a: ldc.i4.1 IL_003b: brtrue.s IL_003a //...
Hello World in F# ```fsharp open NES open NES.NESLib NESLib.pal_col(0uy,0x02uy) // set screen to dark blue NESLib.pal_col(1uy,0x14uy) // fuchsia NESLib.pal_col(2uy,0x20uy) // grey NESLib.pal_col(3uy,0x30uy) // white // write text to name...
Not sure about future. But at least some progress with taking community contribution is happening. It requirest patience, but smallish PRs flowing inside codebase and fixing a bit of trimming...
@mayurpaghdal there no progress, so there no update. You should check existing issue. I think if somebody wants to have trimmable WPF there options to nudge Microsoft, somebody should convince...
The only way that "they" do something in Open source project, is to contribute in the direction you want to fix. If WPF trimmability is wanted, please, please contribute to...
As was suggested on Slack by @protz removal of CMT files help. I now able to pass Nuget package size threshold.
I try to simplify my life and use released zip and tar.gz for distribution. IMain problem was Windows distribution which is somehow significantly (larger). +300Mb unpacked. It’s zipped again by...