6 references to Add
Microsoft.AspNetCore.Razor.Test.Common (6)
ConditionalFactAttribute.cs (6)
178
Add
(Is.Windows, static () => PlatformInformation.IsWindows);
179
Add
(Is.Linux, static () => PlatformInformation.IsLinux);
180
Add
(Is.MacOS, static () => PlatformInformation.IsMacOS);
181
Add
(Is.FreeBSD, static () => PlatformInformation.IsFreeBSD);
182
Add
(Is.AnyUnix, static () => PlatformInformation.IsLinux ||
185
Add
(Is.EnglishLocale, static () =>