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

.NET 6 Upgrade of Iot Connector Core Components #162

Merged
merged 8 commits into from
Jan 28, 2022

Conversation

kenziedolish
Copy link
Contributor

@kenziedolish kenziedolish commented Jan 27, 2022

Code Changes:
Migrated the projects below to .NET 6

  • Microsoft.Health.Fhir.Ingest.Console
  • Microsoft.Health.Events
  • Microsoft.Health.Extensions.Fhir
  • Microsoft.Health.Extensions.Fhir.R4
  • Microsoft.Health.Extensions.Host
  • Microsoft.Health.Fhir.Ingest
  • Microsoft.Health.Fhir.Ingest.Validation
  • Microsoft.Health.Fhir.R4.Ingest
  • Microsoft.Health.Common.UnitTests
  • Microsoft.Health.Events.UnitTests
  • Microsoft.Health.Expressions.UnitTests
  • Microsoft.Health.Extensions.Fhir.UnitTests
  • Microsoft.Health.Extensions.Fhir.R4.UnitTests
  • Microsoft.Health.Fhir.Ingest.UnitTests
  • Microsoft.Health.Fhir.Ingest.Template.UnitTests
  • Microsoft.Health.Fhir.Ingest.Validation.UnitTests
  • Microsoft.Health.Fhir.R4.Ingest.UnitTests

Upgraded Azure functions from v3 to v4

  • Microsoft.Health.Fhir.Ingest.Host

Updated Microsoft.Net.Compilers.Toolset from 3.9.0 -> 4.0.1
Updated Microsoft.NET.Sdk.Functions from 3.9.0 -> 4.0.1

Updated FUNCTIONS_EXTENSION_VERSION in arm templates to v4

App Service running the Azure Function successfully: test-net6-upgrade-2

@kenziedolish kenziedolish requested a review from a team as a code owner January 27, 2022 00:40
@rogordon01
Copy link
Contributor

rogordon01 commented Jan 27, 2022

The build is now broken. We'll need to update the pipeline.

The current .NET SDK does not support targeting .NET 6.0.

Most likely, we'll need to specify the new sdk inside of the build pipeline:

https://github.com/microsoft/iomt-fhir/blob/master/build/build.yml

@kenziedolish
Copy link
Contributor Author

The build is now broken. We'll need to update the pipeline.

The current .NET SDK does not support targeting .NET 6.0.

Most likely, we'll need to specify the new sdk inside of the build pipeline:

https://github.com/microsoft/iomt-fhir/blob/master/build/build.yml

Updated build.yml to use .NET Sdk 6.0.x and updated .NET.Sdk.Functions to v4

@kenziedolish kenziedolish merged commit eaa4ac5 into master Jan 28, 2022
@kenziedolish kenziedolish deleted the personal/mdolishny/investigate-net6-upgrade branch January 28, 2022 00:22
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