Skip to content

Merge pull request #1141 from rabbitmq/lukebakken/fix-appveyor #1144

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

Merged
merged 3 commits into from
Feb 23, 2022

Conversation

lukebakken
Copy link
Collaborator

@lukebakken lukebakken commented Feb 14, 2022

Fix and update AppVeyor build

(cherry picked from commit 4628927)

See also:
#1141
#1143

Fix and update AppVeyor build

(cherry picked from commit 4628927)
@lukebakken lukebakken added this to the 7.0.0 milestone Feb 14, 2022
@@ -72,6 +73,7 @@ internal DecimalData(uint flags, uint hi, uint lo, uint mid)
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static decimal ReadDecimal(ReadOnlySpan<byte> span)
{
byte scale = span[0];
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@michaelklishin @stebet it's very strange that I had to manually fix this spot and below. These changes were introduced in this PR: #984

Is this indicative of other potential problems on the 7.x branch?

@lukebakken lukebakken marked this pull request as ready for review February 15, 2022 20:23
@lukebakken lukebakken merged commit 6d39db4 into 7.x Feb 23, 2022
@lukebakken lukebakken deleted the rabbitmq-dotnet-client-1141-7.x branch February 23, 2022 17:06
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.

2 participants