ZeBen

Results 49 issues of ZeBen

I'm using beta version of ilrepack. It is unable to find any package references of a netstandard 2 lib merged with another netstandard 2 lib. I manually added this one:...

Using current Visual Studio for Mac stable, the following command does not work. The same ILRepack command does work in VS2015 on windows. The xxx.Shared project is simple PCL project...

Hi, i'm trying to merge all resource language assemblies without specifying each language. Ilrepack /wildcards /out:"somename.dll" "mainassemly.dll" ".\*\some.resources.dll" ILRepack does not understand the wildcard when in a path name. ```...

up-for-grabs
enhancement

### Description System.Globalization.CultureInfo.CurrentCulture returns InvariantCulture on iOS instead of the current culture. It works as expected on Android. ### Reproduction Steps Run this on an iOS DEVICE (not a simulator)...

area-System.Globalization
untriaged
os-ios

MvxCommandBase (ie: MvxCommand) fails to trigger CanExecuteChanged on Android. Works fine on iOS. I tracked that down to be an issue in MvxCommandBase, which fails to trigger CanExecuteChanged. Probably caused...

t/bug
s/needs-investigation
p/android

### :sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...) Remove dependency on SplashScreen on Android. Also remove startup lifecycle from within the base activity....

t/bug
t/maintenance
t/breaking

Hello, i tried to obfuscate a net6 project. It does obfuscate correctly. It can run most of the code. Except when calling some specific code, it triggers this error (only...

more info needed
area:WPF/UWP

Hello, when trying to obfuscate a uwp library, obfuscar returns this error: > Unable to resolve dependency: Windows.Foundation.UniversalApiContract I can't locate this assembly on disk, it seems to use .wincmd...

up for grab
area:WPF/UWP

## 🏗 Enhancement Proposal When trying to display this one: https://lottiefiles.com/91009-dots-and-lines-loading-plexus Using Scale="8" does scale the animation, but with pixel artifacts. ### Platforms affected (mark all that apply) - [X]...

**Describe the bug** The PinClicked event is called 3 times when a pin is clicked **To Reproduce** Steps to reproduce the behavior: 1. Add a pin and show the map...

possible-bug