c# - Is it possible to get SLAB working with Microsoft.Diagnostics.Tracing.EventSource? -
the official release notes say:
improved compatibility eventsource nuget package
- slab's source must updated , rebuilt work eventsource nuget package (which supports channels, not support sampling). process painless.
- added references eventsource nuget package projects
- changed
system.diagnostics.tracing
microsoft.diagnostics.tracing
in source files- defined event_source_package constant in unit test project (to disable tests cannot possibly work nuget version).
this bit cryptic. seems backwards because can't see references @ microsoft.diagnostics.tracing
in nuget download.
or sub-bullets things have build (so should say, add, change, define instead of added, changed, defined)?
hm, instructions (if instructions) not sufficient:
- there 3 places
microsoft.diagnostics.tracing
referenced, gives duplicate warnings - there multiple places ambiguities appear between
microsoft.practices.enterpriselibrary.semanticlogging.etw.configuration.eventsourcesettings
(which class) ,microsoft.diagnostics.tracing.eventsourcesettings
(which enum).
a bit of detective work , common sense:
the last release date of slab 25 july 2014, there have been whole load of versions of microsoft.diagnostics.tracing.eventsource
, including 1 presumably innocently introduced eventsourcesettings
.
if install , reference version 1.0.26, instructions work.
now have find out things version 1.1.28 missing, , whether miss them.
Comments
Post a Comment