lfderm

Results 7 comments of lfderm

Yes, by default they still add the dependencies, although they are not used anymore. I fail to understand the logic why they are still adding the dependency. But anyways, it...

Or alternatively, if the dependencies are really required, then maybe it would be possible to just include the dlls from the corresponding appx package into the WebView2 runtime folder? The...

I cannot confirm that. If I only reference WebView2 without WebView2.Runtime, then I don't have a dependency on it in the generated appx file. The dependency only comes if I...

When I look into the WebView2 folder, I see multiple C Runtime dlls. So I am pretty confident that the VCLibs dependency is in fact not needed. The WebView2 Rruntime...

@MaksimZhukov Please re-open. This has nothing to do with Azure or build pipelines. It also happens when installing an app with fixed WebView2 runtime on the Administrator account on Windows...

Hi @bzwieratinnovadis, I am still getting this error in NSwag 14.1. Can you elaborate what you mean with "a template being used"? I do nothing special, just generate a C#...

I can confirm that making the route parameter mandatory fixes the issue. Still, this seems like a bug to me. The generated code for an optional parameter (here "offset") does...