Erik Kvanli
Erik Kvanli
### Description UI is created before BindingContext is set, causing binding erros to occur. ### Expected Behavior UI class created, BindingContext set, UI Initialised. ### Actual Behavior UI class created,...
Sample solution made with Cocossharp template: https://github.com/Illedan/arm64AndLLVMbugXamarin Changes is only made in the GameLayer class: https://github.com/Illedan/arm64AndLLVMbugXamarin/blob/master/ARM64BugLook/GameLayer.cs
Use case: I have a `.nuspec` file I want to update according to a `.csproj` file, to have equal dependency versions. Would it be possible to specify a source and...