Closed MerrionComputing closed 3 years ago
In debug it throws on loading: Microsoft.Extensions.Configuration.Abstractions, Version=5.0.0.0
at
builder.AddAppSettingsToConfiguration();
Rolled back Microsoft,Extension.* to 3.1.1.0
I ran into this issue as well with Microsoft.Extensions.Logging.Abstractions.dll v7.0.0 after adding Microsoft.EntityFrameworkCore.SqlServer v7.0.1 to my function project. Long story short this blog post saved most of my hair https://bryanknox.github.io/2022/07/15/functionsskipcleanoutput-and-functionspreserveddependencies.html
Adding this to my .csproj fixed the issue `
`
EventSourcingOnAzureFunctions.Common: Could not load file or assembly 'Microsoft.Extensions.Configuration, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.
Occurred after update to visual studio