Chamion

Results 7 comments of Chamion

> I'll put together a minimal sample and post it here as a reference, at least for now. Will update in a bit 😄 > > **EDIT:** alright, so here's...

My repacking dll is incorrect (error 123) ![Image](https://github.com/user-attachments/assets/eb08002e-c472-4e38-87f8-e8e75599f6bc)

> Since the compilation process might make use of "referenced assemblies" (some of `$(DllList) `), you shouldn't merge them with your main assembly. That's what the error message indicated. >...

Hello https://github.com/IlyaNavodkin/MigrationCaseBug - sample Use this flow: 1. Create db for dbcontext and create init migration => dotnet ef migrations add InitMigration 2. Run project (for miration). You have db...

I solved the problem by forcing rerendering with the component text when changing the view model ```c# public partial class GroupSelectionComponent { [Parameter] public GroupViewModel SelectedGroup { get; set; }...

@Anu6is Hello U can clone this repo https://github.com/IlyaNavodkin/MudBlazortestApp/blob/master/ And run this page https://github.com/IlyaNavodkin/MudBlazortestApp/blob/master/MudBlazortestApp/Components/Pages/Counter.razor

Hello everyone - is this possible? I join the question - I have not found anywhere the possibility to find "Deleted" versions of objects in order to completely delete the...