Stef Heyenrath
Stef Heyenrath
@christophwille FYI I got some reverse decoding working, I can get the original PE dll bytes, however I'm missing the PE header:  So that's a blocker I think, or...
@siegfriedpammer Thanks for your reply. I'll investigate some more and report any other questions or issues to the Roslyn repository.
In case anyone is interested: I create a project which can create a valid MetadataReference based on the Webcil WASM wrapped file : https://github.com/StefH/ProtoBufJsonConverter/tree/main/src-webcil
@grierson Can you please take a look at my comments?
Hello @grierson ; did you have time to take a look at my code review comments?
@stsrki I run into the same error while using `BlazorMonaco` or `Semi.Design.Blazor.Monaco.Editor` in a Blazorise project. Both give error: ``` Microsoft.JSInterop.JSException: Can only have one anonymous define call per script...
Hello @mikebgrep. This is not planned very soon. And I forgot the context from this issue, why did you need this? (Did you create another issue before? I can't find...
The main question is: do we still need this project because DI is now supported natively.
That's correct. However the question is why parameter-injection is useful? If the methods (functions) all need different dependencies, then maybe just create new class for each function.
@BorisWilhelms Maybe an out-of-the-box question : why not create a source-code only NuGet package ? In that way you don't need to upgrade the NuGet everytime Microsoft releases a new...