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

Upgrades to use .NET 8 RC1 #3681

Merged
merged 3 commits into from
Oct 10, 2023
Merged

Upgrades to use .NET 8 RC1 #3681

merged 3 commits into from
Oct 10, 2023

Conversation

pepone
Copy link
Member

@pepone pepone commented Oct 10, 2023

Fix #3678

@@ -62,7 +62,7 @@ internal static partial class ProtocolLoggerExtensions
remoteNetworkAddress);

// Multiple logging methods are using same event id.
#pragma warning disable SYSLIB1006
#pragma warning disable SYSLIB1025
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The number was changed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I get this new error with Visual Studio 2022 preview

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should use 2 separate EventId here - for another PR!

We need to use a preview version because we are depending on RC packages
otherwise installing the NuGet packages will fail.
Copy link
Member

@bernardnormier bernardnormier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@@ -62,7 +62,7 @@ internal static partial class ProtocolLoggerExtensions
remoteNetworkAddress);

// Multiple logging methods are using same event id.
#pragma warning disable SYSLIB1006
#pragma warning disable SYSLIB1025
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should use 2 separate EventId here - for another PR!

@pepone pepone merged commit 3db8fa8 into icerpc:main Oct 10, 2023
2 of 3 checks passed
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.

Upgrade to .NET 8
3 participants