-
Notifications
You must be signed in to change notification settings - Fork 125
5.0.0 Release #210
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
5.0.0 Release #210
Conversation
Update Fork
…der than X time Fixed constructors for compatibility; Unified where clause to retain files Adjust error messages New test cases
update github sourcelink support package to latest version
.NET Core App 3.0 target; misc clean-up
Add extension method to chain FileLifecycleHooks together
docs: file lifecycle hooks
fix: #146, file size limit
Improves XML documentation
… The 'licenseUrl' element will be deprecated)
…ageIconUrl'/'iconUrl' element is deprecated)
…-nuget Update metadata for NuGet
…th-in-hooks Add ability to capture path of log file opened, via FileLifecycleHooks
…t any errors in the creation are included in the self log
Including the RollingFileSink initialization in the try..catch; fixes #192
Can you please check for this PR: #204 |
Remove unnecessary dependencies on netstandard 2.0 target
Unpin the assembly version
* Initial Nullable Support * Update Nullable Reference Support * Update appveyor config * Update Test Project * Update Test Project * Code Format * Code Refactor * Remove unnecessary references * Simplifying Constants * Add More TargetFrameworks for Update References Cleanup References * Remove netcoreapp3.0 to use netstandard2.0 insted * Unpin the assembly version; fixes #135 * Remove matching test Co-authored-by: Nicholas Blumhardt <[email protected]>
…ling down-level attributes (#228)
Okay, folks, 5.0.0-dev-00935 should be the last preview package for this release! It will need some smoke testing - if you have an app or package that depends on this sink and can try it out, 👍 or 👎 appreciated 😁 . |
Is the (The Nullable docs at https://github.com/manuelroemer/Nullable#quickstart suggest that the PackageReference in the consuming project should have Same Q. for the main Serilog package fwiw |
@Numpsy nice spotting, thanks! |
FileLifecycleHooks
(@EamonHetherton)fileSizeLimit
(@cocowalla)FileLifecycleHooks
to observe opened filename (@augustoproiete)SelLog
when path rolling fails (@pvandervelde)FileLifecycleHooks
to (attempt to) set the underlying stream's length (@augustoproiete)