Dalija Prasnikar replied to pyscripter's topic in Windows API
There is no support for release id as such, but every Windows 10 release id has corresponding build number. For instance Creators is 15063. So you can check whether build is 15063 or greater.
Just noticed that in 10.4
/// Lorem Ipsum....
works just as well as
/// <summary> Lorem Ipsum.... </summary>
This makes in source XML documentation much easier to write. I could not find anything about this in the release notes (or I overlooked). Is this a side effect of the LSP?
Picking up tests solely by [TestFixture] only works if you use {$STRONGLINKTYPES ON} or somehow reference the testcase class - otherwise the linker will strip it.
That is why TDUnitX.RegisterTestFixture usually is a better choice (imo)
@pyscripter
I believe you're wrong on $78 ! its for an overloaded GetAttributeValue function (not SetAttributeValue). So your code is calling an overloaded version of GetAttributeValue instead of SetAttributeValue.