Skip to content
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

Fix serilog installation. #132

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

wparad
Copy link
Collaborator

@wparad wparad commented Mar 25, 2024

Seems like the dependent version of Serilog are incorrect, we must use 3.0.0+, but it isn't pulled in. Which pulls in 2, which has a different signature.

@piotrkolodziej
Copy link

We are having exactly the problem mentioned. I found out that:

<PackageReference Include="Serilog.Sinks.PeriodicBatching" Version="[3.1.0,)" />

uses an implicit Serilog 2.0.0. Bumping it to 4.0.0 would do the job but using explicit Serilog dependency seems like a better approach.

Can we please merge it? :)

@wparad
Copy link
Collaborator Author

wparad commented Apr 10, 2024

@thoean

@thoean thoean merged commit 8bcf04e into Cimpress-MCP:master Apr 11, 2024
1 check passed
@thoean
Copy link
Collaborator

thoean commented Apr 11, 2024

Sorry this took a while - I've switched Email accounts and Github notifications went to the void for a bit... you should be all set now.

https://www.nuget.org/packages/Serilog.Sinks.AwsCloudWatch/4.2.25

@piotrkolodziej
Copy link

Thanks @thoean

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.

3 participants