Skip to content
Discussion options

You must be logged in to vote

@toni-schmitt I've just pushed an update that lets you set your own overrideable Args property

public class AppFixture : AspireFixture<Projects.MyAppHost>
{
    protected override string[] Args =>
    [
        "--UseVolumes=false",
        "--UsePostgresWithPersistentLifetime=false",
        "--UsePostgresWithSessionLifetime=true"
    ];
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@toni-schmitt
Comment options

Answer selected by toni-schmitt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants