-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Bump sdk version to 5.0.102 #5415
Conversation
Hello, @worldbeater! Сouldn't see what is happening on Linux with a Pharmacist at net5? |
The problem is this:
So you have to either directly reference
|
Thanks! I am looking wrong again. But I was more confused by this
It has its own ICSharpCode.Decompiler which is not covered |
@rstm-sf probably worth switching to an older Pharmacist version that doesn't break the build. Probably Pharmacist will be deprecated soon in favor of https://github.com/reactivemarbles/ObservableEventsSourceGenerator |
@worldbeater, maybe then it is worth removing potentially deprecated technology from the repository before it is actively used? |
Adding Pharmacist.MsBuild did not help, although it seems like the necessary assembly is located there <PackageReference Include="Pharmacist.MsBuild" Version="2.0.6" /> |
Modified the project file as such: <PackageReference Include="Pharmacist.Core" Version="2.0.6" />
<PackageReference Include="ICSharpCode.Decompiler" Version="7.0.0.6291-preview2" /> And got the following exception:
The Pharmacist error seems to be coming from here https://github.com/reactiveui/Pharmacist/blob/main/src/Pharmacist.Core/Generation/ReflectionExtensions.cs#L142 Probably that's caused by a type argument being |
Probably we should disable the NETSDK1138 warning. See also #5301 |
https://github.com/peters/il-repack has been archived by the owner. It is now read-only. |
What does the pull request do?
Bump version sdk to 5.0.102
What is the current behavior?
Limit to .NET Core 3.1 and C#8
What is the updated/expected behavior with this PR?
Limit to .NET 5.0 and C#9
How was the solution implemented (if it's not obvious)?
Checklist
Breaking changes
Fixed issues
Fixes #5401
Dependencies
Depends on peters/il-repack#2
Depends on #5423
Depends on update https://www.nuget.org/packages/ILRepack.NETStandard/ ?