-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Created New TUnit Aspire templates #1880
base: main
Are you sure you want to change the base?
Conversation
The pending code quality issues are mainly default Aspire template stuff. How would you like me to proceed? |
That's fine - Don't worry about it. |
Wondering if we can come up with better names?
I also think an extra full stop would be better e.g. |
...s.Tests/Snapshots/InstantiationTest.TUnit.Aspire._.verified/TUnit.Aspire/TUnit.Aspire.csproj
Outdated
Show resolved
Hide resolved
....AspireStarter._.verified/TUnit.AspireStarter/TUnit.AspireStarter.TestProject/GlobalSetup.cs
Outdated
Show resolved
Hide resolved
....AspireStarter._.verified/TUnit.AspireStarter/TUnit.AspireStarter.TestProject/GlobalSetup.cs
Outdated
Show resolved
Hide resolved
....AspireStarter._.verified/TUnit.AspireStarter/TUnit.AspireStarter.TestProject/GlobalSetup.cs
Outdated
Show resolved
Hide resolved
....TUnit.AspireStarter._.verified/TUnit.AspireStarter/TUnit.AspireStarter.TestProject/Hooks.cs
Outdated
Show resolved
Hide resolved
...d/TUnit.AspireStarter/TUnit.AspireStarter.TestProject/TUnit.AspireStarter.TestProject.csproj
Outdated
Show resolved
Hide resolved
...pireStarter._.verified/TUnit.AspireStarter/TUnit.AspireStarter.TestProject/Tests/ApiTests.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Tom Longhurst <30480171+thomhurst@users.noreply.github.com>
I have renamed |
@thomhurst, I have fixed all the reviews you left. Feel free to let me know if there is anything else I need to fix. Thank you for the assistance with this 😊 |
Should be ready to go now @thomhurst |
Head branch was pushed to by a user without write access
I have added two new template types to the template pack. This feature Resolves #1875
TUnit.Aspire which is based on the .NET Aspire NUnit Template
TUnit.AspireStarter is based on the .NET Aspire Starter template and creates the following project types. The projects are prefixed with Example.Namespace so that the projects will be prefixed with the user's namespace on project creation. Eg MyNamespace.TestProject, or MyNamespace.Apphost.