6 references to ToRadiusTypeString
Aspire.Hosting.Radius (6)
Publishing\RadiusInfrastructureBuilder.cs (1)
1950StoreType = store.Type.ToRadiusTypeString(),
Secrets\RadiusSecretStoreValidation.cs (5)
159$"Secret store '{store.Name}' of type '{store.Type.ToRadiusTypeString()}' is missing " + 181$"invalid for a '{store.Type.ToRadiusTypeString()}' store. Diagnostic: ASPIRERADIUS047."); 252$"Secret store '{store.Name}' of type '{store.Type.ToRadiusTypeString()}' is referenced as a " + 253$"{DescribeKind(consumer.Kind)} consumer, which requires a '{RadiusSecretStoreType.BasicAuthentication.ToRadiusTypeString()}' store. " + 275$"(typically a '{RadiusSecretStoreType.Generic.ToRadiusTypeString()}' store). Declared keys: " +