Skip to content
Merged
Show file tree
Hide file tree
Changes from 59 commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
cc6fd19
docs: add durable execution architecture decisions
j-d-ha Jul 29, 2026
291ee96
docs: clarify architecture decision records
j-d-ha Jul 29, 2026
f457075
docs: add examples to durable execution ADRs
j-d-ha Jul 29, 2026
5e416f1
docs: simplify durable execution ADRs
j-d-ha Jul 29, 2026
9f66adc
docs: add durable pipeline architecture decision
j-d-ha Jul 30, 2026
297e52d
docs: add durable execution architecture decisions
j-d-ha Jul 29, 2026
e2e515e
docs: clarify architecture decision records
j-d-ha Jul 29, 2026
cdc80ab
docs: add examples to durable execution ADRs
j-d-ha Jul 29, 2026
02295b6
docs: simplify durable execution ADRs
j-d-ha Jul 29, 2026
c9e9524
docs: pressure-test durable pipeline ADR
j-d-ha Jul 30, 2026
8718d2c
docs: clarify durable envelope ownership
j-d-ha Jul 30, 2026
41e8a45
docs: accept durable pipeline architecture decision
j-d-ha Jul 30, 2026
23e4f84
chore(deps): pin durable execution packages
j-d-ha Jul 31, 2026
e593dd5
feat(core): expose invocation serializer
j-d-ha Jul 31, 2026
3358bb3
feat(core): enforce durable terminal lifecycle
j-d-ha Jul 31, 2026
e071986
docs: finalize durable handler contract
j-d-ha Jul 31, 2026
c71342c
feat: add durable execution package
j-d-ha Jul 31, 2026
3ef1467
feat: add durable handler API
j-d-ha Jul 31, 2026
c7c84b7
feat(source-generators): recognize durable handlers
j-d-ha Jul 31, 2026
48a1000
feat(source-generators): validate durable handlers
j-d-ha Jul 31, 2026
f09a991
feat(source-generators): emit durable adapters
j-d-ha Jul 31, 2026
8718423
test(source-generators): expand durable coverage
j-d-ha Jul 31, 2026
cdc0e00
test(core): verify durable terminal lifecycle
j-d-ha Jul 31, 2026
2f81fab
test(testing): add durable host integration
j-d-ha Jul 31, 2026
a32943f
test(aot): add durable publish smoke
j-d-ha Jul 31, 2026
0eab077
test(durable): verify public runtime APIs
j-d-ha Jul 31, 2026
6afab16
test(durable): cover workflow replay semantics
j-d-ha Jul 31, 2026
975a876
docs(examples): add durable execution sample
j-d-ha Jul 31, 2026
b3febc5
docs(durable): document package usage
j-d-ha Jul 31, 2026
7071841
test(packaging): add durable consumer matrix
j-d-ha Jul 31, 2026
05e80ab
docs: add durable execution guide
j-d-ha Jul 31, 2026
495f902
docs(durable): add deployment recipes
j-d-ha Aug 1, 2026
deecdbf
docs(decisions): defer durable templates
j-d-ha Aug 1, 2026
28283d8
ci: isolate durable package releases
j-d-ha Aug 1, 2026
5cb9889
chore(deps): update validation toolchain
j-d-ha Aug 1, 2026
e32641b
test(durable): support debug fallback assertion
j-d-ha Aug 1, 2026
8315958
chore(deps): update package versions in shared props file
j-d-ha Aug 1, 2026
54b7570
Merge branch 'main' into feat/add-durable-function-support
j-d-ha Aug 1, 2026
6eca813
fix: address durable execution review feedback
j-d-ha Aug 2, 2026
f72d8f4
fix(tests): suppress NU1608 warning for AutoFixture.AutoNSubstitute
j-d-ha Aug 2, 2026
952ecda
chore(deps): fix formatting in shared props file
j-d-ha Aug 2, 2026
7134d2f
fix(tests): add null-forgiving operator to suppress nullable warnings
j-d-ha Aug 2, 2026
edaec83
test(source-generators): add multi-targeting support and conditional …
j-d-ha Aug 2, 2026
36e4b9e
test(tests): guard compatibility package references
j-d-ha Aug 3, 2026
e6788a4
fix(tests): adjust lambda middleware formatting in unit test
j-d-ha Aug 3, 2026
e179845
refactor(durable)!: simplify durable handler adapter
j-d-ha Aug 3, 2026
1119938
test(aot): root libraries for publish analysis
j-d-ha Aug 3, 2026
309386b
refactor(durable)!: relax handler signature validation
j-d-ha Aug 3, 2026
f8f9cfb
fix(durable): bind cancellation tokens and reject duplicate events
j-d-ha Aug 3, 2026
00bf154
fix(source-generators): harden durable handler validation
j-d-ha Aug 3, 2026
795c63c
fix(source-generators): harden durable handler adapters
j-d-ha Aug 3, 2026
1dae505
fix(durable): address review findings
j-d-ha Aug 4, 2026
bada7a9
ci: restore DevOps template workflows
j-d-ha Aug 4, 2026
fde51be
ci(github): document DevOps template policy
j-d-ha Aug 4, 2026
c284488
ci: unify package releases
j-d-ha Aug 4, 2026
ebe2365
test(tests): restore multi-target integration coverage
j-d-ha Aug 4, 2026
88c7aa7
ci(github): stabilize required PR build check
j-d-ha Aug 4, 2026
11b2f55
ci(github): remove duplicate PR build
j-d-ha Aug 4, 2026
a228cb8
docs: preserve contributing formatting
j-d-ha Aug 4, 2026
c442e2e
feat(caveman-compress): add natural language compression tools
j-d-ha Aug 4, 2026
add3b43
ci(github): upgrade DevOps template workflows
j-d-ha Aug 4, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests/MinimalLambda.SourceGenerators.UnitTests/Snapshots/*.verified.cs whitespace=-trailing-space
9 changes: 6 additions & 3 deletions .github/AGENTS.md
Comment thread
j-d-ha marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ Examples:

## Workflows

- PR build, PR title check, release drafter, preview publishing, and release publishing use `LayeredCraft/devops-templates` reusable workflows.
- `pr-quality.yaml` is intentionally local: it preserves MinimalLambda-specific AOT, CleanupCode formatting, and Codecov gates.
- Use `LayeredCraft/devops-templates` reusable workflows whenever they support required behavior. Do not replace them with custom workflow logic for package building, publishing, or standard PR checks.
- If a local workflow or step is required, document why DevOps templates cannot support it in the PR and keep exception narrowly scoped.
- PR title check, release drafter, preview publishing, and release publishing use `LayeredCraft/devops-templates` reusable workflows.
- `pr-quality.yaml` is intentionally local: it preserves MinimalLambda-specific build, AOT, test/Codecov, and CleanupCode formatting gates.
- `docs.yaml` is intentionally local: it builds/deploys the Zensical docs site with `uv` and GitHub Pages.

## Releases
Expand All @@ -55,10 +57,11 @@ Examples:
- Do not publish NuGet packages manually.
- Do not create GitHub releases directly.

Packages version synchronously:
Core packages version synchronously:

- `MinimalLambda`
- `MinimalLambda.Abstractions`
- `MinimalLambda.DurableExecution`
- `MinimalLambda.Envelopes`
- `MinimalLambda.Envelopes.Alb`
- `MinimalLambda.Envelopes.ApiGateway`
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/pr-build.yaml

This file was deleted.

9 changes: 4 additions & 5 deletions .github/workflows/pr-quality.yaml
Comment thread
j-d-ha marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ jobs:

- name: Run coverage
timeout-minutes: 10
Comment thread
j-d-ha marked this conversation as resolved.
run: |
dotnet test tests/MinimalLambda.UnitTests/MinimalLambda.UnitTests.csproj --framework net8.0 --configuration Release --no-build --results-directory ./coverage --coverage --coverage-output-format cobertura --no-progress --no-ansi
dotnet test tests/MinimalLambda.Envelopes.UnitTests/MinimalLambda.Envelopes.UnitTests.csproj --framework net8.0 --configuration Release --no-build --results-directory ./coverage --coverage --coverage-output-format cobertura --no-progress --no-ansi
dotnet test tests/MinimalLambda.SourceGenerators.UnitTests/MinimalLambda.SourceGenerators.UnitTests.csproj --framework net8.0 --configuration Release --no-build --results-directory ./coverage --coverage --coverage-output-format cobertura --no-progress --no-ansi
dotnet test tests/MinimalLambda.OpenTelemetry.UnitTests/MinimalLambda.OpenTelemetry.UnitTests.csproj --framework net9.0 --configuration Release --no-build --results-directory ./coverage --coverage --coverage-output-format cobertura --no-progress --no-ansi
run: >-
dotnet test MinimalLambda.sln --configuration Release --no-build
--results-directory ./coverage --coverage
--coverage-output-format cobertura --no-progress --no-ansi

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-title-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ concurrency:

jobs:
pr-title-check:
uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.3
uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v10.1
4 changes: 2 additions & 2 deletions .github/workflows/publish-preview.yaml
Comment thread
j-d-ha marked this conversation as resolved.
Comment thread
j-d-ha marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
permissions:
contents: write
pull-requests: write
uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.3
Comment thread
j-d-ha marked this conversation as resolved.
uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v10.1
with:
solution: MinimalLambda.sln
dotnetVersion: 11.0.x
Expand All @@ -36,6 +36,6 @@ jobs:
id-token: write
contents: read
steps:
- uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.3
Comment thread
j-d-ha marked this conversation as resolved.
- uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.1
with:
nuget_user: ${{ secrets.NUGET_USER }}
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yaml
Comment thread
j-d-ha marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
permissions:
contents: write
uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.3
uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v10.1
with:
solution: MinimalLambda.sln
dotnetVersion: 11.0.x
Expand All @@ -25,6 +25,6 @@ jobs:
id-token: write
contents: read
steps:
- uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.3
- uses: LayeredCraft/devops-templates/.github/actions/nuget-push@v10.1
with:
nuget_user: ${{ secrets.NUGET_USER }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ nunit-*.xml
.dolt/
*.db
.beads-credential-key
__pycache__/
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ task format:csharpier
```

Always run `task format` before committing changes. Failing to format code may cause CI/CD checks to
fail, as the GitHub Actions workflow (`pr-build.yaml`) includes a code quality check that runs
`task format` and validates no files were modified.
fail, as the GitHub Actions workflow (`pr-quality.yaml`) runs CleanupCode and validates no files were modified.

### IDE Integration

Expand Down
7 changes: 4 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.6.0-beta.1</Version>
<Version>2.6.0-beta.2</Version>
<!-- SPDX license identifier for MIT -->
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<!-- Other useful metadata -->
Expand All @@ -24,7 +24,8 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
<PropertyGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0')) And !$(MSBuildProjectDirectory.Contains('tests'))">
<PropertyGroup
Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0')) And !$(MSBuildProjectDirectory.Contains('tests'))">
<IsAotCompatible>true</IsAotCompatible>
<EnableAotAnalyzer>true</EnableAotAnalyzer>
<EnableTrimAnalyzer>true</EnableTrimAnalyzer>
Expand All @@ -37,4 +38,4 @@
<!-- NU5104: preview TFM intentionally pulls preview dependencies -->
<NoWarn>$(NoWarn);NU5104</NoWarn>
</PropertyGroup>
</Project>
</Project>
81 changes: 43 additions & 38 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,32 @@
</PropertyGroup>
<ItemGroup>
<!-- Packages for all targets -->
<PackageVersion Include="Amazon.Lambda.CloudWatchLogsEvents" Version="3.0.0"/>
<PackageVersion Include="Amazon.Lambda.Core" Version="3.3.0"/>
<PackageVersion Include="Amazon.Lambda.KafkaEvents" Version="3.0.0"/>
<PackageVersion Include="Amazon.Lambda.KinesisEvents" Version="4.0.0"/>
<PackageVersion Include="Amazon.Lambda.KinesisFirehoseEvents" Version="3.0.0"/>
<PackageVersion Include="Amazon.Lambda.RuntimeSupport" Version="2.1.3"/>
<PackageVersion Include="Amazon.Lambda.Serialization.SystemTextJson" Version="3.0.0"/>
<PackageVersion Include="Amazon.Lambda.CloudWatchLogsEvents" Version="3.0.0" />
<PackageVersion Include="Amazon.Lambda.Core" Version="3.3.0" />
<PackageVersion Include="Amazon.Lambda.DurableExecution" Version="1.0.0" />
<PackageVersion Include="Amazon.Lambda.DurableExecution.Testing" Version="1.0.0" />
<PackageVersion Include="Amazon.Lambda.KafkaEvents" Version="3.0.0" />
<PackageVersion Include="Amazon.Lambda.KinesisEvents" Version="4.0.0" />
<PackageVersion Include="Amazon.Lambda.KinesisFirehoseEvents" Version="3.0.0" />
<PackageVersion Include="Amazon.Lambda.RuntimeSupport" Version="2.1.3" />
<PackageVersion Include="Amazon.Lambda.Serialization.SystemTextJson" Version="3.0.0" />
<PackageVersion Include="Amazon.Lambda.TestUtilities" Version="4.2.0" />
<PackageVersion Include="Autofac.Extensions.DependencyInjection" Version="11.0.2" />
<PackageVersion Include="AutoFixture.AutoNSubstitute" Version="4.18.1" />
<PackageVersion Include="AutoFixture.Xunit3" Version="4.19.0" />
<PackageVersion Include="AWSSDK.Core" Version="4.0.3.20" />
<PackageVersion Include="Basic.Reference.Assemblies.Net100" Version="1.8.10"/>
<PackageVersion Include="Basic.Reference.Assemblies.Net110" Version="1.8.10"/>
<PackageVersion Include="Basic.Reference.Assemblies.Net80" Version="1.8.10"/>
<PackageVersion Include="AWSSDK.Lambda" Version="4.0.13.1" />
<PackageVersion Include="Basic.Reference.Assemblies.Net100" Version="1.8.10" />
<PackageVersion Include="Basic.Reference.Assemblies.Net110" Version="1.8.10" />
<PackageVersion Include="Basic.Reference.Assemblies.Net80" Version="1.8.10" />
<PackageVersion Include="BenchmarkDotNet" Version="0.15.8" />
<PackageVersion Include="LayeredCraft.SourceGeneratorTools.Generator" Version="0.1.0-beta.10" />
<PackageVersion Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.3.11" />
<PackageVersion Include="Microsoft.AspNetCore.Http.Abstractions" Version="2.3.11" />
<PackageVersion Include="Microsoft.AspNetCore.Routing" Version="2.3.11" />
<PackageVersion Include="Microsoft.Extensions.DependencyModel" Version="10.0.10"/>
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.301"/>
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="10.0.10" />
<PackageVersion Include="Microsoft.Extensions.DependencyModel" Version="10.0.10" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.301" />
<!-- Source Gen Libraries -->
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="Microsoft.CodeAnalysis" Version="[5.6.0]" />
Expand All @@ -34,58 +39,58 @@
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.SourceGenerators.Testing" Version="1.1.4" />
<PackageVersion Include="NSubstitute.Analyzers.CSharp" Version="1.0.17" />
<PackageVersion Include="PolySharp" Version="1.16.0" />
<PackageVersion Include="Scriban" Version="7.2.6" />
<PackageVersion Include="Scriban" Version="7.2.5" />
<!-- OTEL Libraries -->
<PackageVersion Include="NSubstitute" Version="5.3.0" />
<PackageVersion Include="OpenTelemetry.Exporter.InMemory" Version="1.17.0"/>
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.17.0"/>
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.17.0"/>
<PackageVersion Include="OpenTelemetry.Instrumentation.AWSLambda" Version="1.17.0"/>
<PackageVersion Include="NSubstitute" Version="6.0.0" />
<PackageVersion Include="OpenTelemetry.Exporter.InMemory" Version="1.17.0" />
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.17.0" />
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.17.0" />
<PackageVersion Include="OpenTelemetry.Instrumentation.AWSLambda" Version="1.17.0" />
<!-- Testing Libraries -->
<PackageVersion Include="AwesomeAssertions" Version="9.5.0" />
<PackageVersion Include="Basic.Reference.Assemblies.Net90" Version="1.8.10"/>
<PackageVersion Include="JetBrains.Annotations" Version="2025.2.4" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.8.1"/>
<PackageVersion Include="Basic.Reference.Assemblies.Net90" Version="1.8.10" />
<PackageVersion Include="JetBrains.Annotations" Version="2026.2.0" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
<PackageVersion Include="Microsoft.Testing.Extensions.CodeCoverage" Version="18.9.0" />
<PackageVersion Include="System.Formats.Asn1" Version="6.0.1" />
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
<PackageVersion Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageVersion Include="System.Threading.Tasks.Extensions" Version="4.6.3" />
<PackageVersion Include="Verify.SourceGenerators" Version="2.5.0" />
<PackageVersion Include="Verify.XunitV3" Version="31.28.0"/>
<PackageVersion Include="Verify.XunitV3" Version="31.28.0" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="AutoFixture" Version="4.18.1" />
<PackageVersion Include="AutoFixture.Xunit2" Version="4.18.1" />
<PackageVersion Include="Microsoft.Extensions.Diagnostics.Testing" Version="10.8.0" />
<!-- Lambda Event Libraries -->
<PackageVersion Include="Amazon.Lambda.APIGatewayEvents" Version="3.0.0"/>
<PackageVersion Include="Amazon.Lambda.ApplicationLoadBalancerEvents" Version="3.0.0"/>
<PackageVersion Include="Amazon.Lambda.SNSEvents" Version="3.0.0"/>
<PackageVersion Include="Amazon.Lambda.SQSEvents" Version="3.0.0"/>
<PackageVersion Include="Amazon.Lambda.APIGatewayEvents" Version="3.0.0" />
<PackageVersion Include="Amazon.Lambda.ApplicationLoadBalancerEvents" Version="3.0.0" />
<PackageVersion Include="Amazon.Lambda.SNSEvents" Version="3.0.0" />
<PackageVersion Include="Amazon.Lambda.SQSEvents" Version="3.0.0" />
<PackageVersion Include="xunit.v3.mtp-v2" Version="3.2.2" />
</ItemGroup>
<!-- Conditional versions based on target framework -->
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageVersion Include="System.Text.Json" Version="[10.0.5, 11.0.0)" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="[8.0.1, 9.0.0)" />
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="[8.0.1, 9.0.0)" />
<PackageVersion Include="Microsoft.Extensions.Http" Version="[8.0.1, 9.0.0)" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="[8.0.1, 9.0.0-a)" />
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="[8.0.1, 9.0.0-a)" />
<PackageVersion Include="Microsoft.Extensions.Http" Version="[8.0.1, 9.0.0-a)" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="[9.0.15, 10.0.0)" />
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="[9.0.15, 10.0.0)" />
<PackageVersion Include="Microsoft.Extensions.Http" Version="[9.0.15, 10.0.0)" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="[9.0.18, 10.0.0-a)" />
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="[9.0.18, 10.0.0-a)" />
<PackageVersion Include="Microsoft.Extensions.Http" Version="[9.0.18, 10.0.0-a)" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net10.0'">
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="10.0.7"/>
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="10.0.7"/>
<PackageVersion Include="Microsoft.Extensions.Http" Version="10.0.7"/>
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="[10.0.10, 11.0.0-a)" />
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="[10.0.10, 11.0.0-a)" />
<PackageVersion Include="Microsoft.Extensions.Http" Version="[10.0.10, 11.0.0-a)" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net11.0'">
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="[11.0.0-preview.3.26207.106, 12.0.0)" />
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="[11.0.0-preview.3.26207.106, 12.0.0)" />
<PackageVersion Include="Microsoft.Extensions.Http" Version="[11.0.0-preview.3.26207.106, 12.0.0)" />
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="[11.0.0-preview.6.26359.118, 12.0.0-a)" />
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="[11.0.0-preview.6.26359.118, 12.0.0-a)" />
<PackageVersion Include="Microsoft.Extensions.Http" Version="[11.0.0-preview.6.26359.118, 12.0.0-a)" />
</ItemGroup>
</Project>
22 changes: 22 additions & 0 deletions MinimalLambda.Packages.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"solution": {
"path": "MinimalLambda.sln",
"projects": [
"src/Envelopes/MinimalLambda.Envelopes.Alb/MinimalLambda.Envelopes.Alb.csproj",
"src/Envelopes/MinimalLambda.Envelopes.ApiGateway/MinimalLambda.Envelopes.ApiGateway.csproj",
"src/Envelopes/MinimalLambda.Envelopes.CloudWatchLogs/MinimalLambda.Envelopes.CloudWatchLogs.csproj",
"src/Envelopes/MinimalLambda.Envelopes.Kafka/MinimalLambda.Envelopes.Kafka.csproj",
"src/Envelopes/MinimalLambda.Envelopes.Kinesis/MinimalLambda.Envelopes.Kinesis.csproj",
"src/Envelopes/MinimalLambda.Envelopes.KinesisFirehose/MinimalLambda.Envelopes.KinesisFirehose.csproj",
"src/Envelopes/MinimalLambda.Envelopes.Sns/MinimalLambda.Envelopes.Sns.csproj",
"src/Envelopes/MinimalLambda.Envelopes.Sqs/MinimalLambda.Envelopes.Sqs.csproj",
"src/Envelopes/MinimalLambda.Envelopes/MinimalLambda.Envelopes.csproj",
"src/MinimalLambda.Abstractions/MinimalLambda.Abstractions.csproj",
"src/MinimalLambda.DurableExecution/MinimalLambda.DurableExecution.csproj",
"src/MinimalLambda.OpenTelemetry/MinimalLambda.OpenTelemetry.csproj",
"src/MinimalLambda.Templates/MinimalLambda.Templates.csproj",
"src/MinimalLambda.Testing/MinimalLambda.Testing.csproj",
"src/MinimalLambda/MinimalLambda.csproj"
]
}
}
Loading
Loading