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

Fixing deployment status response parsing #557

Merged
merged 1 commit into from May 25, 2022

Conversation

fabiocav
Copy link
Member

@fabiocav fabiocav commented May 25, 2022

Resolves #556

This change is in response to a change in the API payload that broke the assumption made in the original implementation. The actual change was the introduction of a new build_summary property that carried a JSON object instead of a simple string value, causing a deserialization exception in the updated code path.

@@ -13,7 +13,7 @@
<PackageReference Include="Newtonsoft.Json" Version="[11.0.2]" />
<PackageReference Include="System.Runtime.Handles" Version="4.3.0" />
<PackageReference Include="System.IO.FileSystem.Primitives" Version="4.3.0" />
<PackageReference Include="Mono.Cecil" Version="0.11.1" />
<PackageReference Include="Mono.Cecil" Version="0.11.3" />
Copy link
Member Author

Choose a reason for hiding this comment

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

Unrelated, but had to update to address a build issue.

Copy link
Member

@brettsam brettsam left a comment

Choose a reason for hiding this comment

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

Change looks good -- but could you note what changed in the response? It wasn't entirely clear...

@vijayrkn
Copy link
Collaborator

@fabiocav - I am assuming you will cherry-pick to the v3.0 branch as well right?

@fabiocav
Copy link
Member Author

ill cherry-pick to the v3.0 branch as well

@vijayrkn yes. Wanted to go through the review here first and once settled/approved, cherry pick to 3.0. Will go ahead and do that now.

@fabiocav fabiocav merged commit 81748f5 into v4.x May 25, 2022
@fabiocav fabiocav deleted the fabiocav/v4.x-deploymentparsing branch May 25, 2022 16:24
@kshyju
Copy link
Member

kshyju commented May 26, 2022

Microsoft.NET.Sdk.Functions version 4.1.1 is live in nuget gallery now.

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.

None yet

4 participants