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

Update targets and misc cleanup #321

Merged
merged 12 commits into from
Nov 22, 2024
Merged

Update targets and misc cleanup #321

merged 12 commits into from
Nov 22, 2024

Conversation

oschwald
Copy link
Member

  • Update targets
  • Bump language version to 13
  • Update dependencies
  • Do not handle nulls for non-null values
  • Fix typo
  • Clean up imports
  • Remove workaround for old Mono versions
  • Use collection expression
  • Use raw strings
  • Clean up some conditionals
  • Only create JsonSerializerOptions once

new object[]
{"insightsAsync", (ClientRunner) (async (c, i) => await c.InsightsAsync(i)), typeof(InsightsResponse)}
["countryAsync", (ClientRunner) (async (c, i) => await c.CountryAsync(i)), typeof(CountryResponse)],
["cityAsync", (ClientRunner) (async (c, i) => await c.CityAsync(i)), typeof(CityResponse)], ["insightsAsync", (ClientRunner) (async (c, i) => await c.InsightsAsync(i)), typeof(InsightsResponse)
Copy link
Contributor

Choose a reason for hiding this comment

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

Should the insightsAsync part be on its own line?

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks, I did that.

@horgh horgh merged commit eef75bb into main Nov 22, 2024
9 checks passed
@horgh horgh deleted the greg/net-9 branch November 22, 2024 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants