3 writes to Profile
Aspire.Hosting.Rust (1)
RustHostingExtensions.cs (1)
476GetOrAddCargoOptions(builder).Profile = profileName;
Aspire.Hosting.Rust.Tests (2)
RustCargoTargetResolverTests.cs (2)
94var options = new RustCargoOptionsAnnotation { Profile = profile, ReleaseBuild = releaseBuild }; 110var options = new RustCargoOptionsAnnotation { Profile = profile, ReleaseBuild = releaseBuild };
3 references to Profile
Aspire.Hosting.Rust (3)
RustCargoTargetResolver.cs (1)
125var profile = options.Profile
RustHostingExtensions.cs (2)
548if (options.Profile is { } profile) 578if (options.Profile is null && options.ReleaseBuild is null)