serilog-sinks-teams icon indicating copy to clipboard operation
serilog-sinks-teams copied to clipboard

A Serilog event sink that writes to Microsoft Teams

Results 11 serilog-sinks-teams issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps Microsoft.Net.Http.Server from 1.1.2 to 1.1.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Net.Http.Server&package-manager=nuget&previous-version=1.1.2&new-version=1.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

The `Serilog.Sinks.MicrosoftTeams` NuGet package doesn't have an icon yet. ![image](https://user-images.githubusercontent.com/177608/130722120-75adcd04-7fed-4a5f-be9f-790daca400d9.png) I suggest using the standard icon for sinks: ![serilog standard sink icon](https://serilog.net/images/serilog-sink-nuget.png) --- More details: https://github.com/serilog-contrib/brand

documentation

Bumps System.Net.Http from 4.3.2 to 4.3.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Net.Http&package-manager=nuget&previous-version=4.3.2&new-version=4.3.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

For now it's not possible to only render the message, so I added an option to disable the rendering of the additional informations. The default behavior remains the same.

Update the package for the .NET Standard 2.2 and make the lib more robust if an error occurred while sending the batch messages. Give the opportunity to inject my own...

Now, when we use periodic batching sink (#2), it should be quite straightforward to group the same log events into a single Teams message and instead add additional properties to...

Is there any chance of using Netstandard 2.0 so we can use it with .Net Full Framework 4.7.2?