Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 5 additions & 0 deletions tests/Morphir.E2E.Tests/Features/AOT/AssemblyTrimming.feature
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
@ignore
Feature: Assembly Trimming
As a CLI developer
I want trimmed assemblies
So that I reduce deployment size

# TODO: Implement step definitions for these scenarios
# These tests were added in PR #229 but step definitions were never implemented
# See issue #246 for implementation tracking

Background:
Given a morphir-dotnet CLI project

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
@ignore
Feature: Native AOT Compilation
As a CLI developer
I want to compile morphir-dotnet to Native AOT
So that users get fast startup times and small binaries

# TODO: Implement step definitions for these scenarios
# These tests were added in PR #229 but step definitions were never implemented
# See issue #246 for implementation tracking

Background:
Given a morphir-dotnet CLI project

Expand Down
Loading