Thomas Mielke
Thomas Mielke
... following your blog post https://blog.stevensanderson.com/2019/09/13/blazor-inputfile/ using Blazor wasm .NET 3.1
What are the prerequisites to build the solution? What is the official way to build the current main branch? Tried with VS 2022 Preview and got: src\Microsoft.Maui.Graphics.Skia.Forms\Renderer\SkiaGraphicsViewRenderer.Android.cs(13,102,13,107): error CS0234: Type...
Consider to adapt the code sample below "Create the custom renderer on android" according to this StackOverflow answer: https://stackoverflow.com/a/68354295/1284927 --- #### Document Details ⚠ *Do not edit this section. It...
### Environment **Are you on Windows or Mac:** Windows **Visual Studio Version:** 17.3.0 Preview 6.0 **.NET version `dotnet --version`:** 6.0.400-preview.22330.6 **MAUI version installed:** 6.0.486 ### Your code **Is it an...
I cleaned up the .vscode folder a bit: - removed the unnecessary launcher for the web app - added a cake build launcher for source-level debugging of the cake scripts...
**Describe the bug** Bekomme "Unhandled exception. MySqlConnector.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts. at MySqlConnector.Core.ServerSession.OpenTcpSocketAsync(ConnectionSettings cs, ILoadBalancer loadBalancer, Activity activity, IOBehavior ioBehavior, CancellationToken cancellationToken) in...
**Is your feature request related to a problem? Please describe.** Im Moment gibt es nur VSCode-Debugging-Unterstützung für den Server -- und das nur auf dem Host. Es wäre sinnvoll im...
### Description of Change Directory.Build.Override.props does not to have to be tracked and was removed from the repo. The [cake script](https://github.com/lytico/maui/blob/12adfbdf2eecabcf18ed195ce51967a3fcf86ad7/eng/cake/dotnet.cake#L854) generates it from Directory.Build.Override.props.in according to the given build...