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

Added separate ItemGroup for target frameworks. #124

Merged
merged 2 commits into from
Sep 14, 2023

Conversation

kirk-marple
Copy link
Contributor

Regarding #117, submitting changes to break out the ItemGroups in .csproj by target frameworks.

Also, when building the project, I noticed the redundant private Credentials property in DeepgramClient, which was giving a warning. Removed the private property, so it uses the public one in BaseClient.

Disabled CS1998 warning in mock handler in tests as well.

Saw there were a bunch of warnings about deprecations in tests, but didn't touch those.

kirk-marple and others added 2 commits August 25, 2023 21:51
…dentials property in DeepgramClient. Disabled CS1998 warning in mock handler.
Added separate ItemGroup for target frameworks.  Removed redundant Credentials property in DeepgramClient.  Disabled CS1998 warning in mock handler.
Copy link
Collaborator

@CopperBeardy CopperBeardy left a comment

Choose a reason for hiding this comment

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

Changes are good

@ThindalTV
Copy link
Collaborator

I agree with @CopperBeardy - changes look good and will fix the issue.

@SandraRodgers SandraRodgers self-assigned this Sep 14, 2023
@SandraRodgers SandraRodgers merged commit 6d7b6fd into deepgram:main Sep 14, 2023
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.

4 participants