Thomas

Results 44 comments of Thomas

MatBlazor + .NET 5 ❤ ![recording](https://user-images.githubusercontent.com/5387192/112719369-fcd84e80-8ef8-11eb-9655-0547cd38c442.gif)

@petli We are running into similar issues. Actually we want to build and pack the binaries in one job and consume the nuget packages in multiple test jobs. Would be...

I have the same issue and would also appreciate a solution for it.

For everyone who wants to fix that issue on his own: search for: and replace with: The files that contain that xaml code are: MultiSelectTreeViewItem.Aero2.xaml MultiSelectTreeViewItem.Classic.xaml MultiSelectTreeViewItem.Luna.xaml MultiSelectTreeViewItem.Aero.xaml

@mikechristiansenvae yes, forgot about the immutability of the record, when I wrote it. I like your ideas as well. Another idea: Simply write the public interface yourself: ```csharp public partial...

thanks for investigating. I thought also the nuget stuff is available as libraries and the whole build is preformed based on the msbuild sdk.

I am interested in source generator support as well. @mganss what's the status of this work? I saw that there's a draft of a pull request. Will it be merged?

We get that error sporadically as well, finding out the root cause would be helpful.

there is a workaround for razor class libs: ```xml net5.0 Library ``` .... could be packed into an SDK

Hm, they write that moving from Grpc.Core to grpc dotnet should be possible with a few changes, but if a dotnet framework upgrade is required to do so, where alot...