Sören Nils Kuklau

Results 194 comments of Sören Nils Kuklau

I can't reproduce this build time impact on a fresh empty ASP.NET Core 3.0 project. Can you give some more specifics how your solution is set up?

I stumbled upon this as well, but I wonder if this is by design. You can already cherrypick _files_ to copy (though leaving that property out will implicitly copy all)....

I think this might be redundant with https://marketplace.visualstudio.com/items?itemName=MadsKristensen.AddNewFile64 (Also, I don't believe your version 22.0 is correct — VS 2022 is, a bit confusingly, **17**.0.)

@madskristensen can VS's file templates be accessed from the extension? Would it be possible to cache those per-file extension, maybe, and then build a simplified version of the picker: *...

Is this an Sdk-style project? Does the `csproj` file start something like: ```xml ``` Or more like: ```xml ```

> Seems like it could be a pain if APIs require this pattern a lot. Now that `IAsyncDisposable` has shipped, this seems to have become a bigger pain.

Regarding wrapping, see my response in the other ticket. I would _guess_ this is a fairly large amount of code to add, though. So, * as a pull request, I...

~~Leaving as draft until I figure out rebasing~~

It appears to be something about how Blazor WASM serializes nullable value types. (Still investigating.)

This appears to be a Blazor issue. https://github.com/dotnet/aspnetcore/issues/23885