Closed whann0205 closed 1 month ago
Can you explain whats in that file, looks like a virus download?
sorry for late response. I will have a look asap at your bug. and for your other question I cant see a file post here, but I also received an email that looks like somebody posted a virus link in github here
Now I've had a look into your provided demo, and I cant reproduce your bug.
https://github.com/user-attachments/assets/c63b90e9-b23c-4848-b753-a2e12cf6900e
Sorry for my delay. Had been on holidays. Hmm. I can see that you do not get any exceptions. I upgraded all nugets to the latest version (as you can see in the attached csproj). Also i upgraded the visual studio to the latest version. Still ...
Please tell me what else i can provide to you in order to make this work.
Hard to say but maybe you can firstly paste the full callstack here
Sorry i am fairly new in the .net c# world. What do you mean by saying "paste the full callstack"?
I fixed one reference issues that can cause the error. Can you maybe try it again with the preview package 2.0.6-prev-2410112222-main
<PackageReference Include="MudBlazor.Extensions" Version="2.0.6-prev-2410112222-main" />
I have tried it again, but unfortunealy the error persists.
Also cleared obj and bin first and rebuilt the whole solution to no avail. You can clone the updated solution from (https://github.com/whann0205/MudblazorExt4Maui)
Also did test the solution on my mac m1. I tried first to compile with maccatalyst it compiles and runs without any problem! Then i tried with android So the problem is definitely related to android not necessarily machine centric!
I still cant reproduce, can you please test this version?
<PackageReference Include="MudBlazor.Extensions" Version="2.0.6-prev-2410121210-main" />
I am happy to tell you that it works with that version!!
That makes me happy. Great. I create a release later this day and close the issue then afterwards
Fixed in MudBlazor.Extensions 2.0.6 Nuget
Contact Details
w.hann@hann-edv.at
What happened?
System.NullReferenceException Message=Object reference not set to an instance of an object.
Expected Behavior
I hoped to use that extension with mudblazor.
Screenshots
Reproduction link
No response
What application type are you referring to?
MAUI
Custom Application Type
No response
MudBlazor.Extension Version
2.0.3
MudBlazor Version
7.5
What .net Version are you using?
.Net8
What browser are you using?
Firefox
Sample Solution
https://github.com/whann0205/MudblazorExt4Maui
Pull Request
No response
Code of Conduct