-
Notifications
You must be signed in to change notification settings - Fork 25
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
chore: Logging AOT Support #628
chore: Logging AOT Support #628
Commits on Aug 2, 2024
-
Initial commit. New Serialization context. .NET 8 serialization speci…
…fic paths. New helper method to convert anonymous types to dictionary, use for source generation .NET 8
Configuration menu - View commit details
-
Copy full SHA for 6f50d34 - Browse repository at this point
Copy the full SHA 6f50d34View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34070d6 - Browse repository at this point
Copy the full SHA 34070d6View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98c6733 - Browse repository at this point
Copy the full SHA 98c6733View commit details
Commits on Aug 27, 2024
-
Merge branch 'develop' of https://github.com/hjgraca/powertools-lambd…
…a-dotnet into aot(logging)-support-logging
Configuration menu - View commit details
-
Copy full SHA for 2bd8915 - Browse repository at this point
Copy the full SHA 2bd8915View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd9babf - Browse repository at this point
Copy the full SHA cd9babfView commit details -
Merge branch 'develop' of https://github.com/hjgraca/powertools-lambd…
…a-dotnet into aot(logging)-support-logging
Configuration menu - View commit details
-
Copy full SHA for 70c996d - Browse repository at this point
Copy the full SHA 70c996dView commit details -
Fix AOT warnings, new way to extract properties from Exceptions. New …
…serialization context with property names
Configuration menu - View commit details
-
Copy full SHA for 19e82b8 - Browse repository at this point
Copy the full SHA 19e82b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5216450 - Browse repository at this point
Copy the full SHA 5216450View commit details
Commits on Aug 30, 2024
-
Merge branch 'develop' of https://github.com/hjgraca/powertools-lambd…
…a-dotnet into aot(logging)-support-logging
Configuration menu - View commit details
-
Copy full SHA for fca9fcd - Browse repository at this point
Copy the full SHA fca9fcdView commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 35e613b - Browse repository at this point
Copy the full SHA 35e613bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f12325 - Browse repository at this point
Copy the full SHA 4f12325View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42138f7 - Browse repository at this point
Copy the full SHA 42138f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7e95b4 - Browse repository at this point
Copy the full SHA c7e95b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e7433 - Browse repository at this point
Copy the full SHA 27e7433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a97e37 - Browse repository at this point
Copy the full SHA 1a97e37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c23b03 - Browse repository at this point
Copy the full SHA 6c23b03View commit details -
Configuration menu - View commit details
-
Copy full SHA for f65d3cb - Browse repository at this point
Copy the full SHA f65d3cbView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86e624d - Browse repository at this point
Copy the full SHA 86e624dView commit details
Commits on Sep 16, 2024
-
Refactor Aspect Injection to Factory. Add more tests for full path us…
…ing the decorator. Refactor serializer for thread safety.
Configuration menu - View commit details
-
Copy full SHA for 80815ea - Browse repository at this point
Copy the full SHA 80815eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68395c3 - Browse repository at this point
Copy the full SHA 68395c3View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 681de15 - Browse repository at this point
Copy the full SHA 681de15View commit details -
Configuration menu - View commit details
-
Copy full SHA for a18f29e - Browse repository at this point
Copy the full SHA a18f29eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9e71b0 - Browse repository at this point
Copy the full SHA e9e71b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e92559b - Browse repository at this point
Copy the full SHA e92559bView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67dc1cf - Browse repository at this point
Copy the full SHA 67dc1cfView commit details
Commits on Sep 20, 2024
-
fix serialization on first request. the context was not set properly,…
… refactor. fix bug when using logger with no decorator. more tests and new PowertoolsSourceGeneratorSerializer.cs
Configuration menu - View commit details
-
Copy full SHA for 0595e8e - Browse repository at this point
Copy the full SHA 0595e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b4e96b - Browse repository at this point
Copy the full SHA 0b4e96bView commit details -
addressed issue when anonymous type on AddKeys. Refactored serializat…
…ion to avoid multiple #if. tests
Configuration menu - View commit details
-
Copy full SHA for 86b8f85 - Browse repository at this point
Copy the full SHA 86b8f85View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af66bcd - Browse repository at this point
Copy the full SHA af66bcdView commit details -
for aot, ILogFormatter instance needs to be passed to PowertoolsSourc…
…eGeneratorSerializer
Configuration menu - View commit details
-
Copy full SHA for 6446e95 - Browse repository at this point
Copy the full SHA 6446e95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52f6066 - Browse repository at this point
Copy the full SHA 52f6066View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d52cc1 - Browse repository at this point
Copy the full SHA 4d52cc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ffbbbc - Browse repository at this point
Copy the full SHA 0ffbbbcView commit details -
Merge branch 'develop' of https://github.com/hjgraca/powertools-lambd…
…a-dotnet into aot(logging)-support-logging
Configuration menu - View commit details
-
Copy full SHA for 8e81bfa - Browse repository at this point
Copy the full SHA 8e81bfaView commit details -
refactor AOT examples to each folder. Add Logging AOT examples and up…
…date Logging version for release
Configuration menu - View commit details
-
Copy full SHA for b6f7988 - Browse repository at this point
Copy the full SHA b6f7988View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbb78fa - Browse repository at this point
Copy the full SHA cbb78faView commit details -
Configuration menu - View commit details
-
Copy full SHA for eabc183 - Browse repository at this point
Copy the full SHA eabc183View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1d1181 - Browse repository at this point
Copy the full SHA e1d1181View commit details