Implemented interface member:
method
ReadAsync
Aspire.Hosting.Rust.ICargoMetadataReader.ReadAsync(System.String, System.String, System.String, System.Collections.Generic.IReadOnlyDictionary<System.String, System.String>, System.Threading.CancellationToken)
2 references to ReadAsync
Aspire.Hosting.Rust.Tests (2)
CargoMetadataTests.cs (2)
293
var metadata = await new CargoMetadataReader().
ReadAsync
(crate.Path, manifestPath: null, "api", environment: ReadOnlyDictionary<string, string>.Empty, TestContext.Current.CancellationToken);
327
() => new CargoMetadataReader().
ReadAsync
(crate.Path, manifestPath: null, "api", environment: ReadOnlyDictionary<string, string>.Empty, TestContext.Current.CancellationToken));