dady8889
dady8889
Hello, is there a chance to include this in the next minor version? I believe the change is small enough to make this work. All I needed to do is...
Hey, the changes look great. I didn't know about `dotnet tool`, nor that you could easily add the dependency to `vcpkg` like that. Let me know when you would like...
Usually it goes like this. 1. Bump the version number in Project Properties 2. Either call `dotnet publish` or use the function in your IDE to publish the code to...
Oh, I would like to apologize for the steps before, that is if you want to release a new version of your own app. When I am preparing a new...
I see, will look into it. Btw, I unpacked 1.2.5 and the files are still there, so I am leaving it up.
@ccmvn Have you figured it out by any chance?
> > @ccmvn Have you figured it out by any chance? > > Unfortunately not, I also wrote an email to the repo owner but no answer came back Thank...
I had a similar problem with WebView in MAUI Hybrid Blazor app, when opening and using a color picker. Thankfully, I stumbled upon this thread and was able to combine...