Yves Goergen

Results 295 comments of Yves Goergen

Tried with VS 2017. Not switched to VS 2019 yet. Waiting for a usable version (without several blocking bugs) with .NET Core 3 support (which should be 16.4).

Joining the queue. If LibMan hangs again because it can't download a package during build, the build can't be cancelled. Ctrl+Break and the corresponding menu command do nothing. The build...

Version of the API? The NuGet version is the latest stable. Let me look it up … 3.0.0.1 / 3.0.0. I'll put together a small sample.

Here's the demo app. Start it once from the command line with the argument "interval" and let it play a sound every few seconds. While it's doing that, start the...

Globals can't be minified, locals can.

No. [My tool does post-processing](https://github.com/ygoe/MiniWebCompiler/blob/06363f99843c/MiniWebCompiler/ViewModels/ProjectFile.cs#L258) of the bundled code with scoped regexes before minification to achieve this. I'm not aware* that rollup could do this on its own. *) Based...

I see. Reinstalled the current version and set the log level. Now I've created a new console app with `dotnet new console` and opened that directory. Should be .NET 6...

Doesn't seem to help. While very simple almost empty projects can be analysed, anything existing of a little more size fails. The log doesn't contain anything more detailed: ``` Starting...

It's not a public project but I could send it to you for private inspection. It'll take longer if I try to reduce it to what's breaking the extension.

Hm, are we talking about this repository? It has these tags, according to GitHub: * v1.0 * v0.8 * v0.2 * v0.1 And these are the branches: * master *...