Releases: stbychkov/AutoLoggerMessage
Releases · stbychkov/AutoLoggerMessage
v1.0.14
v1.0.13
What's Changed
- Added embedded attributes for .NET 9.0.3+ to hide internal generated files from InternalsVisibleTo directive by @stbychkov in #28
Full Changelog: v1.0.12...v1.0.13
v1.0.12
What's Changed
- Added
Jetbrains.Annotationspackage to support template syntax in the log messages by @stbychkov in #27
Full Changelog: v1.0.11...v1.0.12
v1.0.11
What's Changed
- Implemented generation of LoggerMessage.DefineScope to replace ILogger.BeginScope by @stbychkov in #22
- Ensured AutoLoggerMessage DLL is included in published output by @stbychkov in #25
Full Changelog: v1.0.10...v1.0.11
v1.0.10
What's Changed
- Resolved the issue with old Roslyn compatibility @stbychkov in #20
- Excluded
Microsoft.CodeAnalysis.CSharpfrom the build output @stbychkov in #20 - Demo video by @stbychkov in #13
- Skipped log calls with generic arguments due to LoggerMessage constraint by @stbychkov in #18
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
- Replaced package version with project version in order to write the correct version number in the generated files by @stbychkov in #8
- Embedded InterceptorsNamespaces configuration to the source generator to simplify installation process by @stbychkov in #10
- Downgraded target framework to netstandard 2.0 as Visual Studio works only with this version by @stbychkov in #11
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Updated filePath-based intercept location attribute with hash-based by @stbychkov in #3
- Added support of Microsoft.Testing.Platform and replaced xunit with tunit by @stbychkov in #4
- Removed Debugger.Attach() to prevent Rider build issues and unwanted VS launches by @stbychkov in #6
- Updated dependencies by @stbychkov in #7
Full Changelog: v1.0.6...v1.0.7
AutoLoggerMessage v1.0.6
What's Changed
- Fixed unescaped path issue in interceptors location for Windows environment by @stbychkov in #2
Full Changelog: v1.0.5...v1.0.6
AutoLoggerMessage v1.0.5
First release 🥳
- Generates
LoggerMessageimplementation based onILogger.Log+calls
Link is here
Full Changelog: https://github.com/stbychkov/AutoLoggerMessage/commits/v1.0.5