Skip to content

Releases: FredrikGoransson/CodeEffect.Diagnostics.EventSourceGenerator

Release 1.2.0.0

31 May 21:42
Compare
Choose a tag to compare
  • Supports operation scope (IDisposable) logger methods

Release 1.1.0.4

22 May 14:48
Compare
Choose a tag to compare
  • Fixed multiple builds clashing
  • Supporting Application Insights TrackOperation
  • Added Service Fabric sample

Release 1.1.0.2

16 May 12:01
Compare
Choose a tag to compare

Calculates project contents hash in order to avoid re-compiling sources when not necessary

Release 1.1.0.1

16 May 07:29
Compare
Choose a tag to compare

Fixed issue with TelemetryClient not being instantiated in Logger implementation

Relase 1.1.0.0

15 May 18:35
Compare
Choose a tag to compare
  • Supports c# 6 (Roslyn) in extension declared in code
  • Supports x64 projects/references
  • Includes Application Insights Telemetry logger support (automatically adds logging to TelemetryClient in auto generated loggers)

Release 1.0.2.2

03 May 08:46
Compare
Choose a tag to compare

Added Start/Stop operation detection. Events containing Start and with a matching event named same except for Stop instead gets tagged with the Opcode Start resp. Stop and gets the other event set as CorrelatingEvent in the model.

Added Exception/Error detection. Events containing Error or Exception in the name and having an argument of type Exception will get tagged with the Keyword Error.

Release 1.0.2.1

22 Apr 13:26
Compare
Choose a tag to compare
  • Fixed issue with naming after .eventsource -> .eventsource.json

Release 1.0.2

22 Apr 12:52
Compare
Choose a tag to compare
  • Added json schema
  • Changed *.eventsource to *.eventsource.json

Release 1.0.1

20 Apr 21:42
Compare
Choose a tag to compare

Major clean up, supporting extensions now. Backwards compatible.

First release

10 Apr 13:03
Compare
Choose a tag to compare
First release Pre-release
Pre-release
1.0.0

Moved assembly version down