3 implementations of DisplayName
aspire (2)
Projects\DotNetAppHostProject.cs (1)
65
public string
DisplayName
=> "C# (.NET)";
Projects\GuestAppHostProject.cs (1)
84
public string
DisplayName
=> _resolvedLanguage.DisplayName;
Aspire.Cli.Tests (1)
TestServices\TestAppHostProjectFactory.cs (1)
117
public string
DisplayName
=> "C# (.NET)";
3 references to DisplayName
aspire (3)
Projects\LanguageService.cs (1)
134
_interactionService.DisplayMessage("check_mark", $"Language preference saved to local settings: {selectedProject.
DisplayName
}");
Projects\ProjectLocator.cs (2)
91
logger.LogDebug("Found {Language} apphost {CandidateFile}", handler.
DisplayName
, candidateFile.FullName);
232
logger.LogDebug("Using {Language} apphost {ProjectFile}", handler.
DisplayName
, projectFile.FullName);