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

feat: add support for .NET SDK V4 #192

Open
wants to merge 2 commits into
base: v4sdk-development
Choose a base branch
from

Conversation

philasmar
Copy link
Contributor

Issue #, if available:
DOTNET-7753

Description of changes:

  • Updated the .NET SDK dependencies to the latest version 4.0.0-preview.4
  • Marked project as trimmable
  • Added SourceLink support

Copy link
Member

@normj normj left a comment

Choose a reason for hiding this comment

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

I think the GetParametersByPathAsync method in SystemsManagerProcessor needs a null check for the response.Parameters property.

Also I think the code is okay but for defensive code purposes in the GetDataAsync method of AppConfigProcessor maybe add ?? new Dictionary<string, string> from the return of the private methods it calls.

@philasmar
Copy link
Contributor Author

I think the GetParametersByPathAsync method in SystemsManagerProcessor needs a null check for the response.Parameters property.

Also I think the code is okay but for defensive code purposes in the GetDataAsync method of AppConfigProcessor maybe add ?? new Dictionary<string, string> from the return of the private methods it calls.

Fixed

@philasmar philasmar requested a review from normj October 17, 2024 02:50
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.

3 participants