eabf3ab371
Addresses #13856 This was originally created by @dotMorten in #20434. Also make SecIdentity.Import use an in-memory keychain on macOS 15+, so that SecIdentity.Import works like all othe other platforms (i.e. not requiring access to the default keychain, which, among other things, is not ideal on bots). --------- Co-authored-by: Morten Nielsen <mort5161@esri.com> Co-authored-by: dotMorten <mn@iter.dk> Co-authored-by: Manuel de la Pena <mandel@microsoft.com> |
||
---|---|---|
.. | ||
ApiAvailabilityTest.cs | ||
ApiCapitalizationTest.cs | ||
ApiTest.KnownFailures.cs | ||
ApiTest.cs | ||
AttributeTest.cs | ||
BlittablePInvokes.KnownFailures.cs | ||
BlittablePInvokes.cs | ||
CecilExtensions.cs | ||
ConstructorTest.cs | ||
Documentation.KnownFailures.txt | ||
Documentation.cs | ||
EnumTest.cs | ||
GenericPInvokes.cs | ||
GetterExceptionTest.cs | ||
Helper.cs | ||
Makefile | ||
MarshalAsTest.cs | ||
ObsoleteTest.cs | ||
OpenTKTest.cs | ||
PreviewApi.cs | ||
ProtocolTest.cs | ||
README.md | ||
Test.cs | ||
cecil-tests.csproj | ||
cecil-tests.sln |
README.md
Cecil-based Tests
Even with the huge variety of tests that we have there's still a few things that are hard to test properly. Some of them can be tested by analyzing the assemblies (IL or metadata). So here we are...