Skip to content

Conversation

nblumhardt
Copy link
Member

@nblumhardt nblumhardt commented Aug 20, 2021

nblumhardt and others added 26 commits September 10, 2020 12:20
* make some local functions static to avoid scope capture

* make some local functions static
"...event when..." -> "...even when..."
* add nullable for ilogger and implementations
* narrow down nullables
* make ILogEventEnricher not null
* make tests nullable

* Update MessageTemplateTextFormatterTests.cs

* Update MessageTemplateTextFormatterTests.cs

* remove some } = null!;

* Update LogContextTests.cs

* missing log events

* Update DelegatingSink.cs
* fixed exception

* added unit test and using comma as seperator

* added empty array return

* removed internal

* added support for int[] support

* support any collection type

* Remove unnecessary newline

Co-authored-by: Tomasz Stochmal <tomasz.stochmal@iress.com>
Co-authored-by: Nicholas Blumhardt <nblumhardt@nblumhardt.com>
* Update PropertyBinder.cs

* Update LoggerConfiguration.cs

* Update AggregateSink.cs

* Update ConditionalSink.cs

* Update DisposeDelegatingSink.cs

* Update DisposingAggregateSink.cs

* Update FilteringSink.cs

* Update RestrictedSink.cs

* Update SafeAggregateSink.cs

* Update SecondaryLoggerSink.cs

* Update LoggingLevelSwitch.cs

* Update PropertiesOutputFormat.cs

* Update JsonFormatter.cs

* Update JsonValueFormatterTests.cs

* Update Log.cs
augustoproiete and others added 3 commits September 9, 2021 09:06
The example in the documentation was using a wrong name for the attribute. Corrected the usage in the example
KZedan and others added 2 commits January 24, 2022 08:43
- Update ILogger examples XML documentation to use `<code>`
- Fix an errant `>`
@nblumhardt
Copy link
Member Author

If you're able to try out 2.11.0-dev-01387, this should be pretty close to the final build (just #1669 to go).

@SimonCropp
Copy link
Contributor

works on my machine

/// MessageTemplate template;
/// IEnumerable&lt;LogEventProperty&gt; properties;
/// IEnumerable&lt;LogEventProperty&gt; properties>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line does not look right (have not checked rest in detail)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice spotting; pushed the fix to #1669 (this reimplements #1664, which had to be reverted)

@nblumhardt nblumhardt merged commit da16aea into main Apr 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.