4 references to AssemblyDirectory
Microsoft.AspNetCore.Mvc.Core.Test (4)
ApplicationParts\RelatedAssemblyPartTest.cs (4)
44
var assemblyPath = Path.Combine(
AssemblyDirectory
, "MyAssembly.dll");
58
var expected = $"Related assembly 'DoesNotExist' specified by assembly 'MyAssembly' could not be found in the directory {
AssemblyDirectory
}. Related assemblies must be co-located with the specifying assemblies.";
59
var assemblyPath = Path.Combine(
AssemblyDirectory
, "MyAssembly.dll");
89
public string LocationSettable { get; set; } = Path.Combine(
AssemblyDirectory
, "MyAssembly.dll");