├── .gitattributes ├── .github └── ISSUE_TEMPLATE │ └── config.yml ├── .gitignore ├── Documentation ├── KnownIssues │ ├── 776516-InvalidOperationException in System_Web_ni!System.Web.Hosting.RecycleLimitMonitor+RecycleLimitMonitorSingleton.AlertProxyMonitors.md │ ├── README.md │ ├── Template │ │ └── NETFXKnownIssuesTemplate.md │ ├── wpf-binding-issue.md │ └── wpf-pma-window-drag.md ├── README.md ├── compatibility │ ├── ! Template.md │ ├── !categories.md │ ├── ASPNET-accessibility-improvement.md │ ├── Change-SignedXML-and-SignedCMS-default-algorithms-to-SHA256.md │ ├── GetECDsaPublicKey-correctly-handles-brainpool-curves.md │ ├── README.md │ ├── RSACng-and-DSACng-not-usable-in-Partial-Trust-scenarios.md │ ├── SerialPort-background-thread-exceptions.md │ ├── ServiceBase-doesnt-propagate-OnStart-exceptions.md │ ├── SignedXml.GetPublicKey-returns-RSACng-on-net462.md │ ├── Stack-traces-obtained-when-using-portable-PDBs-now-include-source-file-and-line-information-if-requested.md │ ├── WCF-AddressHeaderCollection-now-throws-an-ArgumentException-if-an-addressHeader-element-is-null.md │ ├── WCF-Improved-WCF-chain-trust-certificate-validation-for-Net.Tcp-certificate-authentication.md │ ├── WCF-MsmqSecureHashAlgorithm-default-value-is-now-SHA256.md │ ├── WCF-PipeConnection.GetHashAlgorithm-now-uses-SHA256.md │ ├── WCFSDKToolsAccessibilityChangesIn4.7.1.md │ ├── a-concurrentdictionary-serialized-in-_net-4_5-with-netdatacontractserializer-cannot-be-deserialized-by-_net-4_5_1-or-4_5_2.md │ ├── accessing-a-wpf-datagrid's-selected-items-from-a-handler-of-the-datagrid's-unloadingrow-event-can-cause-a-nullreferenceexception.md │ ├── ado_net-now-attempts-to-automatically-reconnect-broken-sql-connections.md │ ├── aescryptoserviceprovider-decryptor-provides-a-reusable-transform.md │ ├── appdomainsetup_dynamicbase-is-no-longer-randomized-by-userandomizedstringhashalgorithm.md │ ├── application_filtermessage-no-longer-throws-for-re-entrant-implementations-of-imessagefilter_prefiltermessage.md │ ├── apps-published-with-clickonce-that-use-a-sha-256-code-signing-certificate-may-fail-on-windows-2003.md │ ├── asp-net-httpruntime-appdomainapppath-throws-nullreferenceexception.md │ ├── asp_net-mvc-now-escapes-spaces-in-strings-passed-in-via-route-parameters.md │ ├── aspnet-472-compat-doc.md │ ├── aspnet-asp.net-validationcontext.membername-is-null-sometimes.md │ ├── aspnet-fix-handling-input-and-label-attributes-for-webforms-checkbox-control.md │ ├── aspnet-invalid-results-from-httprequest.getattributefromheader.md │ ├── assemblies-compiled-with-regex_compiletoassembly-breaks-between-4_0-and-4_5.md │ ├── binaryformatter-can-fail-to-find-type-from-loadfrom-context.md │ ├── binding-a-wpf-selector-property-(such-as-'selecteditem')-to-a-static-property-does-not-work.md │ ├── blockingcollection_trytakefromany-does-not-throw-anymore.md │ ├── building-an-entity-framework-edmx-with-visual-studio-2013-can-fail-with-error-msb4062-if-using-the-entitydeploysplit-or-entityclean-tasks.md │ ├── calling-attribute_getcustomattributes-on-an-indexer-property-no-longer-throws-ambiguousmatchexception.md │ ├── calling-createdefaultauthorizationcontext-with-a-null-argument-has-changed.md │ ├── calling-datagrid_commitedit-from-a-celleditending-handler-drops-focus.md │ ├── calling-items_refresh-on-a-wpf-listbox-or-listview-or-datagrid-with-items-selected-can-cause-duplicate-items-to-appear-in-the-element.md │ ├── calls-to-claimsidentity-constructors.md │ ├── certificate-eku-oid-validation.md │ ├── change-in-behavior-for-task_waitall-methods-with-time-out-arguments.md │ ├── change-in-behavior-in-data-definition-language-(ddl)-apis.md │ ├── change-in-path-separator-character-in-zip-files.md │ ├── changes-in-path-normalization.md │ ├── changing-the-isenabled-property-of-the-parent-of-a-textblock-control-affects-any-child-controls.md │ ├── clickonce-supports-sha-256-on-4_0-targeted-apps.md │ ├── clr_critical_section_spin_wait_removal.md │ ├── code-contracts-and-string-isnullorempty-compiler-warning.md │ ├── coerceisselectionboxhighlighted.md │ ├── compiler-support-for-type-forwarding-when-multi-targeting-mscorlib.md │ ├── concurrentqueue_trypeek-can-return-an-erroneous-null-via-its-out-parameter.md │ ├── connection-pool-blocking-period-for-azure-sql-databases-is-removed.md │ ├── contentdisposition-datetimes-returns-slightly-different-string.md │ ├── cor_prf_gc_root_handles-are-not-being-enumerated-by-profilers.md │ ├── cryptographicexception-not-thrown-in-fips-mode.md │ ├── cspparameters_parentwindowhandle-now-expects-hwnd-value.md │ ├── currentculture-flows-across-tasks.md │ ├── currentculture-not-preserved-across-wpf-dispatcher-operations.md │ ├── data-written-to-printsystemjobinfo-jobstream-must-be-in-xps-format.md │ ├── datagridcellspanel_bringintoview-throws-argumentoutofrangeexception.md │ ├── dataobject_getdata-now-retrieves-data-as-utf-8.md │ ├── dbparameter_precision-and-dbparameter_scale-are-now-public-virtual-members.md │ ├── deflatestream-uses-native-apis-for-decompression.md │ ├── deserialization-of-objects-across-appdomains-can-fail.md │ ├── different-exception-handling-for-objectcontext_createdatabase-and-dbproviderservices_createdatabase-methods.md │ ├── ef-no-longer-throws-for-queryviews-with-specific-characteristics.md │ ├── ef-version-must-match-netfx-version.md │ ├── encoderparameter-ctor-is-obsolete.md │ ├── entityframework-6_0-loads-very-slowly-in-apps-launched-from-visual-studio.md │ ├── enumerable_empty-always-returns-cached-instance.md │ ├── error-codes-for-maxrequestlength-or-maxreceivedmessagesize-are-different.md │ ├── etw-event-names-cannot-differ-only-by-suffix.md │ ├── etw-eventlisteners-do-not-capture-events-from-providers-with-explicit-keywords.md │ ├── eventlistener-truncates-strings-with-embedded-nulls.md │ ├── eventsource_writeevent-impls-must-pass-writeevent-the-same-parameters-that-it-received-(plus-id).md │ ├── exception-message-has-changed-for-failed-datacontract-serialization-in-case-of-an-unknown-type.md │ ├── exceptions-during-unobserved-processing-in-system_threading_tasks_task-no-longer-propagate-on-finalizer-thread.md │ ├── flowdocument-may-show-an-extra-line-of-text.md │ ├── foreach-iterator-variable-is-now-scoped-within-the-iteration.md │ ├── glyphrun-computeinkboundingbox-and-formattedtext-extent-return-different-values-beginning-in-dotnet-4-5.md │ ├── gridviews-with-allowcustompaging-set-to-true-may-fire-the-pageindexchanging-event-when-leaving-the-final-page-of-the-view.md │ ├── horizontal-scrolling-and-virtualization.md │ ├── htmltextwriter-does-not-render-br-element-correctly.md │ ├── httprequest_contentencoding-property-prohibits-utf7.md │ ├── httputility_javascriptstringencode-escapes-ampersand.md │ ├── iasyncresult_completedsynchronously-property-must-be-correct-for-the-resulting-task-to-complete.md │ ├── icommand_canexecutechanged-event-behaviour-changed-in-_net-4_5.md │ ├── il-ret-not-allowed-in-a-try-region.md │ ├── incorrect-code-generation-when-passing-and-comparing-uint16-values.md │ ├── incorrect-implementation-of-memberdescriptor_equals.md │ ├── intermittently-unable-to-scroll-to-bottom-item-in-itemscontrols-when-using-customer-datatemplates.md │ ├── interop-enable-winrt-iagileobject.md │ ├── interop-event-handlers-safearray.md │ ├── ipad-should-not-be-used-in-custom-capabilities-file-because-it-is-now-a-browser-capability.md │ ├── item-scrolling-a-flat-list-with-items-of-different-pixel-height.md │ ├── items_clear-does-not-remove-duplicates-from-selecteditems.md │ ├── keytips-behavior-improved-in-wpf.md │ ├── linq-to-ef-join-throws-argumentoutofrangeexception.md │ ├── list_foreach-can-throw-exception-when-modifying-list-item.md │ ├── list_sort-algorithm-changed.md │ ├── listboxitem-isselected-binding-issue-with-observablecollection_move.md │ ├── log-file-name-created-by-the-objectcontext_createdatabase-method-has-changed-to-match-sql-server-specifications.md │ ├── long-path-support.md │ ├── machinekey_encode-and-machinekey_decode-methods-are-now-obsolete.md │ ├── managed-browser-hosting-controls-from-the-_net-framework-1_1-and-2_0-are-blocked.md │ ├── marshal_sizeof-and-marshal_ptrtostructure-overloads-break-dynamic-code.md │ ├── mef-catalogs-implement-ienumerable-and-therefore-can-no-longer-be-used-to-create-a-serializer.md │ ├── minfreememorypercentagetoactiveservice-is-now-respected.md │ ├── missing-target-framework-moniker-results-in-4_0-behavior.md │ ├── multi-line-asp_net-textbox-spacing-changed-when-using-antixssencoder.md │ ├── multiple-items-in-a-single-tablelayoutpanel-cell-may-be-rearranged.md │ ├── netdatacontractserializer-fails-to-deserialize-a-concurrentdictionary-serialized-with-a-different-_net-version.md │ ├── new-(ambiguous)-dispatcher_invoke-overloads-could-result-in-different-behavior.md │ ├── new-64-bit-jit-compiler.md │ ├── new-enum-values-in-wpf's-pagerangeselection.md │ ├── no-longer-able-to-set-enableviewstatemac-to-false.md │ ├── non-pooled-sql-connections-will-leak-memory-if-not-explicitly-disposed.md │ ├── null-coalescer-values-are-not-visible-in-debugger-until-one-step-later.md │ ├── objectcontext_translate-and-objectcontext_executestorequery-now-support-enum-type.md │ ├── objectdisposedexception-thrown-by-wpf-spellchecker.md │ ├── obsoleteattribute-exports-as-both-obsoleteattribute-and-deprecatedattribute-in-winmd-scenarios.md │ ├── only-tls-1_0-1_1-and-1_2-protocols-supported-in-system_net_servicepointmanager-and-system_net_security_sslstream.md │ ├── operationcontext-current-returns-null-in-a-using-clause.md │ ├── opt-in-break-to-revert-from-different-4_5-sql-generation-to-simpler-4_0-sql-generation.md │ ├── page_loadcomplete-event-no-longer-causes-system_web_ui_webcontrols_entitydatasource-control-to-invoke-data-binding.md │ ├── path-colon-checks-are-stricter.md │ ├── persian-calendar-now-uses-the-hijri-solar-algorithm.md │ ├── previewlostkeyboardfocus-is-called-repeatedly-if-its-handler-shows-a-message-box.md │ ├── product-versioning-changes-in-net-framework-4-6-and-later.md │ ├── profiling-asp_net-mvc4-apps-can-lead-to-fatal-execution-engine-error.md │ ├── reflection-objects-can-no-longer-be-passed-from-managed-code-to-out-of-process-dcom-clients.md │ ├── remove-ssl3-from-the-wcf-transportdefaults.md │ ├── resgen-block-mark-of-the-web-content.md │ ├── resolveassemblyreference-task-now-warns-of-dependencies-with-the-wrong-architecture.md │ ├── ribbongroup-background-is-set-to-transparent-in-localized-builds.md │ ├── right-clicking-on-a-wpf-datagrid-row-header-changes-the-datagrid-selection.md │ ├── rsacng-now-correctly-loads-rsa-keys-of-non-standard-keysize.md │ ├── rsacng_verifyhash-now-returns-false-for-any-verification-failure.md │ ├── scrolling-a-wpf-treeview-or-grouped-listbox-in-a-virtualizingstackpanel-can-cause-a-hang.md │ ├── serialization-deserialization-of-mailmessage-objects.md │ ├── serialization-of-control-characters-with-datacontractjsonserializer-is-now-compatible-with-ecmascript-v6-and-v8.md │ ├── servicepointmanager.securityprotocol-defaults-to-securityprotocoltype.systemdefault.md │ ├── sharing-session-state-with-asp_net-stateserver-requires-all-servers-in-the-web-farm-to-use-the-same-_net-framework-version.md │ ├── soapformatter-cannot-deserialize-hashtable-and-similar-ordered-collection-objects.md │ ├── some-_net-apis-cause-first-chance-(handled)-entrypointnotfoundexceptions.md │ ├── some-workflow-drag-and-drop-apis-are-obsolete.md │ ├── sql-server-database-connection-that-resolves-to-localhost.md │ ├── sql_variant-data-uses-sql_variant-collation-rather-than-database-collation.md │ ├── sqlbulkcopy-uses-destination-column-encoding-for-strings.md │ ├── sqlconnection-can-no-longer-connect-to-sql-server-1997-or-databases-using-the-via-adapter.md │ ├── sqlconnection_open-fails-on-windows-7-with-non-ifs-winsock-bsp-or-lsp-present.md │ ├── sslstream-support-for-tls-alerts.md │ ├── system_activities-is-now-aptca.md │ ├── system_net_peertopeer_collaboration-unavailable-on-windows-8.md │ ├── system_servicemodel_web_webservicehost-object-no-longer-adds-a-default-endpoint.md │ ├── system_threading_monitor_lock_acquisition_scalability_improvement.md │ ├── system_threading_tasks_task-no-longer-throw-objectdisposedexception-after-object-is-disposed.md │ ├── system_threading_timer_lock_contention_improvement.md │ ├── system_uri-escaping-now-supports-rfc-3986.md │ ├── system_uri-parsing-adheres-to-rfc-3987.md │ ├── system_uri_iswellformeduristring-method-returns-false-for-relative-uris-with-a-colon-char-in-first-segment.md │ ├── targetframeworkname-for-default-app-domain-no-longer-defaults-to-null-if-not-set.md │ ├── the-_net-framework-4_6-does-not-use-a-4_5_x_x-version-when-registering-itself-in-the-registry.md │ ├── the-replace-method-in-odata-urls-is-disabled-by-default.md │ ├── throttle-concurrent-requests-per-session.md │ ├── tls-1-x-by-default-passes-sch-send-aux-record-flag-to-the-underlying-schannel-api.md │ ├── two-way-data-binding-to-a-property-with-a-non-public-setter-is-not-supported.md │ ├── type_isassignablefrom-returns-wrong-result-for-generic-variables-with-constraints.md │ ├── unexpected-invalidcastexception-from-invokemethod-activity-in-wf4.md │ ├── unicode-data-now-support-standard-v8_0-categories.md │ ├── uri-reserved-characters-consistent.md │ ├── uri-unc-shares-normalized.md │ ├── uri-unicode-bidirectional-characters.md │ ├── uri-unicode-scheme-only-relative.md │ ├── vb_net-no-longer-supports-partial-namespace-qualification-for-system_windows-apis.md │ ├── wcf-accessbility-combobox-high-contrast-issue-in-svcTraceViewer-tool.md │ ├── wcf-avoid-endless-recursion-in-two-iworkflowinstancemanagement-apis.md │ ├── wcf-binding-with-the-transportwithmessagecredential-security-mode.md │ ├── wcf-deadlock-results-when-using-reentrant-services.md │ ├── wcf-message-security-unable-to-use-tls1_1-and-tls1_2.md │ ├── wcf-services-using-nettcp-with-ssl-security-and-md5-certificate-authentication.md │ ├── wcf-transport-security-supports-certificates-stored-using-cng.md │ ├── webutility_htmldecode-no-longer-decodes-invalid-input-sequences.md │ ├── webutility_htmlencode-and-webutility_htmldecode-round-trip-bmp-correctly.md │ ├── wf-serializes-expressions_literal-datetimes-differently.md │ ├── windows-forms-icon-tobitmap-method-successfully-converts-icons-with-png-frames.md │ ├── winform's-DomainUpDownControl-button's-actions-in-sync.md │ ├── winform's-checkforoverflowunderflow-property-is-now-true-for-system_drawing.md │ ├── winforms-ContextMenuStrip-SourceControl-property-change.md │ ├── winforms-PrivateFontCollection-Font-handle-leak-fix.md │ ├── winforms-accessibility-changes-471.md │ ├── winforms-accessibility-changes-472.md │ ├── winforms-accessibility-changes-48.md │ ├── winforms-hdpi-changes-48.md │ ├── winrt-stream-adapters-no-long-call-flushasync-automatically-on-close.md │ ├── workflow-3_0-types-are-obsolete.md │ ├── workflow-checksums-changed-from-md5-to-sha1.md │ ├── workflow-designer-accessibility-4-8.md │ ├── workflow-designer-accessibility.md │ ├── workflow-now-throws-original-exception-instead-of-nullreferenceexception-in-some-cases.md │ ├── workflow-sql-persistence-adds-primary-key-clusters-and-disallows-null-values-in-some-columns.md │ ├── workflow-xaml-checksums-for-symbols-changed-from-sha1-to-sha256.md │ ├── workflow-xoml-definition-and-sqltrackingservice-caches-changed-from-md5-to-sha256.md │ ├── workflow-xoml-file-checksums-changed-from-md5-to-sha256.md │ ├── workflowdesigner_load-doesn't-remove-symbol-property.md │ ├── wpf-AppDomain-shutdown-handling-may-now-call-Dispatcher.Invoke-in-cleanup-of-WeakEvents.md │ ├── wpf-HwndHost-child-hwnd-correct-size-during-DPI-changes.md │ ├── wpf-KB-focus-now-moves-correctly-across-hosting-scenarios.md │ ├── wpf-MarkupCompiler-default-hash-algorithm-is-now-SHA256.md │ ├── wpf-MasterDetail-ADOdata-PrimaryKey.md │ ├── wpf-PackageDigitalSignatureManager.DefaultHashAlgorithm-is-now-SHA256.md │ ├── wpf-SelectionTextBrush-property-for-non-adorner-selection.md │ ├── wpf-TextBox-PasswordBox-text-selection-does-not-follow-system-colors.md │ ├── wpf-accessibility-improvements-48.md │ ├── wpf-accessibility-improvements.MD │ ├── wpf-aero2-and-aerolite-themes-toggle-button-doesn't-show-any-state.md │ ├── wpf-chained-popups-with-StaysOpen-false.md │ ├── wpf-databinding-should-use-key-not-indexer.md │ ├── wpf-datatemplate-elements-are-now-visible-to-uia.md │ ├── wpf-dispatchersynchronizationcontext_createcopy-now-returns-a-new-copy-instead-of-the-current-instance.md │ ├── wpf-focus-visual-for-radiobutton-and-checkbox-displays-correctly-when-there-is-no-content.md │ ├── wpf-grid-allocation-of-space-to-star-columns.md │ ├── wpf-grid-row-size-allocation-with-collapsed-element.md │ ├── wpf-hang-listbox-duplicate-valuetypes.md │ ├── wpf-hang-when-resizing-a-grid.md │ ├── wpf-keyboard-navigation-listbox-hyperlink.md │ ├── wpf-layout-rounding-of-margins-has-changed.md │ ├── wpf-nullreferenceexception-in-exception-handling-code-from-imagesourceconverter_convertfrom.md │ ├── wpf-pencontext-disable-method-calls-on-touch-enabled-systems-may-throw-argumentexception.md │ ├── wpf-performace-improvement-grouping-automation.md │ ├── wpf-pointer-based-touch-stack.md │ ├── wpf-printing-stack-update.md │ ├── wpf-selector-crash-when-removing-item-from-custom-collection.md │ ├── wpf-selector-selectionchanged-and-selectedvalue.md │ ├── wpf-spawns-a-wisptis_exe-process-which-can-freeze-the-mouse.md │ ├── wpf-spell-checking-fail-in-unexpected-ways.md │ ├── wpf-spell-checking-in-text-enabled-controls-will-not-work-in-windows-10-for-languages-not-in-the-input-language-list.md │ ├── wpf-tabcontrol-selectionchanged-and-selectedcontent.md │ ├── wpf-textbox-defaults-to-undo-limit-of-100.md │ ├── wpf-textbox-selected-text-appears-a-different-color-when-the-text-box-is-inactive.md │ ├── wpf-textbox_text-can-be-out-of-sync-with-databinding.md │ ├── wpf-treeviewitem-must-be-used-within-a-treeview.md │ ├── wpf-windows-are-rendered-without-clipping-when-extending-outside-a-single-monitor.md │ ├── x509certificate2_tostring(bool)-does-not-throw-now-when-dotnet-cannot-handle-the-certificate.md │ ├── x509certificateclaimset_findclaims-considers-all-claimtypes.md │ ├── xml-documents-are-now-consider-invalid-if-they-contains-transforms-that-are-not-allowed-on-digital-signatures.md │ ├── xml-schema-validation-is-stricter.md │ ├── xmlschemaexception-now-sets-line-positions-properly.md │ ├── xmlserializer-fails-while-serializing-a-type-that-hides-an-accessible-member-with-an-inaccessible-one.md │ ├── xmlserializer-serializes-fields-differently-in-4_5.md │ ├── xmltextreader-dtd-entity-expansion-is-limited-to-10000000-characters.md │ ├── xmlwriter-throws-on-invalid-surrogate-pairs.md │ ├── xsd-schema-validation-now-correctly-detects-violations-of-unique-constraints-if-compound-keys-are-used-and-one-key-is-empty.md │ ├── xslt-forward-compat-now-works.md │ └── xslt-style-sheet-exception-message-changed.md └── testing-with-ryujit.md ├── LICENSE ├── README.md ├── SECURITY.md ├── data └── platforms.json ├── docs ├── ecosystem-issues.md └── testing-with-ryujit.md ├── dotnet-consumer-projects.md ├── dotnet-developer-projects.md ├── dotnet-free-oss-services.md ├── releases ├── README.md ├── UWP │ ├── LICENSE.TXT │ ├── README.md │ ├── net-native1.4 │ │ └── README.md │ ├── net-native1.6 │ │ └── README.md │ ├── net-native1.7 │ │ └── README.md │ ├── net-native2.0 │ │ ├── README.md │ │ ├── funceval.md │ │ ├── images │ │ │ ├── funceval-0.png │ │ │ ├── funceval-1.png │ │ │ └── funceval-2.png │ │ └── incremental-compilation.md │ ├── net-native2.1 │ │ └── README.md │ └── net-native2.2 │ │ └── README.md ├── net45 │ └── README.md ├── net451 │ └── README.md ├── net452 │ └── README.md ├── net46 │ ├── README.md │ ├── dotnet46-api-changes.html │ ├── dotnet46-api-changes.md │ └── dotnet46-changes.md ├── net461 │ ├── README.md │ ├── dotnet461-api-changes.md │ └── dotnet461-changes.md ├── net462 │ ├── README.md │ ├── dotnet462-api-changes.md │ └── dotnet462-changes.md ├── net47 │ ├── README.md │ ├── dotnet47-api-changes.md │ └── dotnet47-changes.md ├── net471 │ ├── KnownIssues │ │ ├── 470006-GC Crashes with high rate of large object allocation.md │ │ ├── 479874-WPF Touch Stops Working After Prolonged Use of Popups.md │ │ ├── 481090-WPF Touch generates NullReferenceException in ProcessInputReport.md │ │ ├── 489937-WPF Touch and Stylus AccessViolation in GetPenEventMultiple.md │ │ ├── 493108-WPF InvalidCastException when displaying a checked MenuItem.md │ │ ├── 510901-BCL Apps targeting .NET-4.6.1 that use .NET Standard libraries might be broken when running on .NET 4.7.1.md │ │ ├── 514195-Targeting .NET Framework 4.7.1 copies extra files to your bin directory.md │ │ ├── 517815-BCL Applications making heavy use of System.Diagnostics.StackTrace might run more slowly on .NET 4.7.1.md │ │ ├── 517815-BCL Stack traces are missing source information for frames with debug information in the Portable PDB format.md │ │ ├── 521954 - BCL CultureAwareComparer with ignore casing on serialized on previous versions of .NET do not correctly deserialize on .NET 4.7.1.md │ │ ├── 523633 - Setup - OS upgrade to Windows 10 gets the product in bad state.md │ │ ├── 534719-Networking ServicePoint.ConnectionLimit default behavior with loopback changed unexpectedly.md │ │ ├── 534719-Networking.ServicePoint.ConnectionLimit default behavior changed.md │ │ ├── 553390 - BCL - SGEN crashes because it references System.IO.Compression.ZipFile.dll.md │ │ └── 623552-BCL Higher assembly versions that 4.0.0.0 for System.IO.Compression.ZipFile cannot be loaded without a binding redirect.md │ ├── README.md │ ├── dotnet471-api-changes.md │ ├── dotnet471-changes.md │ └── dotnet471-known-issues.md ├── net472 │ ├── KnownIssues │ │ ├── 405199 - WPF Non-Adorner TextSelection Occludes Text.md │ │ ├── 504055 - WPF May Not Show Touch Keyboard In All Scenarios on Windows 10 April 2018 Update.md │ │ ├── 560016-XBAP Applications targeting .NET 2.0,3.5 select wrong runtime version.md │ │ ├── 593963 - WPF Exceptions during AppDomain or process shutdown.md │ │ ├── 599936 - Narrator does not annouce the ReadOnly Status for DataGridView TextBox column with the TextBox column Readonly property set as true.md │ │ ├── 611802 - SQLConnection.ConnectionString throws NullReferenceException .md │ │ ├── 613745 - Single-name references are removed by the SDK when targeting 4.7.2.md │ │ ├── 669153 - Remoting calls made within a transaction can lead to Transaction.Current incorrectly returning null.md │ │ ├── 695400 - Setup fails to install the product after migrating OS from Windows 7 or Windows Server 2008 R2.md │ │ └── 706819 - Winforms applications may have problems rendering UI on latest Operating Systems.md │ ├── README.md │ ├── dotnet472-api-changes.md │ ├── dotnet472-changes.md │ └── dotnet472-known-issues.md ├── net48 │ ├── KnownIssues │ │ ├── 776516-InvalidOperationException in System_Web_ni!System.Web.Hosting.RecycleLimitMonitor+RecycleLimitMonitorSingleton.AlertProxyMonitors.md │ │ └── wpf-pma-window-drag.md │ ├── README.md │ ├── dotnet48-api-changes.md │ ├── dotnet48-changes.md │ └── dotnet48-known-issues.md ├── net481 │ ├── KnownIssues │ │ └── 4.x WCF optional components.md │ ├── README.md │ ├── dotnet481-changes.md │ └── dotnet481-known-issues.md └── reference-assemblies │ └── README.md ├── src └── bc-readme-gen │ ├── Program.cs │ ├── README-template.md │ ├── README.md │ └── bcreadgen.csproj └── tools └── DrainNGENQueue ├── DrainNGenQueue.ps1 └── DrainNGenQueue.wsf /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/.gitignore -------------------------------------------------------------------------------- /Documentation/KnownIssues/776516-InvalidOperationException in System_Web_ni!System.Web.Hosting.RecycleLimitMonitor+RecycleLimitMonitorSingleton.AlertProxyMonitors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/KnownIssues/776516-InvalidOperationException in System_Web_ni!System.Web.Hosting.RecycleLimitMonitor+RecycleLimitMonitorSingleton.AlertProxyMonitors.md -------------------------------------------------------------------------------- /Documentation/KnownIssues/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/KnownIssues/README.md -------------------------------------------------------------------------------- /Documentation/KnownIssues/Template/NETFXKnownIssuesTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/KnownIssues/Template/NETFXKnownIssuesTemplate.md -------------------------------------------------------------------------------- /Documentation/KnownIssues/wpf-binding-issue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/KnownIssues/wpf-binding-issue.md -------------------------------------------------------------------------------- /Documentation/KnownIssues/wpf-pma-window-drag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/KnownIssues/wpf-pma-window-drag.md -------------------------------------------------------------------------------- /Documentation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/README.md -------------------------------------------------------------------------------- /Documentation/compatibility/! Template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/! Template.md -------------------------------------------------------------------------------- /Documentation/compatibility/!categories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/!categories.md -------------------------------------------------------------------------------- /Documentation/compatibility/ASPNET-accessibility-improvement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/ASPNET-accessibility-improvement.md -------------------------------------------------------------------------------- /Documentation/compatibility/Change-SignedXML-and-SignedCMS-default-algorithms-to-SHA256.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/Change-SignedXML-and-SignedCMS-default-algorithms-to-SHA256.md -------------------------------------------------------------------------------- /Documentation/compatibility/GetECDsaPublicKey-correctly-handles-brainpool-curves.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/GetECDsaPublicKey-correctly-handles-brainpool-curves.md -------------------------------------------------------------------------------- /Documentation/compatibility/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/README.md -------------------------------------------------------------------------------- /Documentation/compatibility/RSACng-and-DSACng-not-usable-in-Partial-Trust-scenarios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/RSACng-and-DSACng-not-usable-in-Partial-Trust-scenarios.md -------------------------------------------------------------------------------- /Documentation/compatibility/SerialPort-background-thread-exceptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/SerialPort-background-thread-exceptions.md -------------------------------------------------------------------------------- /Documentation/compatibility/ServiceBase-doesnt-propagate-OnStart-exceptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/ServiceBase-doesnt-propagate-OnStart-exceptions.md -------------------------------------------------------------------------------- /Documentation/compatibility/SignedXml.GetPublicKey-returns-RSACng-on-net462.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/SignedXml.GetPublicKey-returns-RSACng-on-net462.md -------------------------------------------------------------------------------- /Documentation/compatibility/Stack-traces-obtained-when-using-portable-PDBs-now-include-source-file-and-line-information-if-requested.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/Stack-traces-obtained-when-using-portable-PDBs-now-include-source-file-and-line-information-if-requested.md -------------------------------------------------------------------------------- /Documentation/compatibility/WCF-AddressHeaderCollection-now-throws-an-ArgumentException-if-an-addressHeader-element-is-null.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/WCF-AddressHeaderCollection-now-throws-an-ArgumentException-if-an-addressHeader-element-is-null.md -------------------------------------------------------------------------------- /Documentation/compatibility/WCF-Improved-WCF-chain-trust-certificate-validation-for-Net.Tcp-certificate-authentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/WCF-Improved-WCF-chain-trust-certificate-validation-for-Net.Tcp-certificate-authentication.md -------------------------------------------------------------------------------- /Documentation/compatibility/WCF-MsmqSecureHashAlgorithm-default-value-is-now-SHA256.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/WCF-MsmqSecureHashAlgorithm-default-value-is-now-SHA256.md -------------------------------------------------------------------------------- /Documentation/compatibility/WCF-PipeConnection.GetHashAlgorithm-now-uses-SHA256.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/WCF-PipeConnection.GetHashAlgorithm-now-uses-SHA256.md -------------------------------------------------------------------------------- /Documentation/compatibility/WCFSDKToolsAccessibilityChangesIn4.7.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/WCFSDKToolsAccessibilityChangesIn4.7.1.md -------------------------------------------------------------------------------- /Documentation/compatibility/a-concurrentdictionary-serialized-in-_net-4_5-with-netdatacontractserializer-cannot-be-deserialized-by-_net-4_5_1-or-4_5_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/a-concurrentdictionary-serialized-in-_net-4_5-with-netdatacontractserializer-cannot-be-deserialized-by-_net-4_5_1-or-4_5_2.md -------------------------------------------------------------------------------- /Documentation/compatibility/accessing-a-wpf-datagrid's-selected-items-from-a-handler-of-the-datagrid's-unloadingrow-event-can-cause-a-nullreferenceexception.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/accessing-a-wpf-datagrid's-selected-items-from-a-handler-of-the-datagrid's-unloadingrow-event-can-cause-a-nullreferenceexception.md -------------------------------------------------------------------------------- /Documentation/compatibility/ado_net-now-attempts-to-automatically-reconnect-broken-sql-connections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/ado_net-now-attempts-to-automatically-reconnect-broken-sql-connections.md -------------------------------------------------------------------------------- /Documentation/compatibility/aescryptoserviceprovider-decryptor-provides-a-reusable-transform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/aescryptoserviceprovider-decryptor-provides-a-reusable-transform.md -------------------------------------------------------------------------------- /Documentation/compatibility/appdomainsetup_dynamicbase-is-no-longer-randomized-by-userandomizedstringhashalgorithm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/appdomainsetup_dynamicbase-is-no-longer-randomized-by-userandomizedstringhashalgorithm.md -------------------------------------------------------------------------------- /Documentation/compatibility/application_filtermessage-no-longer-throws-for-re-entrant-implementations-of-imessagefilter_prefiltermessage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/application_filtermessage-no-longer-throws-for-re-entrant-implementations-of-imessagefilter_prefiltermessage.md -------------------------------------------------------------------------------- /Documentation/compatibility/apps-published-with-clickonce-that-use-a-sha-256-code-signing-certificate-may-fail-on-windows-2003.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/apps-published-with-clickonce-that-use-a-sha-256-code-signing-certificate-may-fail-on-windows-2003.md -------------------------------------------------------------------------------- /Documentation/compatibility/asp-net-httpruntime-appdomainapppath-throws-nullreferenceexception.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/asp-net-httpruntime-appdomainapppath-throws-nullreferenceexception.md -------------------------------------------------------------------------------- /Documentation/compatibility/asp_net-mvc-now-escapes-spaces-in-strings-passed-in-via-route-parameters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/asp_net-mvc-now-escapes-spaces-in-strings-passed-in-via-route-parameters.md -------------------------------------------------------------------------------- /Documentation/compatibility/aspnet-472-compat-doc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/aspnet-472-compat-doc.md -------------------------------------------------------------------------------- /Documentation/compatibility/aspnet-asp.net-validationcontext.membername-is-null-sometimes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/aspnet-asp.net-validationcontext.membername-is-null-sometimes.md -------------------------------------------------------------------------------- /Documentation/compatibility/aspnet-fix-handling-input-and-label-attributes-for-webforms-checkbox-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/aspnet-fix-handling-input-and-label-attributes-for-webforms-checkbox-control.md -------------------------------------------------------------------------------- /Documentation/compatibility/aspnet-invalid-results-from-httprequest.getattributefromheader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/aspnet-invalid-results-from-httprequest.getattributefromheader.md -------------------------------------------------------------------------------- /Documentation/compatibility/assemblies-compiled-with-regex_compiletoassembly-breaks-between-4_0-and-4_5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/assemblies-compiled-with-regex_compiletoassembly-breaks-between-4_0-and-4_5.md -------------------------------------------------------------------------------- /Documentation/compatibility/binaryformatter-can-fail-to-find-type-from-loadfrom-context.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/binaryformatter-can-fail-to-find-type-from-loadfrom-context.md -------------------------------------------------------------------------------- /Documentation/compatibility/binding-a-wpf-selector-property-(such-as-'selecteditem')-to-a-static-property-does-not-work.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/binding-a-wpf-selector-property-(such-as-'selecteditem')-to-a-static-property-does-not-work.md -------------------------------------------------------------------------------- /Documentation/compatibility/blockingcollection_trytakefromany-does-not-throw-anymore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/blockingcollection_trytakefromany-does-not-throw-anymore.md -------------------------------------------------------------------------------- /Documentation/compatibility/building-an-entity-framework-edmx-with-visual-studio-2013-can-fail-with-error-msb4062-if-using-the-entitydeploysplit-or-entityclean-tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/building-an-entity-framework-edmx-with-visual-studio-2013-can-fail-with-error-msb4062-if-using-the-entitydeploysplit-or-entityclean-tasks.md -------------------------------------------------------------------------------- /Documentation/compatibility/calling-attribute_getcustomattributes-on-an-indexer-property-no-longer-throws-ambiguousmatchexception.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/calling-attribute_getcustomattributes-on-an-indexer-property-no-longer-throws-ambiguousmatchexception.md -------------------------------------------------------------------------------- /Documentation/compatibility/calling-createdefaultauthorizationcontext-with-a-null-argument-has-changed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/calling-createdefaultauthorizationcontext-with-a-null-argument-has-changed.md -------------------------------------------------------------------------------- /Documentation/compatibility/calling-datagrid_commitedit-from-a-celleditending-handler-drops-focus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/calling-datagrid_commitedit-from-a-celleditending-handler-drops-focus.md -------------------------------------------------------------------------------- /Documentation/compatibility/calling-items_refresh-on-a-wpf-listbox-or-listview-or-datagrid-with-items-selected-can-cause-duplicate-items-to-appear-in-the-element.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/calling-items_refresh-on-a-wpf-listbox-or-listview-or-datagrid-with-items-selected-can-cause-duplicate-items-to-appear-in-the-element.md -------------------------------------------------------------------------------- /Documentation/compatibility/calls-to-claimsidentity-constructors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/calls-to-claimsidentity-constructors.md -------------------------------------------------------------------------------- /Documentation/compatibility/certificate-eku-oid-validation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/certificate-eku-oid-validation.md -------------------------------------------------------------------------------- /Documentation/compatibility/change-in-behavior-for-task_waitall-methods-with-time-out-arguments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/change-in-behavior-for-task_waitall-methods-with-time-out-arguments.md -------------------------------------------------------------------------------- /Documentation/compatibility/change-in-behavior-in-data-definition-language-(ddl)-apis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/change-in-behavior-in-data-definition-language-(ddl)-apis.md -------------------------------------------------------------------------------- /Documentation/compatibility/change-in-path-separator-character-in-zip-files.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/change-in-path-separator-character-in-zip-files.md -------------------------------------------------------------------------------- /Documentation/compatibility/changes-in-path-normalization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/changes-in-path-normalization.md -------------------------------------------------------------------------------- /Documentation/compatibility/changing-the-isenabled-property-of-the-parent-of-a-textblock-control-affects-any-child-controls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/changing-the-isenabled-property-of-the-parent-of-a-textblock-control-affects-any-child-controls.md -------------------------------------------------------------------------------- /Documentation/compatibility/clickonce-supports-sha-256-on-4_0-targeted-apps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/clickonce-supports-sha-256-on-4_0-targeted-apps.md -------------------------------------------------------------------------------- /Documentation/compatibility/clr_critical_section_spin_wait_removal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/clr_critical_section_spin_wait_removal.md -------------------------------------------------------------------------------- /Documentation/compatibility/code-contracts-and-string-isnullorempty-compiler-warning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/code-contracts-and-string-isnullorempty-compiler-warning.md -------------------------------------------------------------------------------- /Documentation/compatibility/coerceisselectionboxhighlighted.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/coerceisselectionboxhighlighted.md -------------------------------------------------------------------------------- /Documentation/compatibility/compiler-support-for-type-forwarding-when-multi-targeting-mscorlib.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/compiler-support-for-type-forwarding-when-multi-targeting-mscorlib.md -------------------------------------------------------------------------------- /Documentation/compatibility/concurrentqueue_trypeek-can-return-an-erroneous-null-via-its-out-parameter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/concurrentqueue_trypeek-can-return-an-erroneous-null-via-its-out-parameter.md -------------------------------------------------------------------------------- /Documentation/compatibility/connection-pool-blocking-period-for-azure-sql-databases-is-removed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/connection-pool-blocking-period-for-azure-sql-databases-is-removed.md -------------------------------------------------------------------------------- /Documentation/compatibility/contentdisposition-datetimes-returns-slightly-different-string.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/contentdisposition-datetimes-returns-slightly-different-string.md -------------------------------------------------------------------------------- /Documentation/compatibility/cor_prf_gc_root_handles-are-not-being-enumerated-by-profilers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/cor_prf_gc_root_handles-are-not-being-enumerated-by-profilers.md -------------------------------------------------------------------------------- /Documentation/compatibility/cryptographicexception-not-thrown-in-fips-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/cryptographicexception-not-thrown-in-fips-mode.md -------------------------------------------------------------------------------- /Documentation/compatibility/cspparameters_parentwindowhandle-now-expects-hwnd-value.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/cspparameters_parentwindowhandle-now-expects-hwnd-value.md -------------------------------------------------------------------------------- /Documentation/compatibility/currentculture-flows-across-tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/currentculture-flows-across-tasks.md -------------------------------------------------------------------------------- /Documentation/compatibility/currentculture-not-preserved-across-wpf-dispatcher-operations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/currentculture-not-preserved-across-wpf-dispatcher-operations.md -------------------------------------------------------------------------------- /Documentation/compatibility/data-written-to-printsystemjobinfo-jobstream-must-be-in-xps-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/data-written-to-printsystemjobinfo-jobstream-must-be-in-xps-format.md -------------------------------------------------------------------------------- /Documentation/compatibility/datagridcellspanel_bringintoview-throws-argumentoutofrangeexception.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/datagridcellspanel_bringintoview-throws-argumentoutofrangeexception.md -------------------------------------------------------------------------------- /Documentation/compatibility/dataobject_getdata-now-retrieves-data-as-utf-8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/dataobject_getdata-now-retrieves-data-as-utf-8.md -------------------------------------------------------------------------------- /Documentation/compatibility/dbparameter_precision-and-dbparameter_scale-are-now-public-virtual-members.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/dbparameter_precision-and-dbparameter_scale-are-now-public-virtual-members.md -------------------------------------------------------------------------------- /Documentation/compatibility/deflatestream-uses-native-apis-for-decompression.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/deflatestream-uses-native-apis-for-decompression.md -------------------------------------------------------------------------------- /Documentation/compatibility/deserialization-of-objects-across-appdomains-can-fail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/deserialization-of-objects-across-appdomains-can-fail.md -------------------------------------------------------------------------------- /Documentation/compatibility/different-exception-handling-for-objectcontext_createdatabase-and-dbproviderservices_createdatabase-methods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/different-exception-handling-for-objectcontext_createdatabase-and-dbproviderservices_createdatabase-methods.md -------------------------------------------------------------------------------- /Documentation/compatibility/ef-no-longer-throws-for-queryviews-with-specific-characteristics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/ef-no-longer-throws-for-queryviews-with-specific-characteristics.md -------------------------------------------------------------------------------- /Documentation/compatibility/ef-version-must-match-netfx-version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/ef-version-must-match-netfx-version.md -------------------------------------------------------------------------------- /Documentation/compatibility/encoderparameter-ctor-is-obsolete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/encoderparameter-ctor-is-obsolete.md -------------------------------------------------------------------------------- /Documentation/compatibility/entityframework-6_0-loads-very-slowly-in-apps-launched-from-visual-studio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/entityframework-6_0-loads-very-slowly-in-apps-launched-from-visual-studio.md -------------------------------------------------------------------------------- /Documentation/compatibility/enumerable_empty-always-returns-cached-instance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/enumerable_empty-always-returns-cached-instance.md -------------------------------------------------------------------------------- /Documentation/compatibility/error-codes-for-maxrequestlength-or-maxreceivedmessagesize-are-different.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/error-codes-for-maxrequestlength-or-maxreceivedmessagesize-are-different.md -------------------------------------------------------------------------------- /Documentation/compatibility/etw-event-names-cannot-differ-only-by-suffix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/etw-event-names-cannot-differ-only-by-suffix.md -------------------------------------------------------------------------------- /Documentation/compatibility/etw-eventlisteners-do-not-capture-events-from-providers-with-explicit-keywords.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/etw-eventlisteners-do-not-capture-events-from-providers-with-explicit-keywords.md -------------------------------------------------------------------------------- /Documentation/compatibility/eventlistener-truncates-strings-with-embedded-nulls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/eventlistener-truncates-strings-with-embedded-nulls.md -------------------------------------------------------------------------------- /Documentation/compatibility/eventsource_writeevent-impls-must-pass-writeevent-the-same-parameters-that-it-received-(plus-id).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/eventsource_writeevent-impls-must-pass-writeevent-the-same-parameters-that-it-received-(plus-id).md -------------------------------------------------------------------------------- /Documentation/compatibility/exception-message-has-changed-for-failed-datacontract-serialization-in-case-of-an-unknown-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/exception-message-has-changed-for-failed-datacontract-serialization-in-case-of-an-unknown-type.md -------------------------------------------------------------------------------- /Documentation/compatibility/exceptions-during-unobserved-processing-in-system_threading_tasks_task-no-longer-propagate-on-finalizer-thread.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/exceptions-during-unobserved-processing-in-system_threading_tasks_task-no-longer-propagate-on-finalizer-thread.md -------------------------------------------------------------------------------- /Documentation/compatibility/flowdocument-may-show-an-extra-line-of-text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/flowdocument-may-show-an-extra-line-of-text.md -------------------------------------------------------------------------------- /Documentation/compatibility/foreach-iterator-variable-is-now-scoped-within-the-iteration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/foreach-iterator-variable-is-now-scoped-within-the-iteration.md -------------------------------------------------------------------------------- /Documentation/compatibility/glyphrun-computeinkboundingbox-and-formattedtext-extent-return-different-values-beginning-in-dotnet-4-5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/glyphrun-computeinkboundingbox-and-formattedtext-extent-return-different-values-beginning-in-dotnet-4-5.md -------------------------------------------------------------------------------- /Documentation/compatibility/gridviews-with-allowcustompaging-set-to-true-may-fire-the-pageindexchanging-event-when-leaving-the-final-page-of-the-view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/gridviews-with-allowcustompaging-set-to-true-may-fire-the-pageindexchanging-event-when-leaving-the-final-page-of-the-view.md -------------------------------------------------------------------------------- /Documentation/compatibility/horizontal-scrolling-and-virtualization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/horizontal-scrolling-and-virtualization.md -------------------------------------------------------------------------------- /Documentation/compatibility/htmltextwriter-does-not-render-br-element-correctly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/htmltextwriter-does-not-render-br-element-correctly.md -------------------------------------------------------------------------------- /Documentation/compatibility/httprequest_contentencoding-property-prohibits-utf7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/httprequest_contentencoding-property-prohibits-utf7.md -------------------------------------------------------------------------------- /Documentation/compatibility/httputility_javascriptstringencode-escapes-ampersand.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/httputility_javascriptstringencode-escapes-ampersand.md -------------------------------------------------------------------------------- /Documentation/compatibility/iasyncresult_completedsynchronously-property-must-be-correct-for-the-resulting-task-to-complete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/iasyncresult_completedsynchronously-property-must-be-correct-for-the-resulting-task-to-complete.md -------------------------------------------------------------------------------- /Documentation/compatibility/icommand_canexecutechanged-event-behaviour-changed-in-_net-4_5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/icommand_canexecutechanged-event-behaviour-changed-in-_net-4_5.md -------------------------------------------------------------------------------- /Documentation/compatibility/il-ret-not-allowed-in-a-try-region.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/il-ret-not-allowed-in-a-try-region.md -------------------------------------------------------------------------------- /Documentation/compatibility/incorrect-code-generation-when-passing-and-comparing-uint16-values.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/incorrect-code-generation-when-passing-and-comparing-uint16-values.md -------------------------------------------------------------------------------- /Documentation/compatibility/incorrect-implementation-of-memberdescriptor_equals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/incorrect-implementation-of-memberdescriptor_equals.md -------------------------------------------------------------------------------- /Documentation/compatibility/intermittently-unable-to-scroll-to-bottom-item-in-itemscontrols-when-using-customer-datatemplates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/intermittently-unable-to-scroll-to-bottom-item-in-itemscontrols-when-using-customer-datatemplates.md -------------------------------------------------------------------------------- /Documentation/compatibility/interop-enable-winrt-iagileobject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/interop-enable-winrt-iagileobject.md -------------------------------------------------------------------------------- /Documentation/compatibility/interop-event-handlers-safearray.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/interop-event-handlers-safearray.md -------------------------------------------------------------------------------- /Documentation/compatibility/ipad-should-not-be-used-in-custom-capabilities-file-because-it-is-now-a-browser-capability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/ipad-should-not-be-used-in-custom-capabilities-file-because-it-is-now-a-browser-capability.md -------------------------------------------------------------------------------- /Documentation/compatibility/item-scrolling-a-flat-list-with-items-of-different-pixel-height.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/item-scrolling-a-flat-list-with-items-of-different-pixel-height.md -------------------------------------------------------------------------------- /Documentation/compatibility/items_clear-does-not-remove-duplicates-from-selecteditems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/items_clear-does-not-remove-duplicates-from-selecteditems.md -------------------------------------------------------------------------------- /Documentation/compatibility/keytips-behavior-improved-in-wpf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/keytips-behavior-improved-in-wpf.md -------------------------------------------------------------------------------- /Documentation/compatibility/linq-to-ef-join-throws-argumentoutofrangeexception.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/linq-to-ef-join-throws-argumentoutofrangeexception.md -------------------------------------------------------------------------------- /Documentation/compatibility/list_foreach-can-throw-exception-when-modifying-list-item.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/list_foreach-can-throw-exception-when-modifying-list-item.md -------------------------------------------------------------------------------- /Documentation/compatibility/list_sort-algorithm-changed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/list_sort-algorithm-changed.md -------------------------------------------------------------------------------- /Documentation/compatibility/listboxitem-isselected-binding-issue-with-observablecollection_move.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/listboxitem-isselected-binding-issue-with-observablecollection_move.md -------------------------------------------------------------------------------- /Documentation/compatibility/log-file-name-created-by-the-objectcontext_createdatabase-method-has-changed-to-match-sql-server-specifications.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/log-file-name-created-by-the-objectcontext_createdatabase-method-has-changed-to-match-sql-server-specifications.md -------------------------------------------------------------------------------- /Documentation/compatibility/long-path-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/long-path-support.md -------------------------------------------------------------------------------- /Documentation/compatibility/machinekey_encode-and-machinekey_decode-methods-are-now-obsolete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/machinekey_encode-and-machinekey_decode-methods-are-now-obsolete.md -------------------------------------------------------------------------------- /Documentation/compatibility/managed-browser-hosting-controls-from-the-_net-framework-1_1-and-2_0-are-blocked.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/managed-browser-hosting-controls-from-the-_net-framework-1_1-and-2_0-are-blocked.md -------------------------------------------------------------------------------- /Documentation/compatibility/marshal_sizeof-and-marshal_ptrtostructure-overloads-break-dynamic-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/marshal_sizeof-and-marshal_ptrtostructure-overloads-break-dynamic-code.md -------------------------------------------------------------------------------- /Documentation/compatibility/mef-catalogs-implement-ienumerable-and-therefore-can-no-longer-be-used-to-create-a-serializer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/mef-catalogs-implement-ienumerable-and-therefore-can-no-longer-be-used-to-create-a-serializer.md -------------------------------------------------------------------------------- /Documentation/compatibility/minfreememorypercentagetoactiveservice-is-now-respected.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/minfreememorypercentagetoactiveservice-is-now-respected.md -------------------------------------------------------------------------------- /Documentation/compatibility/missing-target-framework-moniker-results-in-4_0-behavior.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/missing-target-framework-moniker-results-in-4_0-behavior.md -------------------------------------------------------------------------------- /Documentation/compatibility/multi-line-asp_net-textbox-spacing-changed-when-using-antixssencoder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/multi-line-asp_net-textbox-spacing-changed-when-using-antixssencoder.md -------------------------------------------------------------------------------- /Documentation/compatibility/multiple-items-in-a-single-tablelayoutpanel-cell-may-be-rearranged.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/multiple-items-in-a-single-tablelayoutpanel-cell-may-be-rearranged.md -------------------------------------------------------------------------------- /Documentation/compatibility/netdatacontractserializer-fails-to-deserialize-a-concurrentdictionary-serialized-with-a-different-_net-version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/netdatacontractserializer-fails-to-deserialize-a-concurrentdictionary-serialized-with-a-different-_net-version.md -------------------------------------------------------------------------------- /Documentation/compatibility/new-(ambiguous)-dispatcher_invoke-overloads-could-result-in-different-behavior.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/new-(ambiguous)-dispatcher_invoke-overloads-could-result-in-different-behavior.md -------------------------------------------------------------------------------- /Documentation/compatibility/new-64-bit-jit-compiler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/new-64-bit-jit-compiler.md -------------------------------------------------------------------------------- /Documentation/compatibility/new-enum-values-in-wpf's-pagerangeselection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/new-enum-values-in-wpf's-pagerangeselection.md -------------------------------------------------------------------------------- /Documentation/compatibility/no-longer-able-to-set-enableviewstatemac-to-false.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/no-longer-able-to-set-enableviewstatemac-to-false.md -------------------------------------------------------------------------------- /Documentation/compatibility/non-pooled-sql-connections-will-leak-memory-if-not-explicitly-disposed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/non-pooled-sql-connections-will-leak-memory-if-not-explicitly-disposed.md -------------------------------------------------------------------------------- /Documentation/compatibility/null-coalescer-values-are-not-visible-in-debugger-until-one-step-later.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/null-coalescer-values-are-not-visible-in-debugger-until-one-step-later.md -------------------------------------------------------------------------------- /Documentation/compatibility/objectcontext_translate-and-objectcontext_executestorequery-now-support-enum-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/objectcontext_translate-and-objectcontext_executestorequery-now-support-enum-type.md -------------------------------------------------------------------------------- /Documentation/compatibility/objectdisposedexception-thrown-by-wpf-spellchecker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/objectdisposedexception-thrown-by-wpf-spellchecker.md -------------------------------------------------------------------------------- /Documentation/compatibility/obsoleteattribute-exports-as-both-obsoleteattribute-and-deprecatedattribute-in-winmd-scenarios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/obsoleteattribute-exports-as-both-obsoleteattribute-and-deprecatedattribute-in-winmd-scenarios.md -------------------------------------------------------------------------------- /Documentation/compatibility/only-tls-1_0-1_1-and-1_2-protocols-supported-in-system_net_servicepointmanager-and-system_net_security_sslstream.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/only-tls-1_0-1_1-and-1_2-protocols-supported-in-system_net_servicepointmanager-and-system_net_security_sslstream.md -------------------------------------------------------------------------------- /Documentation/compatibility/operationcontext-current-returns-null-in-a-using-clause.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/operationcontext-current-returns-null-in-a-using-clause.md -------------------------------------------------------------------------------- /Documentation/compatibility/opt-in-break-to-revert-from-different-4_5-sql-generation-to-simpler-4_0-sql-generation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/opt-in-break-to-revert-from-different-4_5-sql-generation-to-simpler-4_0-sql-generation.md -------------------------------------------------------------------------------- /Documentation/compatibility/page_loadcomplete-event-no-longer-causes-system_web_ui_webcontrols_entitydatasource-control-to-invoke-data-binding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/page_loadcomplete-event-no-longer-causes-system_web_ui_webcontrols_entitydatasource-control-to-invoke-data-binding.md -------------------------------------------------------------------------------- /Documentation/compatibility/path-colon-checks-are-stricter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/path-colon-checks-are-stricter.md -------------------------------------------------------------------------------- /Documentation/compatibility/persian-calendar-now-uses-the-hijri-solar-algorithm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/persian-calendar-now-uses-the-hijri-solar-algorithm.md -------------------------------------------------------------------------------- /Documentation/compatibility/previewlostkeyboardfocus-is-called-repeatedly-if-its-handler-shows-a-message-box.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/previewlostkeyboardfocus-is-called-repeatedly-if-its-handler-shows-a-message-box.md -------------------------------------------------------------------------------- /Documentation/compatibility/product-versioning-changes-in-net-framework-4-6-and-later.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/product-versioning-changes-in-net-framework-4-6-and-later.md -------------------------------------------------------------------------------- /Documentation/compatibility/profiling-asp_net-mvc4-apps-can-lead-to-fatal-execution-engine-error.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/profiling-asp_net-mvc4-apps-can-lead-to-fatal-execution-engine-error.md -------------------------------------------------------------------------------- /Documentation/compatibility/reflection-objects-can-no-longer-be-passed-from-managed-code-to-out-of-process-dcom-clients.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/reflection-objects-can-no-longer-be-passed-from-managed-code-to-out-of-process-dcom-clients.md -------------------------------------------------------------------------------- /Documentation/compatibility/remove-ssl3-from-the-wcf-transportdefaults.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/remove-ssl3-from-the-wcf-transportdefaults.md -------------------------------------------------------------------------------- /Documentation/compatibility/resgen-block-mark-of-the-web-content.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/resgen-block-mark-of-the-web-content.md -------------------------------------------------------------------------------- /Documentation/compatibility/resolveassemblyreference-task-now-warns-of-dependencies-with-the-wrong-architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/resolveassemblyreference-task-now-warns-of-dependencies-with-the-wrong-architecture.md -------------------------------------------------------------------------------- /Documentation/compatibility/ribbongroup-background-is-set-to-transparent-in-localized-builds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/ribbongroup-background-is-set-to-transparent-in-localized-builds.md -------------------------------------------------------------------------------- /Documentation/compatibility/right-clicking-on-a-wpf-datagrid-row-header-changes-the-datagrid-selection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/right-clicking-on-a-wpf-datagrid-row-header-changes-the-datagrid-selection.md -------------------------------------------------------------------------------- /Documentation/compatibility/rsacng-now-correctly-loads-rsa-keys-of-non-standard-keysize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/rsacng-now-correctly-loads-rsa-keys-of-non-standard-keysize.md -------------------------------------------------------------------------------- /Documentation/compatibility/rsacng_verifyhash-now-returns-false-for-any-verification-failure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/rsacng_verifyhash-now-returns-false-for-any-verification-failure.md -------------------------------------------------------------------------------- /Documentation/compatibility/scrolling-a-wpf-treeview-or-grouped-listbox-in-a-virtualizingstackpanel-can-cause-a-hang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/scrolling-a-wpf-treeview-or-grouped-listbox-in-a-virtualizingstackpanel-can-cause-a-hang.md -------------------------------------------------------------------------------- /Documentation/compatibility/serialization-deserialization-of-mailmessage-objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/serialization-deserialization-of-mailmessage-objects.md -------------------------------------------------------------------------------- /Documentation/compatibility/serialization-of-control-characters-with-datacontractjsonserializer-is-now-compatible-with-ecmascript-v6-and-v8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/serialization-of-control-characters-with-datacontractjsonserializer-is-now-compatible-with-ecmascript-v6-and-v8.md -------------------------------------------------------------------------------- /Documentation/compatibility/servicepointmanager.securityprotocol-defaults-to-securityprotocoltype.systemdefault.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/servicepointmanager.securityprotocol-defaults-to-securityprotocoltype.systemdefault.md -------------------------------------------------------------------------------- /Documentation/compatibility/sharing-session-state-with-asp_net-stateserver-requires-all-servers-in-the-web-farm-to-use-the-same-_net-framework-version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/sharing-session-state-with-asp_net-stateserver-requires-all-servers-in-the-web-farm-to-use-the-same-_net-framework-version.md -------------------------------------------------------------------------------- /Documentation/compatibility/soapformatter-cannot-deserialize-hashtable-and-similar-ordered-collection-objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/soapformatter-cannot-deserialize-hashtable-and-similar-ordered-collection-objects.md -------------------------------------------------------------------------------- /Documentation/compatibility/some-_net-apis-cause-first-chance-(handled)-entrypointnotfoundexceptions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/some-_net-apis-cause-first-chance-(handled)-entrypointnotfoundexceptions.md -------------------------------------------------------------------------------- /Documentation/compatibility/some-workflow-drag-and-drop-apis-are-obsolete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/some-workflow-drag-and-drop-apis-are-obsolete.md -------------------------------------------------------------------------------- /Documentation/compatibility/sql-server-database-connection-that-resolves-to-localhost.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/sql-server-database-connection-that-resolves-to-localhost.md -------------------------------------------------------------------------------- /Documentation/compatibility/sql_variant-data-uses-sql_variant-collation-rather-than-database-collation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/sql_variant-data-uses-sql_variant-collation-rather-than-database-collation.md -------------------------------------------------------------------------------- /Documentation/compatibility/sqlbulkcopy-uses-destination-column-encoding-for-strings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/sqlbulkcopy-uses-destination-column-encoding-for-strings.md -------------------------------------------------------------------------------- /Documentation/compatibility/sqlconnection-can-no-longer-connect-to-sql-server-1997-or-databases-using-the-via-adapter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/sqlconnection-can-no-longer-connect-to-sql-server-1997-or-databases-using-the-via-adapter.md -------------------------------------------------------------------------------- /Documentation/compatibility/sqlconnection_open-fails-on-windows-7-with-non-ifs-winsock-bsp-or-lsp-present.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/sqlconnection_open-fails-on-windows-7-with-non-ifs-winsock-bsp-or-lsp-present.md -------------------------------------------------------------------------------- /Documentation/compatibility/sslstream-support-for-tls-alerts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/sslstream-support-for-tls-alerts.md -------------------------------------------------------------------------------- /Documentation/compatibility/system_activities-is-now-aptca.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/system_activities-is-now-aptca.md -------------------------------------------------------------------------------- /Documentation/compatibility/system_net_peertopeer_collaboration-unavailable-on-windows-8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/system_net_peertopeer_collaboration-unavailable-on-windows-8.md -------------------------------------------------------------------------------- /Documentation/compatibility/system_servicemodel_web_webservicehost-object-no-longer-adds-a-default-endpoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/system_servicemodel_web_webservicehost-object-no-longer-adds-a-default-endpoint.md -------------------------------------------------------------------------------- /Documentation/compatibility/system_threading_monitor_lock_acquisition_scalability_improvement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/system_threading_monitor_lock_acquisition_scalability_improvement.md -------------------------------------------------------------------------------- /Documentation/compatibility/system_threading_tasks_task-no-longer-throw-objectdisposedexception-after-object-is-disposed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/system_threading_tasks_task-no-longer-throw-objectdisposedexception-after-object-is-disposed.md -------------------------------------------------------------------------------- /Documentation/compatibility/system_threading_timer_lock_contention_improvement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/system_threading_timer_lock_contention_improvement.md -------------------------------------------------------------------------------- /Documentation/compatibility/system_uri-escaping-now-supports-rfc-3986.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/system_uri-escaping-now-supports-rfc-3986.md -------------------------------------------------------------------------------- /Documentation/compatibility/system_uri-parsing-adheres-to-rfc-3987.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/system_uri-parsing-adheres-to-rfc-3987.md -------------------------------------------------------------------------------- /Documentation/compatibility/system_uri_iswellformeduristring-method-returns-false-for-relative-uris-with-a-colon-char-in-first-segment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/system_uri_iswellformeduristring-method-returns-false-for-relative-uris-with-a-colon-char-in-first-segment.md -------------------------------------------------------------------------------- /Documentation/compatibility/targetframeworkname-for-default-app-domain-no-longer-defaults-to-null-if-not-set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/targetframeworkname-for-default-app-domain-no-longer-defaults-to-null-if-not-set.md -------------------------------------------------------------------------------- /Documentation/compatibility/the-_net-framework-4_6-does-not-use-a-4_5_x_x-version-when-registering-itself-in-the-registry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/the-_net-framework-4_6-does-not-use-a-4_5_x_x-version-when-registering-itself-in-the-registry.md -------------------------------------------------------------------------------- /Documentation/compatibility/the-replace-method-in-odata-urls-is-disabled-by-default.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/the-replace-method-in-odata-urls-is-disabled-by-default.md -------------------------------------------------------------------------------- /Documentation/compatibility/throttle-concurrent-requests-per-session.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/throttle-concurrent-requests-per-session.md -------------------------------------------------------------------------------- /Documentation/compatibility/tls-1-x-by-default-passes-sch-send-aux-record-flag-to-the-underlying-schannel-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/tls-1-x-by-default-passes-sch-send-aux-record-flag-to-the-underlying-schannel-api.md -------------------------------------------------------------------------------- /Documentation/compatibility/two-way-data-binding-to-a-property-with-a-non-public-setter-is-not-supported.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/two-way-data-binding-to-a-property-with-a-non-public-setter-is-not-supported.md -------------------------------------------------------------------------------- /Documentation/compatibility/type_isassignablefrom-returns-wrong-result-for-generic-variables-with-constraints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/type_isassignablefrom-returns-wrong-result-for-generic-variables-with-constraints.md -------------------------------------------------------------------------------- /Documentation/compatibility/unexpected-invalidcastexception-from-invokemethod-activity-in-wf4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/unexpected-invalidcastexception-from-invokemethod-activity-in-wf4.md -------------------------------------------------------------------------------- /Documentation/compatibility/unicode-data-now-support-standard-v8_0-categories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/unicode-data-now-support-standard-v8_0-categories.md -------------------------------------------------------------------------------- /Documentation/compatibility/uri-reserved-characters-consistent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/uri-reserved-characters-consistent.md -------------------------------------------------------------------------------- /Documentation/compatibility/uri-unc-shares-normalized.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/uri-unc-shares-normalized.md -------------------------------------------------------------------------------- /Documentation/compatibility/uri-unicode-bidirectional-characters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/uri-unicode-bidirectional-characters.md -------------------------------------------------------------------------------- /Documentation/compatibility/uri-unicode-scheme-only-relative.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/uri-unicode-scheme-only-relative.md -------------------------------------------------------------------------------- /Documentation/compatibility/vb_net-no-longer-supports-partial-namespace-qualification-for-system_windows-apis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/vb_net-no-longer-supports-partial-namespace-qualification-for-system_windows-apis.md -------------------------------------------------------------------------------- /Documentation/compatibility/wcf-accessbility-combobox-high-contrast-issue-in-svcTraceViewer-tool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wcf-accessbility-combobox-high-contrast-issue-in-svcTraceViewer-tool.md -------------------------------------------------------------------------------- /Documentation/compatibility/wcf-avoid-endless-recursion-in-two-iworkflowinstancemanagement-apis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wcf-avoid-endless-recursion-in-two-iworkflowinstancemanagement-apis.md -------------------------------------------------------------------------------- /Documentation/compatibility/wcf-binding-with-the-transportwithmessagecredential-security-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wcf-binding-with-the-transportwithmessagecredential-security-mode.md -------------------------------------------------------------------------------- /Documentation/compatibility/wcf-deadlock-results-when-using-reentrant-services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wcf-deadlock-results-when-using-reentrant-services.md -------------------------------------------------------------------------------- /Documentation/compatibility/wcf-message-security-unable-to-use-tls1_1-and-tls1_2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wcf-message-security-unable-to-use-tls1_1-and-tls1_2.md -------------------------------------------------------------------------------- /Documentation/compatibility/wcf-services-using-nettcp-with-ssl-security-and-md5-certificate-authentication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wcf-services-using-nettcp-with-ssl-security-and-md5-certificate-authentication.md -------------------------------------------------------------------------------- /Documentation/compatibility/wcf-transport-security-supports-certificates-stored-using-cng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wcf-transport-security-supports-certificates-stored-using-cng.md -------------------------------------------------------------------------------- /Documentation/compatibility/webutility_htmldecode-no-longer-decodes-invalid-input-sequences.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/webutility_htmldecode-no-longer-decodes-invalid-input-sequences.md -------------------------------------------------------------------------------- /Documentation/compatibility/webutility_htmlencode-and-webutility_htmldecode-round-trip-bmp-correctly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/webutility_htmlencode-and-webutility_htmldecode-round-trip-bmp-correctly.md -------------------------------------------------------------------------------- /Documentation/compatibility/wf-serializes-expressions_literal-datetimes-differently.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wf-serializes-expressions_literal-datetimes-differently.md -------------------------------------------------------------------------------- /Documentation/compatibility/windows-forms-icon-tobitmap-method-successfully-converts-icons-with-png-frames.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/windows-forms-icon-tobitmap-method-successfully-converts-icons-with-png-frames.md -------------------------------------------------------------------------------- /Documentation/compatibility/winform's-DomainUpDownControl-button's-actions-in-sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/winform's-DomainUpDownControl-button's-actions-in-sync.md -------------------------------------------------------------------------------- /Documentation/compatibility/winform's-checkforoverflowunderflow-property-is-now-true-for-system_drawing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/winform's-checkforoverflowunderflow-property-is-now-true-for-system_drawing.md -------------------------------------------------------------------------------- /Documentation/compatibility/winforms-ContextMenuStrip-SourceControl-property-change.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/winforms-ContextMenuStrip-SourceControl-property-change.md -------------------------------------------------------------------------------- /Documentation/compatibility/winforms-PrivateFontCollection-Font-handle-leak-fix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/winforms-PrivateFontCollection-Font-handle-leak-fix.md -------------------------------------------------------------------------------- /Documentation/compatibility/winforms-accessibility-changes-471.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/winforms-accessibility-changes-471.md -------------------------------------------------------------------------------- /Documentation/compatibility/winforms-accessibility-changes-472.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/winforms-accessibility-changes-472.md -------------------------------------------------------------------------------- /Documentation/compatibility/winforms-accessibility-changes-48.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/winforms-accessibility-changes-48.md -------------------------------------------------------------------------------- /Documentation/compatibility/winforms-hdpi-changes-48.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/winforms-hdpi-changes-48.md -------------------------------------------------------------------------------- /Documentation/compatibility/winrt-stream-adapters-no-long-call-flushasync-automatically-on-close.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/winrt-stream-adapters-no-long-call-flushasync-automatically-on-close.md -------------------------------------------------------------------------------- /Documentation/compatibility/workflow-3_0-types-are-obsolete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/workflow-3_0-types-are-obsolete.md -------------------------------------------------------------------------------- /Documentation/compatibility/workflow-checksums-changed-from-md5-to-sha1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/workflow-checksums-changed-from-md5-to-sha1.md -------------------------------------------------------------------------------- /Documentation/compatibility/workflow-designer-accessibility-4-8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/workflow-designer-accessibility-4-8.md -------------------------------------------------------------------------------- /Documentation/compatibility/workflow-designer-accessibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/workflow-designer-accessibility.md -------------------------------------------------------------------------------- /Documentation/compatibility/workflow-now-throws-original-exception-instead-of-nullreferenceexception-in-some-cases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/workflow-now-throws-original-exception-instead-of-nullreferenceexception-in-some-cases.md -------------------------------------------------------------------------------- /Documentation/compatibility/workflow-sql-persistence-adds-primary-key-clusters-and-disallows-null-values-in-some-columns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/workflow-sql-persistence-adds-primary-key-clusters-and-disallows-null-values-in-some-columns.md -------------------------------------------------------------------------------- /Documentation/compatibility/workflow-xaml-checksums-for-symbols-changed-from-sha1-to-sha256.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/workflow-xaml-checksums-for-symbols-changed-from-sha1-to-sha256.md -------------------------------------------------------------------------------- /Documentation/compatibility/workflow-xoml-definition-and-sqltrackingservice-caches-changed-from-md5-to-sha256.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/workflow-xoml-definition-and-sqltrackingservice-caches-changed-from-md5-to-sha256.md -------------------------------------------------------------------------------- /Documentation/compatibility/workflow-xoml-file-checksums-changed-from-md5-to-sha256.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/workflow-xoml-file-checksums-changed-from-md5-to-sha256.md -------------------------------------------------------------------------------- /Documentation/compatibility/workflowdesigner_load-doesn't-remove-symbol-property.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/workflowdesigner_load-doesn't-remove-symbol-property.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-AppDomain-shutdown-handling-may-now-call-Dispatcher.Invoke-in-cleanup-of-WeakEvents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-AppDomain-shutdown-handling-may-now-call-Dispatcher.Invoke-in-cleanup-of-WeakEvents.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-HwndHost-child-hwnd-correct-size-during-DPI-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-HwndHost-child-hwnd-correct-size-during-DPI-changes.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-KB-focus-now-moves-correctly-across-hosting-scenarios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-KB-focus-now-moves-correctly-across-hosting-scenarios.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-MarkupCompiler-default-hash-algorithm-is-now-SHA256.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-MarkupCompiler-default-hash-algorithm-is-now-SHA256.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-MasterDetail-ADOdata-PrimaryKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-MasterDetail-ADOdata-PrimaryKey.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-PackageDigitalSignatureManager.DefaultHashAlgorithm-is-now-SHA256.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-PackageDigitalSignatureManager.DefaultHashAlgorithm-is-now-SHA256.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-SelectionTextBrush-property-for-non-adorner-selection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-SelectionTextBrush-property-for-non-adorner-selection.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-TextBox-PasswordBox-text-selection-does-not-follow-system-colors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-TextBox-PasswordBox-text-selection-does-not-follow-system-colors.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-accessibility-improvements-48.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-accessibility-improvements-48.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-accessibility-improvements.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-accessibility-improvements.MD -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-aero2-and-aerolite-themes-toggle-button-doesn't-show-any-state.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-aero2-and-aerolite-themes-toggle-button-doesn't-show-any-state.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-chained-popups-with-StaysOpen-false.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-chained-popups-with-StaysOpen-false.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-databinding-should-use-key-not-indexer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-databinding-should-use-key-not-indexer.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-datatemplate-elements-are-now-visible-to-uia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-datatemplate-elements-are-now-visible-to-uia.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-dispatchersynchronizationcontext_createcopy-now-returns-a-new-copy-instead-of-the-current-instance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-dispatchersynchronizationcontext_createcopy-now-returns-a-new-copy-instead-of-the-current-instance.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-focus-visual-for-radiobutton-and-checkbox-displays-correctly-when-there-is-no-content.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-focus-visual-for-radiobutton-and-checkbox-displays-correctly-when-there-is-no-content.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-grid-allocation-of-space-to-star-columns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-grid-allocation-of-space-to-star-columns.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-grid-row-size-allocation-with-collapsed-element.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-grid-row-size-allocation-with-collapsed-element.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-hang-listbox-duplicate-valuetypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-hang-listbox-duplicate-valuetypes.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-hang-when-resizing-a-grid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-hang-when-resizing-a-grid.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-keyboard-navigation-listbox-hyperlink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-keyboard-navigation-listbox-hyperlink.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-layout-rounding-of-margins-has-changed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-layout-rounding-of-margins-has-changed.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-nullreferenceexception-in-exception-handling-code-from-imagesourceconverter_convertfrom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-nullreferenceexception-in-exception-handling-code-from-imagesourceconverter_convertfrom.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-pencontext-disable-method-calls-on-touch-enabled-systems-may-throw-argumentexception.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-pencontext-disable-method-calls-on-touch-enabled-systems-may-throw-argumentexception.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-performace-improvement-grouping-automation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-performace-improvement-grouping-automation.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-pointer-based-touch-stack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-pointer-based-touch-stack.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-printing-stack-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-printing-stack-update.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-selector-crash-when-removing-item-from-custom-collection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-selector-crash-when-removing-item-from-custom-collection.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-selector-selectionchanged-and-selectedvalue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-selector-selectionchanged-and-selectedvalue.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-spawns-a-wisptis_exe-process-which-can-freeze-the-mouse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-spawns-a-wisptis_exe-process-which-can-freeze-the-mouse.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-spell-checking-fail-in-unexpected-ways.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-spell-checking-fail-in-unexpected-ways.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-spell-checking-in-text-enabled-controls-will-not-work-in-windows-10-for-languages-not-in-the-input-language-list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-spell-checking-in-text-enabled-controls-will-not-work-in-windows-10-for-languages-not-in-the-input-language-list.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-tabcontrol-selectionchanged-and-selectedcontent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-tabcontrol-selectionchanged-and-selectedcontent.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-textbox-defaults-to-undo-limit-of-100.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-textbox-defaults-to-undo-limit-of-100.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-textbox-selected-text-appears-a-different-color-when-the-text-box-is-inactive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-textbox-selected-text-appears-a-different-color-when-the-text-box-is-inactive.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-textbox_text-can-be-out-of-sync-with-databinding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-textbox_text-can-be-out-of-sync-with-databinding.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-treeviewitem-must-be-used-within-a-treeview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-treeviewitem-must-be-used-within-a-treeview.md -------------------------------------------------------------------------------- /Documentation/compatibility/wpf-windows-are-rendered-without-clipping-when-extending-outside-a-single-monitor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/wpf-windows-are-rendered-without-clipping-when-extending-outside-a-single-monitor.md -------------------------------------------------------------------------------- /Documentation/compatibility/x509certificate2_tostring(bool)-does-not-throw-now-when-dotnet-cannot-handle-the-certificate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/x509certificate2_tostring(bool)-does-not-throw-now-when-dotnet-cannot-handle-the-certificate.md -------------------------------------------------------------------------------- /Documentation/compatibility/x509certificateclaimset_findclaims-considers-all-claimtypes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/x509certificateclaimset_findclaims-considers-all-claimtypes.md -------------------------------------------------------------------------------- /Documentation/compatibility/xml-documents-are-now-consider-invalid-if-they-contains-transforms-that-are-not-allowed-on-digital-signatures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/xml-documents-are-now-consider-invalid-if-they-contains-transforms-that-are-not-allowed-on-digital-signatures.md -------------------------------------------------------------------------------- /Documentation/compatibility/xml-schema-validation-is-stricter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/xml-schema-validation-is-stricter.md -------------------------------------------------------------------------------- /Documentation/compatibility/xmlschemaexception-now-sets-line-positions-properly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/xmlschemaexception-now-sets-line-positions-properly.md -------------------------------------------------------------------------------- /Documentation/compatibility/xmlserializer-fails-while-serializing-a-type-that-hides-an-accessible-member-with-an-inaccessible-one.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/xmlserializer-fails-while-serializing-a-type-that-hides-an-accessible-member-with-an-inaccessible-one.md -------------------------------------------------------------------------------- /Documentation/compatibility/xmlserializer-serializes-fields-differently-in-4_5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/xmlserializer-serializes-fields-differently-in-4_5.md -------------------------------------------------------------------------------- /Documentation/compatibility/xmltextreader-dtd-entity-expansion-is-limited-to-10000000-characters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/xmltextreader-dtd-entity-expansion-is-limited-to-10000000-characters.md -------------------------------------------------------------------------------- /Documentation/compatibility/xmlwriter-throws-on-invalid-surrogate-pairs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/xmlwriter-throws-on-invalid-surrogate-pairs.md -------------------------------------------------------------------------------- /Documentation/compatibility/xsd-schema-validation-now-correctly-detects-violations-of-unique-constraints-if-compound-keys-are-used-and-one-key-is-empty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/xsd-schema-validation-now-correctly-detects-violations-of-unique-constraints-if-compound-keys-are-used-and-one-key-is-empty.md -------------------------------------------------------------------------------- /Documentation/compatibility/xslt-forward-compat-now-works.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/xslt-forward-compat-now-works.md -------------------------------------------------------------------------------- /Documentation/compatibility/xslt-style-sheet-exception-message-changed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/compatibility/xslt-style-sheet-exception-message-changed.md -------------------------------------------------------------------------------- /Documentation/testing-with-ryujit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/Documentation/testing-with-ryujit.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/SECURITY.md -------------------------------------------------------------------------------- /data/platforms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/data/platforms.json -------------------------------------------------------------------------------- /docs/ecosystem-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/docs/ecosystem-issues.md -------------------------------------------------------------------------------- /docs/testing-with-ryujit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/docs/testing-with-ryujit.md -------------------------------------------------------------------------------- /dotnet-consumer-projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/dotnet-consumer-projects.md -------------------------------------------------------------------------------- /dotnet-developer-projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/dotnet-developer-projects.md -------------------------------------------------------------------------------- /dotnet-free-oss-services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/dotnet-free-oss-services.md -------------------------------------------------------------------------------- /releases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/README.md -------------------------------------------------------------------------------- /releases/UWP/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/UWP/LICENSE.TXT -------------------------------------------------------------------------------- /releases/UWP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/UWP/README.md -------------------------------------------------------------------------------- /releases/UWP/net-native1.4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/UWP/net-native1.4/README.md -------------------------------------------------------------------------------- /releases/UWP/net-native1.6/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/UWP/net-native1.6/README.md -------------------------------------------------------------------------------- /releases/UWP/net-native1.7/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/UWP/net-native1.7/README.md -------------------------------------------------------------------------------- /releases/UWP/net-native2.0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/UWP/net-native2.0/README.md -------------------------------------------------------------------------------- /releases/UWP/net-native2.0/funceval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/UWP/net-native2.0/funceval.md -------------------------------------------------------------------------------- /releases/UWP/net-native2.0/images/funceval-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/UWP/net-native2.0/images/funceval-0.png -------------------------------------------------------------------------------- /releases/UWP/net-native2.0/images/funceval-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/UWP/net-native2.0/images/funceval-1.png -------------------------------------------------------------------------------- /releases/UWP/net-native2.0/images/funceval-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/UWP/net-native2.0/images/funceval-2.png -------------------------------------------------------------------------------- /releases/UWP/net-native2.0/incremental-compilation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/UWP/net-native2.0/incremental-compilation.md -------------------------------------------------------------------------------- /releases/UWP/net-native2.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/UWP/net-native2.1/README.md -------------------------------------------------------------------------------- /releases/UWP/net-native2.2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/UWP/net-native2.2/README.md -------------------------------------------------------------------------------- /releases/net45/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net45/README.md -------------------------------------------------------------------------------- /releases/net451/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net451/README.md -------------------------------------------------------------------------------- /releases/net452/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net452/README.md -------------------------------------------------------------------------------- /releases/net46/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net46/README.md -------------------------------------------------------------------------------- /releases/net46/dotnet46-api-changes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net46/dotnet46-api-changes.html -------------------------------------------------------------------------------- /releases/net46/dotnet46-api-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net46/dotnet46-api-changes.md -------------------------------------------------------------------------------- /releases/net46/dotnet46-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net46/dotnet46-changes.md -------------------------------------------------------------------------------- /releases/net461/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net461/README.md -------------------------------------------------------------------------------- /releases/net461/dotnet461-api-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net461/dotnet461-api-changes.md -------------------------------------------------------------------------------- /releases/net461/dotnet461-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net461/dotnet461-changes.md -------------------------------------------------------------------------------- /releases/net462/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net462/README.md -------------------------------------------------------------------------------- /releases/net462/dotnet462-api-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net462/dotnet462-api-changes.md -------------------------------------------------------------------------------- /releases/net462/dotnet462-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net462/dotnet462-changes.md -------------------------------------------------------------------------------- /releases/net47/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net47/README.md -------------------------------------------------------------------------------- /releases/net47/dotnet47-api-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net47/dotnet47-api-changes.md -------------------------------------------------------------------------------- /releases/net47/dotnet47-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net47/dotnet47-changes.md -------------------------------------------------------------------------------- /releases/net471/KnownIssues/470006-GC Crashes with high rate of large object allocation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/KnownIssues/470006-GC Crashes with high rate of large object allocation.md -------------------------------------------------------------------------------- /releases/net471/KnownIssues/479874-WPF Touch Stops Working After Prolonged Use of Popups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/KnownIssues/479874-WPF Touch Stops Working After Prolonged Use of Popups.md -------------------------------------------------------------------------------- /releases/net471/KnownIssues/481090-WPF Touch generates NullReferenceException in ProcessInputReport.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/KnownIssues/481090-WPF Touch generates NullReferenceException in ProcessInputReport.md -------------------------------------------------------------------------------- /releases/net471/KnownIssues/489937-WPF Touch and Stylus AccessViolation in GetPenEventMultiple.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/KnownIssues/489937-WPF Touch and Stylus AccessViolation in GetPenEventMultiple.md -------------------------------------------------------------------------------- /releases/net471/KnownIssues/493108-WPF InvalidCastException when displaying a checked MenuItem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/KnownIssues/493108-WPF InvalidCastException when displaying a checked MenuItem.md -------------------------------------------------------------------------------- /releases/net471/KnownIssues/510901-BCL Apps targeting .NET-4.6.1 that use .NET Standard libraries might be broken when running on .NET 4.7.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/KnownIssues/510901-BCL Apps targeting .NET-4.6.1 that use .NET Standard libraries might be broken when running on .NET 4.7.1.md -------------------------------------------------------------------------------- /releases/net471/KnownIssues/514195-Targeting .NET Framework 4.7.1 copies extra files to your bin directory.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/KnownIssues/514195-Targeting .NET Framework 4.7.1 copies extra files to your bin directory.md -------------------------------------------------------------------------------- /releases/net471/KnownIssues/517815-BCL Applications making heavy use of System.Diagnostics.StackTrace might run more slowly on .NET 4.7.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/KnownIssues/517815-BCL Applications making heavy use of System.Diagnostics.StackTrace might run more slowly on .NET 4.7.1.md -------------------------------------------------------------------------------- /releases/net471/KnownIssues/517815-BCL Stack traces are missing source information for frames with debug information in the Portable PDB format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/KnownIssues/517815-BCL Stack traces are missing source information for frames with debug information in the Portable PDB format.md -------------------------------------------------------------------------------- /releases/net471/KnownIssues/521954 - BCL CultureAwareComparer with ignore casing on serialized on previous versions of .NET do not correctly deserialize on .NET 4.7.1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/KnownIssues/521954 - BCL CultureAwareComparer with ignore casing on serialized on previous versions of .NET do not correctly deserialize on .NET 4.7.1.md -------------------------------------------------------------------------------- /releases/net471/KnownIssues/523633 - Setup - OS upgrade to Windows 10 gets the product in bad state.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/KnownIssues/523633 - Setup - OS upgrade to Windows 10 gets the product in bad state.md -------------------------------------------------------------------------------- /releases/net471/KnownIssues/534719-Networking ServicePoint.ConnectionLimit default behavior with loopback changed unexpectedly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/KnownIssues/534719-Networking ServicePoint.ConnectionLimit default behavior with loopback changed unexpectedly.md -------------------------------------------------------------------------------- /releases/net471/KnownIssues/534719-Networking.ServicePoint.ConnectionLimit default behavior changed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/KnownIssues/534719-Networking.ServicePoint.ConnectionLimit default behavior changed.md -------------------------------------------------------------------------------- /releases/net471/KnownIssues/553390 - BCL - SGEN crashes because it references System.IO.Compression.ZipFile.dll.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/KnownIssues/553390 - BCL - SGEN crashes because it references System.IO.Compression.ZipFile.dll.md -------------------------------------------------------------------------------- /releases/net471/KnownIssues/623552-BCL Higher assembly versions that 4.0.0.0 for System.IO.Compression.ZipFile cannot be loaded without a binding redirect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/KnownIssues/623552-BCL Higher assembly versions that 4.0.0.0 for System.IO.Compression.ZipFile cannot be loaded without a binding redirect.md -------------------------------------------------------------------------------- /releases/net471/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/README.md -------------------------------------------------------------------------------- /releases/net471/dotnet471-api-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/dotnet471-api-changes.md -------------------------------------------------------------------------------- /releases/net471/dotnet471-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/dotnet471-changes.md -------------------------------------------------------------------------------- /releases/net471/dotnet471-known-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net471/dotnet471-known-issues.md -------------------------------------------------------------------------------- /releases/net472/KnownIssues/405199 - WPF Non-Adorner TextSelection Occludes Text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net472/KnownIssues/405199 - WPF Non-Adorner TextSelection Occludes Text.md -------------------------------------------------------------------------------- /releases/net472/KnownIssues/504055 - WPF May Not Show Touch Keyboard In All Scenarios on Windows 10 April 2018 Update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net472/KnownIssues/504055 - WPF May Not Show Touch Keyboard In All Scenarios on Windows 10 April 2018 Update.md -------------------------------------------------------------------------------- /releases/net472/KnownIssues/560016-XBAP Applications targeting .NET 2.0,3.5 select wrong runtime version.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net472/KnownIssues/560016-XBAP Applications targeting .NET 2.0,3.5 select wrong runtime version.md -------------------------------------------------------------------------------- /releases/net472/KnownIssues/593963 - WPF Exceptions during AppDomain or process shutdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net472/KnownIssues/593963 - WPF Exceptions during AppDomain or process shutdown.md -------------------------------------------------------------------------------- /releases/net472/KnownIssues/599936 - Narrator does not annouce the ReadOnly Status for DataGridView TextBox column with the TextBox column Readonly property set as true.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net472/KnownIssues/599936 - Narrator does not annouce the ReadOnly Status for DataGridView TextBox column with the TextBox column Readonly property set as true.md -------------------------------------------------------------------------------- /releases/net472/KnownIssues/611802 - SQLConnection.ConnectionString throws NullReferenceException .md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net472/KnownIssues/611802 - SQLConnection.ConnectionString throws NullReferenceException .md -------------------------------------------------------------------------------- /releases/net472/KnownIssues/613745 - Single-name references are removed by the SDK when targeting 4.7.2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net472/KnownIssues/613745 - Single-name references are removed by the SDK when targeting 4.7.2.md -------------------------------------------------------------------------------- /releases/net472/KnownIssues/669153 - Remoting calls made within a transaction can lead to Transaction.Current incorrectly returning null.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net472/KnownIssues/669153 - Remoting calls made within a transaction can lead to Transaction.Current incorrectly returning null.md -------------------------------------------------------------------------------- /releases/net472/KnownIssues/695400 - Setup fails to install the product after migrating OS from Windows 7 or Windows Server 2008 R2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net472/KnownIssues/695400 - Setup fails to install the product after migrating OS from Windows 7 or Windows Server 2008 R2.md -------------------------------------------------------------------------------- /releases/net472/KnownIssues/706819 - Winforms applications may have problems rendering UI on latest Operating Systems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net472/KnownIssues/706819 - Winforms applications may have problems rendering UI on latest Operating Systems.md -------------------------------------------------------------------------------- /releases/net472/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net472/README.md -------------------------------------------------------------------------------- /releases/net472/dotnet472-api-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net472/dotnet472-api-changes.md -------------------------------------------------------------------------------- /releases/net472/dotnet472-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net472/dotnet472-changes.md -------------------------------------------------------------------------------- /releases/net472/dotnet472-known-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net472/dotnet472-known-issues.md -------------------------------------------------------------------------------- /releases/net48/KnownIssues/776516-InvalidOperationException in System_Web_ni!System.Web.Hosting.RecycleLimitMonitor+RecycleLimitMonitorSingleton.AlertProxyMonitors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net48/KnownIssues/776516-InvalidOperationException in System_Web_ni!System.Web.Hosting.RecycleLimitMonitor+RecycleLimitMonitorSingleton.AlertProxyMonitors.md -------------------------------------------------------------------------------- /releases/net48/KnownIssues/wpf-pma-window-drag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net48/KnownIssues/wpf-pma-window-drag.md -------------------------------------------------------------------------------- /releases/net48/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net48/README.md -------------------------------------------------------------------------------- /releases/net48/dotnet48-api-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net48/dotnet48-api-changes.md -------------------------------------------------------------------------------- /releases/net48/dotnet48-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net48/dotnet48-changes.md -------------------------------------------------------------------------------- /releases/net48/dotnet48-known-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net48/dotnet48-known-issues.md -------------------------------------------------------------------------------- /releases/net481/KnownIssues/4.x WCF optional components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net481/KnownIssues/4.x WCF optional components.md -------------------------------------------------------------------------------- /releases/net481/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net481/README.md -------------------------------------------------------------------------------- /releases/net481/dotnet481-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net481/dotnet481-changes.md -------------------------------------------------------------------------------- /releases/net481/dotnet481-known-issues.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/net481/dotnet481-known-issues.md -------------------------------------------------------------------------------- /releases/reference-assemblies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/releases/reference-assemblies/README.md -------------------------------------------------------------------------------- /src/bc-readme-gen/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/src/bc-readme-gen/Program.cs -------------------------------------------------------------------------------- /src/bc-readme-gen/README-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/src/bc-readme-gen/README-template.md -------------------------------------------------------------------------------- /src/bc-readme-gen/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/src/bc-readme-gen/README.md -------------------------------------------------------------------------------- /src/bc-readme-gen/bcreadgen.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/src/bc-readme-gen/bcreadgen.csproj -------------------------------------------------------------------------------- /tools/DrainNGENQueue/DrainNGenQueue.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/tools/DrainNGENQueue/DrainNGenQueue.ps1 -------------------------------------------------------------------------------- /tools/DrainNGENQueue/DrainNGenQueue.wsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/dotnet/HEAD/tools/DrainNGENQueue/DrainNGenQueue.wsf --------------------------------------------------------------------------------