Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayG <jguady@users.noreply.github.com>2017-04-27 04:51:54 +0300
committerDan Moseley <danmose@microsoft.com>2017-04-27 04:51:54 +0300
commit33df5e0560f006e8298fd42b441b92b2d5eac671 (patch)
tree47c134e4d82c3443b3f54b040689d50ed6ce98d3 /pkg/Microsoft.Private.CoreFx.UAP
parentfeae0b6a325858adf1a697d6b2576a9424352663 (diff)
Implemented CAS Stubs for System.Security (#18914)
* Remove assert that trips on Windows 7 Win7 is getting different failure codes from the CAPI-via-CNG tests with DSA, and removing the assert makes the tests pass. So replacing the assert with a comment. Since this is opportunistic recovery from an exception, it seems reasonable to try no matter what the exception is. * Update CoreClr, CoreFx to preview2-25221-07, preview2-25222-01, respectively (#18771) * Implemented a couple missing CAS stubs (#18629) * Added DBDataPermission and Attribute CAS Stub * Added System.Drawing.Printing missing CAS Stubs Modified S.D.Common Stubs using generated. * Added Virtual to DBDataPermission.CreateInstance. Added System.Drawing.Printing missing CAS Stubs * cleaned branch * Removed Obsolete attribute, CAS types * Removed additional CAS permissions * Added back Obsolete attribute * Return null from PrintingPermission * Added DBDataPermission and Attribute CAS Stub * Added System.Drawing.Printing missing CAS Stubs Modified S.D.Common Stubs using generated. * Added Virtual to DBDataPermission.CreateInstance. Added System.Drawing.Printing missing CAS Stubs * cleaned branch * Removed Obsolete attribute, CAS types * Removed additional CAS permissions * Added back Obsolete attribute * config file changes * Sorted S.S.P .csproj file and added pkg exclusion * Fixed indent in pkg file * Reverted Merge of itemgroups in S.S.P.csproj * Added Exclusion to UAP pkg, Reverted net461.ignore, Removed Obsolete from added ref/src stubs * Added References to netfx build for Facades * Removed added lines in netfx461.txt * Added S.D.SqlClient types and S.Diag types * License for S.Diag files * Added Diagnostic Types, Net and Peer to Peer types * Added WebPermission, attribute, and network access * Added SocketPermission and TransportType * added smtp permission * Added EndpointPermission * Added DistributedTransactionPermission * Added OleDbPermissionAttribute * Cleanup of build files, Added * Added Spaces after License. Serialization still fails for collection classes with internal default constructors. * Removed Serializable attribute on a few classes, modified Serialization test
Diffstat (limited to 'pkg/Microsoft.Private.CoreFx.UAP')
-rw-r--r--pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj b/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj
index 2e124615d6..83be8cad6b 100644
--- a/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj
+++ b/pkg/Microsoft.Private.CoreFx.UAP/Microsoft.Private.CoreFx.UAP.pkgproj
@@ -32,6 +32,8 @@
<ExcludeFromClosure Include="System.Core" />
<ExcludeFromClosure Include="System.Data" />
<ExcludeFromClosure Include="System.Drawing" />
+ <ExcludeFromClosure Include="System.Net" />
+ <ExcludeFromClosure Include="System.Transactions" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />