Conversation
added 3 commits
January 7, 2026 09:36
- Updated target framework from net8.0 to net10.0 - Updated NuGet packages to latest versions: * Microsoft.EntityFrameworkCore 9.0.3 → 10.0.1 * Microsoft.EntityFrameworkCore.Design 9.0.3 → 10.0.1 * Microsoft.EntityFrameworkCore.Relational 9.0.3 → 10.0.1 * Microsoft.Extensions.Configuration.Abstractions 9.0.3 → 10.0.1 * Npgsql.EntityFrameworkCore.PostgreSQL 9.0.4 → 10.0.0 - Created test project with xUnit, Moq, and Coverlet - Added comprehensive unit tests for PostgresDbContextFactory - Achieved 100% code coverage (12/12 lines, 2/2 branches) - Moved test project to /src directory structure
- Updated CI build workflow to use dotnet-version 10.0.x - Updated build-and-publish workflow to use dotnet-version 10.0.x - Updated release-path from net8.0 to net10.0 in both workflows - Added 8 additional unit tests for edge cases and integration scenarios: * Multiple ApplyOptions calls return new instances * Different connection strings handled correctly * Type inheritance validation * Theory-based parameterized tests * Empty and complex connection string handling - Increased test count from 6 to 14 tests - Maintained 100% code coverage (12/12 lines, 2/2 branches)
Main project updates: - Bounteous.Data: 0.0.6 → 0.0.17 Test project updates: - coverlet.collector: 6.0.3 → 6.0.4 - Microsoft.NET.Test.Sdk: 17.13.0 → 18.0.1 - xunit.runner.visualstudio: 2.8.2 → 3.1.5 All packages are now up to date. Build and all 14 tests pass successfully.
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.