Steve
Steve
> Alternatively, could consider .NET 7's NativeAOT. Built one with .NET 7's NativeAOT, the size is only 1.66mb and only taking 1.5mb memory at runtime. [EnergyStar.zip](https://github.com/imbushuo/EnergyStar/files/9289154/EnergyStar.zip)
Related work will move to [rayjudge](https://github.com/hez2010/rayjudge)
Since the API has been approved, I think a PR from community will definitely push the process of implementing https://github.com/dotnet/runtime/issues/42275
@pjmlp Try this instead: https://github.com/hez2010/ppm2png You need to install a nightly (main) version of .NET 7 from https://github.com/dotnet/installer#installers-and-binaries. On my computer, the compilation process finished within 15 secs. You can...
Does this PR also cover crossgen2?
> > There is no backward compatibility to be worried about. > > https://godbolt.org/ relies on it to print ASM for C#. There is nothing to worry about. We can...
Any updates? Seems that without this we cannot use gzip to compress data stream: ```pwsh cat -AsByteStream a.js | gzip > a.gz ``` The data stream will be corrupted by...
Can we expect this being committed in 7.3? Whenever I want to write bytes to native executables via pipeline, I have to launch a cmd or bash shell to achieve...
I would like to see 1. Drop net3.5 support and keep only async variant of APIs, for those who want to use blocking sync call, they can always do `FooAsync().ConfigureAwait(false).GetAwaiter().GetResult()`....
> @hez2010 is this something that will make sense with your work? Added to the TODO list.