Skip to content

Comments

Bou 1#6

Merged
kr0ggg merged 3 commits intomainfrom
bou-1
Jan 7, 2026
Merged

Bou 1#6
kr0ggg merged 3 commits intomainfrom
bou-1

Conversation

@kr0ggg
Copy link
Collaborator

@kr0ggg kr0ggg commented Jan 7, 2026

No description provided.

Greg Cook 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.
@github-advanced-security
Copy link

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.

@kr0ggg kr0ggg merged commit f8a9b2a into main Jan 7, 2026
2 checks passed
@kr0ggg kr0ggg deleted the bou-1 branch January 7, 2026 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant