sedoLevi609
sedoLevi609
@radimitrov Launcher(https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/appmodel/launcher?view=net-maui-8.0&tabs=android) in net maui can be used without intent filter or can you make it to add intent filter in C# Shell like in the example of the (Launcher)...
It seems your app can't find MediaElement class in CommunityToolkit.Maui.Views namespace. Please fix this!
"To respond to theme changes on Android your MainActivity class must include the ConfigChanges.UiMode flag in the Activity attribute. .NET MAUI apps created with the Visual Studio project templates automatically...
@radimitrov https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/device/geolocation?tabs=android shows android.hardware with AddFeature feature using in get started. Can you make your app(csharpshell) to be able to add any hardware feature?
Can I use Sourcegenerator in your app? If yes, how? (link: https://learn.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview) I tried but nothing happens My code in Program(SourceGenerator same as in link example): namespace Test; partial class...
Can you somehow implement the edit of AndroidManifest for scenarios(even to work in compiled apk), when I need to add queries/intent for Map or for features that requires these only...
Will you implement to open more project at the same time(like a solution can have more projects in Visual Studio, if you can), so I can also use unit test...
https://user-images.githubusercontent.com/51722783/222695984-aafa9b6c-0ed1-4b6b-bb9d-dd8295a0e621.mp4 This is the code: using System; using System.Linq; using System.Collections.Generic; using System.Net; namespace CSharp_Shel { [OnLang("hu")] public class HungarianHttpStatusCodeErrorDisplayFormatter : IHttpStatusCodeErrorDisplayFormatter { public string Format(HttpStatusCode statusCode,string method,string path,Dictionary errors)...
Is there any way to create a service in the background with C# Shell as Maui project,that is still running even after app is killed? If it's possible, how?
@radimitrov I found a bug: if i type code it sometimes freezes the app if I didn't wait while intellisense shows the keywords it finds using the first letter. Please...