vividos
vividos
This is a placeholder issue for implementing all remaining unimplemented game logic for supporting Ultima Underworld 1. If your ticket has been closed with reference to this, no worries. Eventually...
This is a placeholder issue for implementing all remaining unimplemented game logic for supporting Ultima Underworld 2. If your ticket has been closed with reference to this, no worries. Eventually...
### Description of Change This PR implements Geolocation foreground listening, Spec was suggested in #3678, and original Xamarin.Essentials issues are https://github.com/xamarin/Essentials/issues/1447 and https://github.com/xamarin/Essentials/issues/290 As I never got feedback from the...
### Type of issue Missing information ### Description When setting up toast messages for Windows using the documentation, it is unclear if the GUID that is mentioned should be replaced...
I'm trying to compile and publish my .NET MAUI app using Native AOT and trying to fix AOT warnings. Instead of calling ``` [RequiresUnreferencedCode("This method requires ''DynamicallyAccessedMemberTypes.All' on the runtime...
... by using `[DynamicallyAccessedMembers]` for the Type parameter instead of marking the method with `[RequiresUnreferencedCode]`. This PR fixes #1291