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 Lambda Blueprints #1871

Merged
merged 3 commits into from
Nov 14, 2024
Merged

Update Lambda Blueprints #1871

merged 3 commits into from
Nov 14, 2024

Conversation

normj
Copy link
Member

@normj normj commented Nov 14, 2024

Description of changes:

  • Update all of the packagereferences to the latest versions.
  • Update Custom Runtime blueprints to target .NET 9
  • Modify F# test projects which seemed to not like having the EntryPoint attribute in the same file as the test file anymore. Followed the pattern I saw when creating a new Xunit F# test project in Visual Studio and put the EntryPoint in a separate Program.fs. file
  • Manually bumped version to 7.6.0 because it doesn't look like AutoVer is setup for the template package.

Testing

Ran script that instantiated and compiled all blueprints. Confirmed no warnings in particular the new .NET 9 vulnerability warnings were found. I also configured the templates in Visual Studio and created and deployed the most common blueprints including the Custom Runtime blueprints.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@normj normj force-pushed the normj/update-blueprints-2024-11-13 branch from c02c651 to 2c711ef Compare November 14, 2024 00:35
@normj normj merged commit 2c65c0d into dev Nov 14, 2024
4 checks passed
@normj normj deleted the normj/update-blueprints-2024-11-13 branch November 14, 2024 21:37
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.

3 participants