-
Notifications
You must be signed in to change notification settings - Fork 12
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
1.2.13 not working in netcoreapp3.1 #21
Comments
Yes, same for me. |
1.2.12 should be the latest version... Maybe, I accidently added 1.2.13 to NuGet while playing around with the build script. It was not intended to be published... I will provide an updated version soon, for now please stay with 1.2.12 or lower. |
Version 1.2.14 should be there soon and fixed. I have updated the changelog with information to not use 1.2.13 as its a broken build. |
Installed v1.2.14.
Downgrading to v1.2.12 works for every version, is something wrong with v1.2.14 too? |
Version 1.2.14 should be alright. I need to investigate further. |
I have no idea yet, what's wrong there... I have updated the NuGet packages once again and made 1.2.15. Hopefully, this fixes the issue. I don't see build errors (I run the build for NetStandard2.0, NetStandard2.1, NetCore3.1, Net5.0 and Net6.0 in parallel with no issues). Please let me know if the new version works. If not, I need to investigate with an example NetCore3.1 project, I guess :D |
I assume that this is now fixed. If not, I will check it again. Please let me know if there are any problems. |
Ok, I will have to check it again. This seems to be related to serilog-contrib/Serilog.Sinks.Postgresql.Alternative#49 although the projects are different ones... |
The question is why? There is no |
Strange... I do nothing special when building the NuGet package in comparison to the others (E.g. Serilog.Sinks.AmazonS3)... If anyone has an idea, please contact me. I have already searched several times, but found no useful hints yet... |
@augustoproiete Did you maybe see some problem like this somewhere else before? |
I will close this issue now. The main reason is that I have absolutely no idea why this happens... |
Updated from v1.2.11 to v1.2.13.
Fails in Main when creating Logger:
System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.'
Downgrading to v1.2.12 works but v1.2.13 seems to be broken for netcoreapp3.1.
The text was updated successfully, but these errors were encountered: