1 instantiation of StaticFileItem
DotNetWatchTasks (1)
src\sdk\src\Dotnet.Watch\dotnet-watch\Watch\MSBuildFileSetResult.cs (1)
31.Select(entry => new StaticFileItem() { FilePath = entry.Key, StaticWebAssetPath = entry.Value }));
1 reference to StaticFileItem
DotNetWatchTasks (1)
src\sdk\src\Dotnet.Watch\dotnet-watch\Watch\MSBuildFileSetResult.cs (1)
25public List<StaticFileItem> StaticFiles { get; init; } = [];