MagicAndre1981

Results 24 issues of MagicAndre1981

You had a local reference of _Microsoft.Diagnostics.Tracing.TraceEvent_ library in the csproj, I fixed it in Pullrequest https://github.com/zodiacon/ALPCLogger/pull/1 . Please merge it.

Currently it is possible to sort the order by drag&drop the entries. With many entries this can take some time. It would be nice to have a button to auto...

I get a string from a library (without source and chance to get it updated) with a callstack of the operation. This includes all junk, but now I'm a bit...

Consider to replace log4net with [Microsoft.Extensions.Logging](https://blog.stephencleary.com/2018/06/microsoft-extensions-logging-part-2-types.html) and allow [switching logging provider via config](https://stackoverflow.com/a/67022463/1466046). I would like to use [EventSource Logging](https://docs.microsoft.com/is-is/dotnet/api/microsoft.extensions.logging.eventsourceloggerfactoryextensions.addeventsourcelogger?view=dotnet-plat-ext-5.0) log4net uses some old dependencies that likely trigger [my exception...

investigating
enhancement-L

I have a question. I saw that you [don't want to support reverse engineer of existing database](https://github.com/msawczyn/EFDesigner/issues/85). But what about importing already created EDMX files and migrate it to efmodel...

enhancement-XL

### Expected behavior Press F11 to step into code and debug the code ### Actual behavior because no PDBs and source info are found, debugger steps over ### Solution: [enable...

enhancement

### Sample open SearchBarDemos.sln from this project and try to compile it ### Description You get this VS warning about [old PDB format](https://docs.microsoft.com/en-us/xamarin/android/release-notes/11/11.2#deprecation-of-debugtype-full-and-pdbonly) ``` 2>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Xamarin\Android\Xamarin.Android.Legacy.targets(385,5): warning...

### Describe the bug When Rapid-XAML-Toolkit is installed, the VS freezes a lot during XAML file save or build start. ### How can this be reproduced? this happens often when...

bug
XAML-Analysis
Xamain.Forms

### Version Information - Visual Studio version (eg. 16.8 or 8.8): 16.11.13 - Xamarin.Android version (eg. 11.1): 12.0.0.3 - Using AndroidX or Support Libraries: AndroidX - If Support Libraries, version...

it would be nice if the Installer would support the RC1 ISOs of Android 6. [Currently you have to extract the Android 6.0 iso, make a copy of grub.cfg and...

enhancement