build(deps): bump Microsoft.NET.Sdk.Functions from 1.0.24 to 4.1.1
Bumps Microsoft.NET.Sdk.Functions from 1.0.24 to 4.1.1.
Release notes
Sourced from Microsoft.NET.Sdk.Functions's releases.
Microsoft.Net.Sdk.Functions 3.0.11
- Changed the minimum required version of Microsoft.Azure.WebJobs to 3.0.23
- Removed the upper bound limiting the version reference for Microsoft.Azure.WebJobs.Extensions
Microsoft.Net.Sdk.Functions 3.0.10
- Use async ZipDeloy call
- Fixed issues with args passed to Functions.Generator
- Updated ExtensionsMetadataGenerator to 1.2.0: Release Notes
- Additional e2e test suite setup
Microsoft.Net.Sdk.Functions 3.0.9
Copying the missing dlls to the bin folder
Adding End to End Tests and porting the projects to netcoreapp3.1.
Tests cover the following scenarios
- Build and publish for a project targeting Netsdk latest version
- Build and publish for a project with SQl dependency
- Build and publish for a project with a HttpTrigger
- Upgrading the sdk to 3.1.301
- Running end to end tests as a part of ci build
- Auto-increment the assembly version for generator and msbuild dll
Microsoft.Net.Sdk.Functions 3.0.8
https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/3.0.8
- Fixing the build step to copy the required dlls to the bin directory. This is required to fix VS functionalities like incremental build, Find all references etc (Azure/azure-functions-vs-build-sdk#344).
Microsoft.Net.Sdk.Functions 3.0.7
https://www.nuget.org/packages/Microsoft.NET.Sdk.Functions/3.0.7
This package is for use with Azure Functions v3 Visual Studio projects.
This release has the following changes:
- Ignore "Bad IL format" errors when generating extensions metadata (Azure/azure-functions-host#5964)
- Both Publish and Build targets now copy all dlls and pdbs to the bin folder (Azure/azure-functions-vs-build-sdk#418)
Microsoft.Net.Sdk.Functions 3.0.4
This release has the following changes:
- Improvements to output payload, bringing a significant package size reduction
Microsoft.Net.Sdk.Functions 3.0.2
This release has the following changes:
- Assembly loading improvements for generating
function.jsonfiles (#360)- The
function.deps.jsonfile is now correctly copied if your project name does not match your assembly name (#363)Microsoft.Net.Sdk.Functions 3.0.1
This release has the following changes:
- The Microsoft.Net.Sdk.Functions nuget package now targets
netcore3.0rather thannetstandard2.0.
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Superseded by #1221.