ADD-David-Antolin
ADD-David-Antolin
## What would you like to be added: Error styles for TextBox, PasswordBox and ComboBox and other input controls. ## Why is this needed: To be able to switch to...
[Here](https://github.com/unoplatform/workshops/blob/master/simple-calc/modules/Resources/XAML/Creating-the-Layout.md?plain=1#L104) should be row 1 instead of 2. Currently it shows the output behind the keypad.
## What would you like to be added: Generate "BindBack" methods in Bindable Proxy for each `IState` property found in the model. ## Why is this needed: Using `x:Bind` with...
## Current behavior Splash screen PNG files are not being generated in all heads when `UnoSplashScreen` `Include` attribute is the same SVG file as `UnoIcon` but with a `Link` attribute....
## File a bug ### Include your code [DefaultTypeMappingsTests.zip](https://github.com/user-attachments/files/17292439/DefaultTypeMappingsTests.zip) Change between SqlServer and Sqlite by modifying the method called in line 6. ### Include stack traces SqlServer: ``` System.InvalidCastException HResult=0x80004002...
## Current behavior Injecting IStringLocalizer in a ViewModel of a library project should use the .resw of the app project instead of the library project. ## Expected behavior Injecting IStringLocalizer...
When Rebus.SqlServer is initialized, the following exception occurs in background (although it does not stop the initialization). ``` Microsoft.CSharp.RuntimeBinder.BinderException: ''System.Dynamic.ExpandoObject' does not contain a definition for 'TABLE_SCHEMA'' ``` followed by...