Skip to content

Add more integration tests#3662

Open
haileymck wants to merge 2 commits intomainfrom
dev/hmckelvie/add-more-integration-tests
Open

Add more integration tests#3662
haileymck wants to merge 2 commits intomainfrom
dev/hmckelvie/add-more-integration-tests

Conversation

@haileymck
Copy link
Member

@haileymck haileymck commented Feb 20, 2026

For all the integration tests, a project is created and built before the scaffolder runs and then each project is built after the scaffolder and the files' existence is checked. For each scaffolder these tests exist for net 8, net 9, net 10, net 11 projects

@haileymck haileymck force-pushed the dev/hmckelvie/add-more-integration-tests branch from ad1f4de to c412933 Compare February 20, 2026 17:25
Assert.True(settings.Overwrite);
}

[Fact]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what are any of these actually testing, IdentitySettings just consists of getters and setters, there is no logic in them

@haileymck
Copy link
Member Author

I am going to update so that the files are actually generated in the different projects after scaffolding and before build, right now it just builds, scaffolds, builds but the files aren't actually added

@haileymck haileymck force-pushed the dev/hmckelvie/add-more-integration-tests branch 3 times, most recently from 631c2a2 to c028c9f Compare February 26, 2026 00:09
@haileymck haileymck force-pushed the dev/hmckelvie/add-more-integration-tests branch from 8150b39 to 4ed9ebe Compare March 6, 2026 00:33
@haileymck haileymck force-pushed the dev/hmckelvie/add-more-integration-tests branch 3 times, most recently from 0cfae0d to fe3906b Compare March 6, 2026 18:40
@haileymck haileymck force-pushed the dev/hmckelvie/add-more-integration-tests branch from fe3906b to 7584c9b Compare March 6, 2026 19:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment