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

Fix Function App unable to start #91

Merged
merged 3 commits into from
Mar 4, 2021

Conversation

dustinburson
Copy link
Member

Recent package upgrade accidently included a .NET 5 package upgrade. Because App Services aren't yet upgraded to .NET 5 loading framework dependencies causes the application to crash.

… to version 3.1.12).

* Fix XUnit dependencies added to non test projects.
* Update libraries to max .NET 3.0 version available
@@ -18,19 +18,18 @@
<ItemGroup>
<PackageReference Include="Azure.Storage.Blobs" Version="12.8.0" />
<PackageReference Include="Ensure.That" Version="9.2.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="5.0.0" />
Copy link
Member Author

Choose a reason for hiding this comment

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

This was the specific package upgrade in the previous update causing the function app to crash on Azure App Services.

@dustinburson dustinburson merged commit 0b90a99 into master Mar 4, 2021
@dustinburson dustinburson deleted the personal/duburson/fix-function-crash branch June 15, 2021 17:10
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

2 participants