Luciano Mendes
Luciano Mendes
**Actual Result:** - _Collation_ is displayed instead of _Collations_ - version _0.9.9_ is displayed instead of _0.9.10_ **Expected Result:** - You should use the plural just as the plural is...
Cannot implicitly convert type 'AdvancedSharpAdbClient.Models.Framebuffer' to 'System.Drawing.Image'
### Describe the bug It is not possible convert implicitly convert type 'AdvancedSharpAdbClient.Models.Framebuffer' to 'System.Drawing.Image' when build using .NET 8.0. ### Steps to reproduce the bug Try implicitly convert type...
### Library version used 4.61.0 ### .NET version .NET 8.0 (WinForm App) ### Scenario PublicClient - desktop app ### Is this a new or an existing app? The app is...
**Describe the bug** - warning NETSDK1206: Found version-specific or distribution-specific runtime identifier(s): ubuntu-x64. Affected libraries: Emgu.CV.runtime.ubuntu-x64. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not...
**Actual Result** - _InitializeSecurityContext failed_ Exception when try to authenticate with Win_Sspi Authentication in PC without register in a Microsoft Active Directory domain:  ``` System.Exception: InitializeSecurityContext failed at FirebirdSql.Data.Client.Managed.Sspi.SspiHelper.GetClientSecurity(Byte[]...
**Actual Result** - The MudBlazor template is not listed in _Visual Studio 2026_ - `dotnet new mudblazor` command creates the project to _net9_ **Expected Result** - The MudBlazor template should...
**Actual Result** - .NET Provider is using _Arc4_ Wire Crypt Plugin instead of _ChaCha64_ in _Srp256_ Authentication Method. **Expected Result** - .NET Provider should use _ChaCha64_ Wire Crypt Plugin in...
**Actual Result** - _System.InvalidOperationException: 'InitializeClientSecurity not called'_ exception when try to _fbConnection.Open()_ with invalid ConnectionString password **Expected Result** - _FbException_ exception should happen instead of _System.InvalidOperationException_ exception **Steps to Reproduce...