Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-lambda-dotnet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master@{1day}
Choose a base ref
...
head repository: aws/aws-lambda-dotnet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 6 commits
  • 612 files changed
  • 4 contributors

Commits on Dec 16, 2025

  1. Configuration menu
    Copy the full SHA
    5cd714c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad0ebab View commit details
    Browse the repository at this point in the history
  3. Update project templates to target upcoming .NET 10 support (#2218)

    * Initial copy of VS 2022 blueprints to VS 2026 folder
    
    * Update TargetFramework and Lambda Runtime monikers to net10.0 and dotnet10 respectively
    
    * Move .template.config to src/BlueprintBaseName.1 directory so the dotnet new experience only creates the Lambda function in the target directory
    
    * Add File-based Function template
    
    * Update VS blueprint package to not include in the src zip .template.config directory now that it has been moved into the src. Also make sure any file-based blueprints are always excluded for the VS packaging.
    
    * Update all package references using the BlueprintPackager
    
    * Update build target for instantiated and building the templates to include the VS 2026. Also addressed compiler warnings that came up while building the issues.
    
    * Update change file to include entry for the new C# file-based template.
    
    * Update web static content in ASP.NET Core Web APp template
    
    * Add back dependency for blueprint msbuild target
    
    * Updated container images to use public.ecr.aws/lambda/dotnet:10 as the base image
    
    * Add specific version number of Amazon.Lambda.Tools to use for C# file-based
    
    * Update package references. Most important including the latest Amazon.Lambda.Annotations that has support for .NET 10.
    normj authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    f99e0b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Configuration menu
    Copy the full SHA
    1f2468a View commit details
    Browse the repository at this point in the history
  2. Release 2025-12-17 (#2233)

    * release_2025-12-17
    
    * Updated changelog
    aws-sdk-dotnet-automation authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    e05865b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dbfbf2 View commit details
    Browse the repository at this point in the history
Loading