1 write to _skip
Microsoft.AspNetCore.InternalTesting (1)
xunit\MaximumOSVersionAttribute.cs (1)
44_skip = _targetOS == _currentOS && _maxVersion < _currentVersion;
1 reference to _skip
Microsoft.AspNetCore.InternalTesting (1)
xunit\MaximumOSVersionAttribute.cs (1)
49public bool IsMet => !_skip;