Skip to content

Releases: stbychkov/AutoLoggerMessage

v1.0.14

10 Sep 23:30

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.13...v1.0.14

v1.0.13

16 Aug 01:17

Choose a tag to compare

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

26 Jul 09:22

Choose a tag to compare

What's Changed

  • Added Jetbrains.Annotations package to support template syntax in the log messages by @stbychkov in #27

Full Changelog: v1.0.11...v1.0.12

v1.0.11

16 Jun 22:26

Choose a tag to compare

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

20 Apr 01:11
4749e79

Choose a tag to compare

What's Changed

  • Resolved the issue with old Roslyn compatibility @stbychkov in #20
  • Excluded Microsoft.CodeAnalysis.CSharp from 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

29 Jan 10:31
bb9d794

Choose a tag to compare

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

21 Jan 13:47
89faefa

Choose a tag to compare

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

19 Dec 04:45
38c17de

Choose a tag to compare

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

03 Dec 15:54

Choose a tag to compare

First release 🥳

  • Generates LoggerMessage implementation based on ILogger.Log+ calls

Link is here

Full Changelog: https://github.com/stbychkov/AutoLoggerMessage/commits/v1.0.5