Christoph Wille

Results 173 comments of Christoph Wille

This is very unlikely to be implemented; it could be automated on the command line using https://github.com/icsharpcode/ILSpy/tree/master/ICSharpCode.ILSpyCmd (-genpdb). But generally, a multi-selection in our assembly tree is going to be...

@John0King would that be an OK solution (if of course documented properly)?

> `ilspy --help` does nothing and prints nothing done - with a dialog that pops up on --help.

It likely will happen like it did with .NET 7 - after RTM, at some point we will switch the tests to net90 to be able to support new language...

ILSpyCmd doesn't support the addins for ILSpy, and Baml support is provided via an addin at the moment, see https://github.com/icsharpcode/ILSpy/tree/master/ILSpy.BamlDecompiler

@Rpinski most likely something with project type guids I presume?

That issue was not fixed by #3016 as far as I remember.

From https://devblogs.microsoft.com/dotnet/asp-net-core-updates-in-dotnet-8-preview-5/ "In .NET 8 Preview 5 we’ve improved the Webcil format by adding a standard WebAssembly wrapper. This means that Webcil files are now just WebAssembly files that have...

WebCIL project moved to https://github.com/dotnet/runtime/tree/main/src/tasks/Microsoft.NET.WebAssembly.Webcil

At the moment, this is only a tracking issue, no PoC or other code exists.