George Polevoy
George Polevoy
With the following tests in test container, I expect one test to pass, and another to fail because of the incorrect type of the variable with ValuesAttribute. ``` [Test] public...
My application requires that performance of a hash function invocation is measured in fractions of a nanosecond, because I plan to use hash computation in compiler development. This code can...
**Software versions** MySqlConnector version: 2.0.0 Server type (MySQL) and version: 5.7.32 .NET version: 5.0 **Describe the bug** Exception in MySqlCommand.Prepare() **Exception** ``` MySqlConnector.MySqlException (0x80004005): You have an error in your...
I'm getting System.TypeInitializationException when running the tool. Initially I could not even run the tool after installing with command: ```sh dotnet tool install --global ClangSharpPInvokeGenerator --version 15.0.0 ``` I had...
Following query can never return the last element with KeySelector.LastLessOrEqual is uses, it is off by 1 or 2 elements. If KeySelector FirstGreaterOrEqual is used for the beginExclusive parameter, the...