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