-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrades Piggy to net7.0
, updates all .nupkg
s to latest, and removes custom Npgsql to Serilog logging bridge...
#26
Commits on Apr 19, 2023
-
retargets piggy at net6.0 and upgrades .nupkgs
Tod Thomson committedApr 19, 2023 Configuration menu - View commit details
-
Copy full SHA for 9687604 - Browse repository at this point
Copy the full SHA 9687604View commit details -
Tod Thomson committed
Apr 19, 2023 Configuration menu - View commit details
-
Copy full SHA for b406900 - Browse repository at this point
Copy the full SHA b406900View commit details
Commits on Apr 20, 2023
-
removes custom Npgsql logging classes...
- use standard mapping of Microsoft.Extensions.Logging - to Serilog (via SerilogLoggerFactory) from Serilog.Extensions.Logging - tested outputting log messages at INF level ok
Tod Thomson committedApr 20, 2023 Configuration menu - View commit details
-
Copy full SHA for cbb8bd5 - Browse repository at this point
Copy the full SHA cbb8bd5View commit details -
Tod Thomson committed
Apr 20, 2023 Configuration menu - View commit details
-
Copy full SHA for d0d7a11 - Browse repository at this point
Copy the full SHA d0d7a11View commit details -
set build image to Visual Studio 2022 (net7.0)
Tod Thomson committedApr 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 1787601 - Browse repository at this point
Copy the full SHA 1787601View commit details -
removes autofac module reflection and adds tests
Tod Thomson committedApr 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 33bc3ff - Browse repository at this point
Copy the full SHA 33bc3ffView commit details -
net7.0 changes trim behavior...
- to <TrimMode>full</TrimMode> by default - add <TrimMode>partial</TrimMode> to get old net5.0 / net6.0 behaviour - and <SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings> - to only suppress IL2104 warnings - e.g. error IL2104: Assembly 'Autofac' produced trim warnings - which otherwise would be treated as errors - as we set <TreatWarningsAsErrors>true</TreatWarningsAsErrors> - see: https://stackoverflow.com/questions/74151256/c-sharp-publishtrimmed-how-to-deal-with-il2104-trim-warnings-in-dependencies - "you can suppress these warnings, but essentially, .. - there's no way for you to solve the problem".
Tod Thomson committedApr 20, 2023 Configuration menu - View commit details
-
Copy full SHA for af69c68 - Browse repository at this point
Copy the full SHA af69c68View commit details -
wip => needs tests (a job for tomorrow)
Tod Thomson committedApr 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 74a270d - Browse repository at this point
Copy the full SHA 74a270dView commit details -
Tod Thomson committed
Apr 20, 2023 Configuration menu - View commit details
-
Copy full SHA for d01c245 - Browse repository at this point
Copy the full SHA d01c245View commit details -
improve the code, still needs tests! (tomorrow)
Tod Thomson committedApr 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 14c7a33 - Browse repository at this point
Copy the full SHA 14c7a33View commit details -
Tod Thomson committed
Apr 20, 2023 Configuration menu - View commit details
-
Copy full SHA for da13b75 - Browse repository at this point
Copy the full SHA da13b75View commit details -
extract connection string parser with tests
Tod Thomson committedApr 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 1196b48 - Browse repository at this point
Copy the full SHA 1196b48View commit details -
better name for the piggy module test
Tod Thomson committedApr 20, 2023 Configuration menu - View commit details
-
Copy full SHA for 83ce276 - Browse repository at this point
Copy the full SHA 83ce276View commit details
Commits on Apr 21, 2023
-
changes parser to be case insensitive and...
- handle duplicate keys - by dropping subsequent items with same key
Tod Thomson committedApr 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 1dce10b - Browse repository at this point
Copy the full SHA 1dce10bView commit details -
InternalsVisibleTo Datalust.Piggy.Tests
Tod Thomson committedApr 21, 2023 Configuration menu - View commit details
-
Copy full SHA for fc0ce13 - Browse repository at this point
Copy the full SHA fc0ce13View commit details