Tags: fabiogouw/NHiLo
Tags
Add EntityNameValidationTimeout property in config to deal with regex… … timeouts (#28) * Add EntityNameValidationTimeout property in config to deal with regex timeout exceptions * Upgrade test projects to .NET 8 * Remove commented code * Update copyright * Move tests
Bump Microsoft.Data.SqlClient from 2.1.1 to 2.1.2 in /src/NHiLo (#12) * Bump Microsoft.Data.SqlClient from 2.1.1 to 2.1.2 in /src/NHiLo Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/dotnet/sqlclient/releases) - [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md) - [Commits](dotnet/SqlClient@v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * update changelog and version Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Fabio Gouw <fabiogouw@gmail.com>
Enhancements (#4) * Issue #1 * Refactoring: using Testcontainer's database methods instead creating the containers by myself * Adding Sonar * Adding old WPF sample (not working yet) * Changing the CI pipeline to include integration tests; Making sequential guid generator no more depending on Windows; changing the solution file so it can be built with dotnet command on Linux; * Changing CI pipeline to Ubuntu * Updating Sonar config * Changing solution file, but still with version 15 * Sqlite provider added; integration tests refactoring * Correcting solution for Linux build * Add publish to Github Packages * Refactoring + workflow for publishing packages on GitHub * Improving ASCII85 tests with some theories * Upgrading .NET to 6.0 in the build workflow * Upgrading testing projects' packages; using ExecScriptAsync (new beta feature) * Adding factory and in memory tests