Skip to content

Disable nullable warnings in 7 csproj files#236

Merged
kklldog merged 1 commit intodotnetcore:masterfrom
kklldog:disable-nullable-warnings
Mar 21, 2026
Merged

Disable nullable warnings in 7 csproj files#236
kklldog merged 1 commit intodotnetcore:masterfrom
kklldog:disable-nullable-warnings

Conversation

@kklldog
Copy link
Collaborator

@kklldog kklldog commented Mar 21, 2026

Changed enable to disable in:

  • src/AgileConfig.Server.Data.Abstraction
  • src/AgileConfig.Server.Data.Freesql
  • src/AgileConfig.Server.Data.Mongodb
  • src/AgileConfig.Server.Data.Repository.Mongodb
  • src/AgileConfig.Server.EventHandler
  • test/AgileConfig.Server.Data.AbstractionTests
  • test/AgileConfig.Server.Data.FreesqlTests

This reduces build warnings from 150 to 102.

Changed <Nullable>enable</Nullable> to <Nullable>disable</Nullable> in:
- src/AgileConfig.Server.Data.Abstraction
- src/AgileConfig.Server.Data.Freesql
- src/AgileConfig.Server.Data.Mongodb
- src/AgileConfig.Server.Data.Repository.Mongodb
- src/AgileConfig.Server.EventHandler
- test/AgileConfig.Server.Data.AbstractionTests
- test/AgileConfig.Server.Data.FreesqlTests

This reduces build warnings from 150 to 102.
@kklldog kklldog merged commit 895fe68 into dotnetcore:master Mar 21, 2026
3 checks passed
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