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)
49
public bool IsMet => !
_skip
;