-
Notifications
You must be signed in to change notification settings - Fork 829
2.5.0 Release #980
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.5.0 Release #980
Conversation
because `xcode7.2` is deprecated
so that VS features like live csproj file editing work correctly.
VS 2017 / dotnet 1.0.0 tooling
Use dotnet core sdk 1.0.1
Cache the {NewLine} literal property to avoid an allocation on each render
Missing list for 2.4 for changes.md
Output template formatting harness
ValueTuple to sequence value conversion
Tooling Cleanup - Rely on Travis.yml for Build requirements
Independent Build for Perf Tests.
PropertyValueConverter improvements
… on select benchmarks.
Output and rendering improvements
src/Serilog/Serilog.csproj
Outdated
|
||
<PropertyGroup Condition=" '$(TargetFramework)' == 'net46' "> | ||
<DefineConstants>$(DefineConstants);ASYNCLOCAL</DefineConstants> | ||
</PropertyGroup> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dotnet migrate
issue: hashtable
constant missing for this target
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 just pushed a fix
I think it's time to push this out. Last-minute thoughts? |
Go for it |
Oops, missed #972 in the notes; added. |
LoggerSinkConfiguration.Wrap()
{Properties}
in output templatesLogContext.Clone()
andLogContext.Push(ILogEventEnricher)
ValueTuple<>
values{Message:l}
(unquoted string) and{Message:j}
(JSON structure) support in output templatesPlus multiple build/test/configuration improvements.