- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Documentation path like ".*/docs/.*" 435 files: docs/BreakingChanges/! Template.md docs/BreakingChanges/001 SoapFormatter cannot deserialize Hashtable and similar ordered collection objects.md docs/BreakingChanges/002 XML schema validation is stricter.md docs/BreakingChanges/003 WPF DataTemplate elements are now visible to UIA.md docs/BreakingChanges/004 WPF TextBox selected text appears a different color when the text box is inactive.md docs/BreakingChanges/005 List.ForEach can throw exception when modifying list item.md docs/BreakingChanges/006 System.Uri parsing adheres to RFC 3987.md docs/BreakingChanges/010 System.Uri escaping now supports RFC 3986.md docs/BreakingChanges/011 System.Net.PeerToPeer.Collaboration unavailable on Windows 8.md docs/BreakingChanges/012 MEF catalogs implement IEnumerable and therefore can no longer be used to create a serializer.md docs/BreakingChanges/013 Missing Target Framework Moniker results in 4.0 behavior.md docs/BreakingChanges/014 No longer able to set EnableViewStateMac to false.md docs/BreakingChanges/018 BlockingCollection.TryTakeFromAny does not throw anymore.md docs/BreakingChanges/019 XmlSchemaException now sets line positions properly.md docs/BreakingChanges/020 System.Activities is now APTCA.md docs/BreakingChanges/021 WorkFlow 3.0 types are obsolete.md docs/BreakingChanges/022 Some WorkFlow drag and drop APIs are obsolete.md docs/BreakingChanges/023 New (ambiguous) Dispatcher.Invoke overloads could result in different behavior.md docs/BreakingChanges/024 EncoderParameter ctor is obsolete.md docs/BreakingChanges/025 EF version must match NetFX version.md docs/BreakingChanges/026 Change in behavior for Task.WaitAll methods with time-out arguments.md docs/BreakingChanges/027 Change in behavior in Data Definition Language (DDL) APIs.md docs/BreakingChanges/028 MachineKey.Encode and MachineKey.Decode methods are now obsolete.md docs/BreakingChanges/029 The Replace method in OData URLs is disabled by default.md docs/BreakingChanges/030 System.ServiceModel.Web.WebServiceHost object no longer adds a default endpoint.md docs/BreakingChanges/031 EventSource.WriteEvent impls must pass WriteEvent the same parameters that it received (plus ID).md docs/BreakingChanges/032 minFreeMemoryPercentageToActiveService is now respected.md docs/BreakingChanges/033 XmlTextReader DTD entity expansion is limited to 10000000 characters.md docs/BreakingChanges/034 XSLT forward compat now works.md docs/BreakingChanges/035 XSLT style sheet exception message changed.md docs/BreakingChanges/036 WF serializes Expressions.Literal DateTimes differently.md docs/BreakingChanges/037 New enum values in WPF's PageRangeSelection.md docs/BreakingChanges/038 WPF DispatcherSynchronizationContext.CreateCopy now returns a new copy instead of the current instance.md docs/BreakingChanges/039 System.Threading.Tasks.Task no longer throw ObjectDisposedException after object is disposed.md docs/BreakingChanges/040 Different exception handling for ObjectContext.CreateDatabase and DbProviderServices.CreateDatabase methods.md docs/BreakingChanges/041 ObjectContext.Translate and ObjectContext.ExecuteStoreQuery now support enum type.md docs/BreakingChanges/042 Enumerable.Empty always returns cached instance.md docs/BreakingChanges/043 HttpRequest.ContentEncoding property prohibits UTF7.md docs/BreakingChanges/044 HttpUtility.JavaScriptStringEncode escapes ampersand.md docs/BreakingChanges/045 Error codes for maxRequestLength or maxReceivedMessageSize are different.md docs/BreakingChanges/046 EventListener truncates strings with embedded nulls.md docs/BreakingChanges/047 WinRT stream adapters no long call FlushAsync automatically on close.md docs/BreakingChanges/048 ObsoleteAttribute exports as both ObsoleteAttribute and DeprecatedAttribute in WinMD scenarios.md docs/BreakingChanges/049 ResolveAssemblyReference task now warns on dependencies with the wrong architecture.md docs/BreakingChanges/050 Opt-in break to revert from different 4.5 SQL generation to simpler 4.0 SQL generation.md docs/BreakingChanges/051 WPF TextBox defaults to undo limit of 100.md docs/BreakingChanges/052 WPF TextBox.Text can be out-of-sync with databinding.md docs/BreakingChanges/053 WinForm's CheckForOverflowUnderflow property is now true for System.Drawing.md docs/BreakingChanges/162 Long path support.md docs/BreakingChanges/054 List.Sort algorithm changed.md docs/BreakingChanges/055 Exceptions during unobserved processing in System.Threading.Tasks.Task no longer propagate on finalizer thread.md docs/BreakingChanges/056 Compiler support for type forwarding when multi-targeting mscorlib.md docs/BreakingChanges/058 IAsyncResult.CompletedSynchronously property must be correct for the resulting task to complete.md docs/BreakingChanges/059 Log file name created by the ObjectContext.CreateDatabase method has changed to match SQL Server specifications.md docs/BreakingChanges/060 Page.LoadComplete event no longer causes System.Web.UI.WebControls.EntityDataSource control to invoke data binding.md docs/BreakingChanges/061 WebUtility.HtmlDecode no longer decodes invalid input sequences.md docs/BreakingChanges/062 WebUtility.HtmlEncode and WebUtility.HtmlDecode round-trip BMP correctly.md docs/BreakingChanges/063 Apps published with ClickOnce that use a SHA-256 code-signing certificate may fail on Windows 2003.md docs/BreakingChanges/064 Managed browser hosting controls from the .NET Framework 1.1 and 2.0 are blocked.md docs/BreakingChanges/067 Deserialization of objects across appdomains can fail.md docs/BreakingChanges/068 DbParameter.Precision and DbParameter.Scale are now public virtual members.md docs/BreakingChanges/069 EF no longer throws for QueryViews with specific characteristics.md docs/BreakingChanges/070 SqlConnection can no longer connect to SQL Server 1997 or databases using the VIA adapter.md docs/BreakingChanges/071 SqlBulkCopy uses destination column encoding for strings.md docs/BreakingChanges/072 Sql_variant data uses sql_variant collation rather than database collation.md docs/BreakingChanges/073 DataObject.GetData now retrieves data as UTF-8.md docs/BreakingChanges/074 Assemblies compiled with Regex.CompileToAssembly breaks between 4.0 and 4.5.md docs/BreakingChanges/075 TargetFrameworkName for default app domain no longer defaults to null if not set.md docs/BreakingChanges/076 X509Certificate2.ToString(bool) does not throw now when .NET cannot handle the certificate.md docs/BreakingChanges/077 Reflection objects can no longer be passed from managed code to out-of-process DCOM clients.md docs/BreakingChanges/078 ContentDisposition DateTimes returns slightly different string.md docs/BreakingChanges/079 ClickOnce supports SHA-256 on 4.0-targeted apps.md docs/BreakingChanges/080 IL ret not allowed in a try region.md docs/BreakingChanges/081 XmlWriter throws on invalid surrogate pairs.md docs/BreakingChanges/082 WorkflowDesigner.Load doesn't remove symbol property.md docs/BreakingChanges/083 SqlConnection.Open fails on Windows 7 with non-IFS Winsock BSP or LSP present.md docs/BreakingChanges/084 ICommand.CanExecuteChanged event behaviour changed in .NET 4.5.md docs/BreakingChanges/085 Some .NET APIs cause first chance (handled) EntryPointNotFoundExceptions.md docs/BreakingChanges/086 Scrolling a WPF TreeView or grouped ListBox in a VirtualizingStackPanel can cause a hang.md docs/BreakingChanges/087 WPF spawns a wisptis.exe process which can freeze the mouse.md docs/BreakingChanges/088 Unexpected InvalidCastException from InvokeMethod activity in WF4.md docs/BreakingChanges/089 Type.IsAssignableFrom returns wrong result for generic variables with constraints.md docs/BreakingChanges/090 WPF Aero2 and AeroLite themes toggle button doesn't show any state.md docs/BreakingChanges/091 EntityFramework 6.0 loads very slowly in apps launched from Visual Studio.md docs/BreakingChanges/092 Multi-line ASP.Net TextBox spacing changed when using AntiXSSEncoder.md docs/BreakingChanges/093 Linq to EF Join throws ArgumentOutOfRangeException.md docs/BreakingChanges/094 XmlSerializer serializes fields differently in 4.5.md docs/BreakingChanges/095 ConcurrentQueue.TryPeek can return an erroneous null via its out parameter.md docs/BreakingChanges/096 Profiling ASP.Net MVC4 apps can lead to Fatal Execution Engine Error.md docs/BreakingChanges/097 Non-pooled SQL connections will leak memory if not explicitly disposed.md docs/BreakingChanges/098 Multiple items in a single TableLayoutPanel cell may be rearranged.md docs/BreakingChanges/099 Binding a WPF selector property (such as 'SelectedItem') to a static property does not work.md docs/BreakingChanges/100 Foreach iterator variable is now scoped within the iteration.md docs/BreakingChanges/101 HtmlTextWriter does not render br element correctly.md docs/BreakingChanges/102 ListBoxItem IsSelected binding issue with ObservableCollection.Move.md docs/BreakingChanges/103 Right clicking on a WPF DataGrid row header changes the DataGrid selection.md docs/BreakingChanges/104 Calling Items.Refresh on a WPF ListBox or ListView or DataGrid with items selected can cause duplicate items to appear in the element.md docs/BreakingChanges/105 ETW EventListeners do not capture events from providers with explicit keywords.md docs/BreakingChanges/106 Exception message has changed for failed DataContract serialization in case of an unknown type.md docs/BreakingChanges/107 Accessing a WPF DataGrid's selected items from a handler of the DataGrid's UnloadingRow event can cause a NullReferenceException.md docs/BreakingChanges/109 Building an Entity Framework edmx with Visual Studio 2013 can fail with error MSB4062 if using the EntityDeploySplit or EntityClean tasks.md docs/BreakingChanges/110 NetDataContractSerializer fails to deserialize a ConcurrentDictionary serialized with a different .NET version.md docs/BreakingChanges/111 XSD Schema validation now correctly detects violations of unique constraints if compound keys are used and one key is empty.md docs/BreakingChanges/112 Calling Attribute.GetCustomAttributes on an indexer property no longer throws AmbiguousMatchException.md docs/BreakingChanges/113 Intermittently unable to scroll to bottom item in ItemsControls when using customer DataTemplates.md docs/BreakingChanges/114 GlyphRun.ComputeInkBoundingBox() and FormattedText.Extent return different values beginning in .NET 4.5.md docs/BreakingChanges/115 AppDomainSetup.DynamicBase is no longer randomized by UseRandomizedStringHashAlgorithm.md docs/BreakingChanges/116 GridViews with AllowCustomPaging set to true may fire the PageIndexChanging event when leaving the final page of the view.md docs/BreakingChanges/117 COR_PRF_GC_ROOT_HANDLEs are not being enumerated by profilers.md docs/BreakingChanges/118 IPad should not be used in custom capabilities file because it is now a browser capability.md docs/BreakingChanges/119 ADO.NET now attempts to automatically reconnect broken SQL connections.md docs/BreakingChanges/120 FlowDocument may show an extra line of text.md docs/BreakingChanges/121 System.Uri.IsWellFormedUriString method returns false for relative URIs with a colon char in first segment.md docs/BreakingChanges/122 The .NET Framework 4.6 does not use a 4.5.x.x version when registering itself in the registry.md docs/BreakingChanges/123 Null coalescer values are not visible in debugger until one step later.md docs/BreakingChanges/124 Calling DataGrid.CommitEdit from a CellEditEnding handler drops focus.md docs/BreakingChanges/125 ASP.NET MVC now escapes spaces in strings passed in via route parameters.md docs/BreakingChanges/127 VB.NET no longer supports partial namespace qualification for System.Windows APIs.md docs/BreakingChanges/128 Sharing session state with Asp.Net StateServer requires all servers in the web farm to use the same .NET Framework version.md docs/BreakingChanges/129 Two-way data-binding to a property with a non-public setter is not supported.md docs/BreakingChanges/130 Marshal.SizeOf and Marshal.PtrToStructure overloads break dynamic code.md docs/BreakingChanges/131 PreviewLostKeyboardFocus is called repeatedly if its handler shows a message box.md docs/BreakingChanges/133 A ConcurrentDictionary serialized in .NET 4.5 with NetDataContractSerializer cannot be deserialized by .NET 4.5.1 or 4.5.2.md docs/BreakingChanges/134 Persian calendar now uses the Hijri solar algorithm.md docs/BreakingChanges/135 WPF windows are rendered without clipping when extending outside a single monitor.md docs/BreakingChanges/136 WPF spell checking in text-enabled controls will not work in Windows 10 for languages not in the input language list.md docs/BreakingChanges/137 Only Tls 1.0 1.1 and 1.2 protocols supported in System.Net.ServicePointManager and System.Net.Security.SslStream.md docs/BreakingChanges/138 Calling CreateDefaultAuthorizationContext with a null argument has changed.md docs/BreakingChanges/139 WPF layout rounding of margins has changed.md docs/BreakingChanges/140 XmlSerializer fails while serializing a type that hides an accessible member with an inaccessible one.md docs/BreakingChanges/141 WPF TreeViewItem must be used within a TreeView.md docs/BreakingChanges/142 WCF Binding with the TransportWithMessageCredential security mode.md docs/BreakingChanges/143 X509CertificateClaimSet.FindClaims Considers All claimTypes.md docs/BreakingChanges/144 Application.FilterMessage no longer throws for re-entrant implementations of IMessageFilter.PreFilterMessage.md docs/BreakingChanges/145 CurrentCulture not preserved across WPF dispatcher operations.md docs/BreakingChanges/146 CurrentCulture flows across Tasks.md docs/BreakingChanges/147 BinaryFormatter can fail to find type from LoadFrom context.md docs/BreakingChanges/148 RSACng now correctly loads RSA keys of non-standard keysize.md docs/BreakingChanges/149 Remove Ssl3 from the WCF TransportDefaults.md docs/BreakingChanges/150 Incorrect implementation of MemberDescriptor.Equals.md docs/BreakingChanges/151 Item-scrolling a flat list with items of different pixel height.md docs/BreakingChanges/152 CoerceIsSelectionBoxHighlighted.md docs/BreakingChanges/153 Horizontal scrolling and virtualization.md docs/BreakingChanges/154 Items.Clear does not remove duplicates from SelectedItems.md docs/BreakingChanges/155 WPF spell checking fail in unexpected ways.md docs/BreakingChanges/156 Xml documents are now consider invalid if they contains transforms that are not allowed on digital signatures.md docs/BreakingChanges/157 Unicode data now support standard v8.0 categories.md docs/BreakingChanges/158 Path colon checks are stricter.md docs/BreakingChanges/159 RSACng.VerifyHash now returns False for any verification failure.md docs/BreakingChanges/160 Connection pool blocking period for Azure SQL databases is removed.md docs/BreakingChanges/161 Changing the IsEnabled property of the parent of a TextBlock control affects any child controls.md docs/BreakingChanges/163 Changes in path normalization.md docs/BreakingChanges/164 Calls to ClaimsIdentity constructors.md docs/BreakingChanges/165 AesCryptoServiceProvider decryptor provides a reusable transform.md docs/BreakingChanges/166 WCF transport security supports certificates stored using CNG.md docs/BreakingChanges/167 WCF message security now is able to use TLS1.1 and TLS1.2.md docs/BreakingChanges/168 Serialization of control characters with DataContractJsonSerializer is now compatible with ECMAScript V6 and V8.md docs/BreakingChanges/BreakingChangeCategories.json docs/Console/README.md docs/HowTo/BreakingChanges.md docs/HowTo/PlatformPortability.md docs/HowTo/README.md docs/LicenseTerms/MicrosoftDOTNETPortabilityAnalyzerCLIPrivacyStatement.txt docs/LicenseTerms/MicrosoftDOTNETPortabilityAnalyzerCLIThirdPartyNotices.txt docs/RecommendedChanges/! Template.md docs/RecommendedChanges/Microsoft.Win32/Remove usage.md docs/RecommendedChanges/Microsoft.Win32/Use Dispose.md docs/RecommendedChanges/Microsoft.Win32/Use Handle or PInvoke.md docs/RecommendedChanges/README.md docs/RecommendedChanges/System.Collections.Generic/No workaround.md docs/RecommendedChanges/System.Collections.Generic/Use ReadOnlyCollection ctor.md docs/RecommendedChanges/System.Collections.Generic/Use System.Collections.Concurrent.md docs/RecommendedChanges/System.Collections/Use BitArray.Length.md docs/RecommendedChanges/System.ComponentModel/No workaround.md docs/RecommendedChanges/System.ComponentModel/Remove usage.md docs/RecommendedChanges/System.ComponentModel/Use another exception.md docs/RecommendedChanges/System.Configuration.Provider/Use configuration per app model.md docs/RecommendedChanges/System.Configuration/Use configuration per app model.md docs/RecommendedChanges/System.Diagnostics.Eventing/Use EventSource.md docs/RecommendedChanges/System.Diagnostics/Do not use.md docs/RecommendedChanges/System.Diagnostics/No workaround.md docs/RecommendedChanges/System.Diagnostics/Remove usage or PInvoke.md docs/RecommendedChanges/System.Diagnostics/Remove usage.md docs/RecommendedChanges/System.Diagnostics/Use Dispose.md docs/RecommendedChanges/System.Diagnostics/Use EventSource.md docs/RecommendedChanges/System.Diagnostics/Use Process.SafeHandle.md docs/RecommendedChanges/System.Diagnostics/Use ProcessStartInfo.Environment.md docs/RecommendedChanges/System.Diagnostics/Use Stream ctor.md docs/RecommendedChanges/System.Diagnostics/Use TextWriterTraceListener.md docs/RecommendedChanges/System.Globalization/Use CultureInfo.md docs/RecommendedChanges/System.IO.Pipes/Use NamedPipeServerStream.WaitForConnectionAsync.md docs/RecommendedChanges/System.IO/No change required.md docs/RecommendedChanges/System.IO/Use Dispose.md docs/RecommendedChanges/System.IO/Use File.GetAttributes.md docs/RecommendedChanges/System.IO/Use File.GetLastAccessTime.ToUTC.md docs/RecommendedChanges/System.IO/Use File.GetLastWriteTime.ToUTC.md docs/RecommendedChanges/System.IO/Use File.Open and StreamReader.md docs/RecommendedChanges/System.IO/Use File.OpenText or File.Open.md docs/RecommendedChanges/System.IO/Use File.ReadLines.md docs/RecommendedChanges/System.IO/Use File.WriteAllLines.md docs/RecommendedChanges/System.IO/Use FileInfo.Attributes.md docs/RecommendedChanges/System.IO/Use Stream.ReadAsync.md docs/RecommendedChanges/System.IO/Use Stream.WriteAsync.md docs/RecommendedChanges/System.IO/Use other Stream types.md docs/RecommendedChanges/System.IO/Use overload with buffer.md docs/RecommendedChanges/System.Linq.Expressions/Use another ctor.md docs/RecommendedChanges/System.Net.Cache/Remove usage.md docs/RecommendedChanges/System.Net.Security/SslStream.ConnectAsXxx.md docs/RecommendedChanges/System.Net.Security/Use another handler.md docs/RecommendedChanges/System.Net.Sockets/Use Dispose.md docs/RecommendedChanges/System.Net/Always ImpersonationLevel.Delegate.md docs/RecommendedChanges/System.Net/Depends on HttpClient.md docs/RecommendedChanges/System.Net/Implement IWebProxy.md docs/RecommendedChanges/System.Net/Not supported Continue always off.md docs/RecommendedChanges/System.Net/Remove usage not supported.md docs/RecommendedChanges/System.Net/Replacement available for ASP.NET 5.md docs/RecommendedChanges/System.Net/Use HttpClient or HttpClientHandler.md docs/RecommendedChanges/System.Net/Use HttpClient or HttpRequestMessage or HttpResponseMessage.md docs/RecommendedChanges/System.Net/Use HttpClient or WinHttpHandler.md docs/RecommendedChanges/System.Net/Use HttpClient or others instead.md docs/RecommendedChanges/System.Net/Use HttpClient.DefaultRequestHeaders.Expect.md docs/RecommendedChanges/System.Net/Use HttpClient.DefaultRequestHeaders.IfModifiedSince.md docs/RecommendedChanges/System.Net/Use HttpClient.DefaultRequestHeaders.Referrer.md docs/RecommendedChanges/System.Net/Use HttpClient.DefaultRequestHeaders.TransferEncoding.md docs/RecommendedChanges/System.Net/Use HttpClient.DefaultRequestHeaders.UserAgent.md docs/RecommendedChanges/System.Net/Use HttpClient.SendAsync.md docs/RecommendedChanges/System.Net/Use HttpClient.Timeout.md docs/RecommendedChanges/System.Net/Use HttpClient.md docs/RecommendedChanges/System.Net/Use HttpClientHandler.AllowAutoRedirect.md docs/RecommendedChanges/System.Net/Use HttpClientHandler.AutomaticDecompression.md docs/RecommendedChanges/System.Net/Use HttpClientHandler.MaxAutomaticRedirections.md docs/RecommendedChanges/System.Net/Use HttpClientHandler.SetAutomaticDecompression.md docs/RecommendedChanges/System.Net/Use HttpContent.Headers.ContentEncoding.md docs/RecommendedChanges/System.Net/Use HttpContent.Headers.ContentLength.md docs/RecommendedChanges/System.Net/Use HttpContent.Headers.ContentType.md docs/RecommendedChanges/System.Net/Use HttpContent.md docs/RecommendedChanges/System.Net/Use HttpRequestHeaders.Item.md docs/RecommendedChanges/System.Net/Use HttpRequestMessage.Headers.Referrer.md docs/RecommendedChanges/System.Net/Use HttpRequestMessage.Headers.TransferEncoding.md docs/RecommendedChanges/System.Net/Use HttpRequestMessage.Version.md docs/RecommendedChanges/System.Net/Use HttpResponseHeaders.Item.md docs/RecommendedChanges/System.Net/Use HttpResponseMessage.Dispose.md docs/RecommendedChanges/System.Net/Use HttpResponseMessage.Headers.Connection.Add.md docs/RecommendedChanges/System.Net/Use HttpResponseMessage.Headers.Connection.Contains.md docs/RecommendedChanges/System.Net/Use HttpResponseMessage.Headers.Connection.md docs/RecommendedChanges/System.Net/Use HttpResponseMessage.Headers.Contains.md docs/RecommendedChanges/System.Net/Use WinHttpHandler.ClientCertificates.md docs/RecommendedChanges/System.Net/Use WinHttpHandler.MaxResponseHeadersLength.md docs/RecommendedChanges/System.Net/Use WinHttpHandler.PreAuthenticate.md docs/RecommendedChanges/System.Net/Use WinHttpHandler.ReceiveTimeout or SendTimeout.md docs/RecommendedChanges/System.Net/Use chunked HttpClient.DefaultRequestHeaders.TransferEncoding.md docs/RecommendedChanges/System.Reflection/False positive ignore.md docs/RecommendedChanges/System.Reflection/Remove usage.md docs/RecommendedChanges/System.Reflection/Use Activator.CreateInstance.md docs/RecommendedChanges/System.Reflection/Use Assembly.DefinedTypes.md docs/RecommendedChanges/System.Reflection/Use Assembly.GetType.md docs/RecommendedChanges/System.Reflection/Use Assembly.Load.md docs/RecommendedChanges/System.Reflection/Use Assembly.Modules.md docs/RecommendedChanges/System.Reflection/Use AssemblyLoadContext.md docs/RecommendedChanges/System.Reflection/Use AssemblyName.Name.md docs/RecommendedChanges/System.Reflection/Use CustomAttributeExtensions.md docs/RecommendedChanges/System.Reflection/Use FieldInfo.GetValue.md docs/RecommendedChanges/System.Reflection/Use GetTypeInfo.Assembly.md docs/RecommendedChanges/System.Reflection/Use Microsoft.BCL.Metadata.md docs/RecommendedChanges/System.Reflection/Use PropertyInfo.GetMethod.md docs/RecommendedChanges/System.Reflection/Use PropertyInfo.SetMethod.md docs/RecommendedChanges/System.Reflection/Use System.Reflection.TypeExtensions.md docs/RecommendedChanges/System.Reflection/Use another overload.md docs/RecommendedChanges/System.Reflection/Use is operator.md docs/RecommendedChanges/System.Reflection/Use typeof.md docs/RecommendedChanges/System.Resources/Use manifest resources for objects.md docs/RecommendedChanges/System.Runtime.CompilerServices/Remove usage.md docs/RecommendedChanges/System.Runtime.ConstrainedExecution/Remove usage.md docs/RecommendedChanges/System.Runtime.InteropServices/Remove usage.md docs/RecommendedChanges/System.Runtime.InteropServices/Use CharSet.Unicode.md docs/RecommendedChanges/System.Runtime.InteropServices/Use Marshal.PtrToStringUni.md docs/RecommendedChanges/System.Runtime.InteropServices/Use SecureStringMarshal.SecureStringToCoTaskMemUnicode SecureString.md docs/RecommendedChanges/System.Runtime.InteropServices/Use SecureStringMarshal.SecureStringToCoTaskMemUnicode.md docs/RecommendedChanges/System.Runtime.InteropServices/Use SecureStringMarshal.ZeroCoTaskMemUnicode.md docs/RecommendedChanges/System.Runtime.InteropServices/Use System.Exception.HResult.md docs/RecommendedChanges/System.Runtime.Remoting.Messaging/Remove usage.md docs/RecommendedChanges/System.Runtime.Remoting.Messaging/Use AsyncLocal.md docs/RecommendedChanges/System.Runtime.Remoting.Messaging/Use another tech.md docs/RecommendedChanges/System.Runtime.Remoting.Proxies/Remove usage.md docs/RecommendedChanges/System.Runtime.Remoting/Remove usage.md docs/RecommendedChanges/System.Runtime.Serialization/Remove from Exception ctors.md docs/RecommendedChanges/System.Security.Cryptography.X509Certificates/Use Dispose.md docs/RecommendedChanges/System.Security.Cryptography.X509Certificates/Use GetRSAPrivateKey or GetECDsaPrivateKey.md docs/RecommendedChanges/System.Security.Cryptography.X509Certificates/Use another overload.md docs/RecommendedChanges/System.Security.Cryptography/No workaround.md docs/RecommendedChanges/System.Security.Cryptography/Use Aes.md docs/RecommendedChanges/System.Security.Cryptography/Use Dispose.md docs/RecommendedChanges/System.Security.Cryptography/Use HashAlgorithm.ComputeHash.md docs/RecommendedChanges/System.Security.Cryptography/Use SHA1.Create.md docs/RecommendedChanges/System.Security.Cryptography/Use SHA256.Create.md docs/RecommendedChanges/System.Security.Permissions/Remove usage.md docs/RecommendedChanges/System.Security/Remove usage.md docs/RecommendedChanges/System.Text/No workaround.md docs/RecommendedChanges/System.Text/Use DecoderFallback.ReplacementFallback.md docs/RecommendedChanges/System.Text/Use EncoderFallback.ExceptionFallback.md docs/RecommendedChanges/System.Text/Use EncoderFallback.ReplacementFallback.md docs/RecommendedChanges/System.Text/Use Encoding.GetEncoding.md docs/RecommendedChanges/System.Text/Use Encoding.GetString.md docs/RecommendedChanges/System.Threading.Tasks/Use await.md docs/RecommendedChanges/System.Threading/Remove usage.md docs/RecommendedChanges/System.Threading/Use CultureInfo.CurrentCulture.md docs/RecommendedChanges/System.Threading/Use CultureInfo.CurrentUICulture.md docs/RecommendedChanges/System.Threading/Use Dispose.md docs/RecommendedChanges/System.Threading/Use EventWaitHandle.OpenExisting.md docs/RecommendedChanges/System.Threading/Use Interlocked.MemoryBarrier.md docs/RecommendedChanges/System.Threading/Use Monitor.md docs/RecommendedChanges/System.Threading/Use ReaderWriterLockSlim.md docs/RecommendedChanges/System.Threading/Use Task.Delay or Timer.md docs/RecommendedChanges/System.Threading/Use Tasks.md docs/RecommendedChanges/System.Threading/Use Threading.SpinWait.md docs/RecommendedChanges/System.Threading/Use WaitHandle.WaitOne.md docs/RecommendedChanges/System.Threading/Use WaitHandleExtensions.md docs/RecommendedChanges/System.Threading/Use another overload.md docs/RecommendedChanges/System.Threading/Use int ctor.md docs/RecommendedChanges/System.Threading/Use int interval.md docs/RecommendedChanges/System.Timers/Use System.Threading.Timer.md docs/RecommendedChanges/System.Timers/Use TimerCallback.md docs/RecommendedChanges/System.Web.Script.Serialization/Use Json.NET.md docs/RecommendedChanges/System.Web/Remove usage.md docs/RecommendedChanges/System.Xml.Schema/No workaround.md docs/RecommendedChanges/System.Xml/Add contract.md docs/RecommendedChanges/System.Xml/Available in higher versions.md docs/RecommendedChanges/System.Xml/Cast to supported type.md docs/RecommendedChanges/System.Xml/No workaround.md docs/RecommendedChanges/System.Xml/Remove usage.md docs/RecommendedChanges/System.Xml/Use Dispose.md docs/RecommendedChanges/System.Xml/Use MemberwiseClone or copy fields.md docs/RecommendedChanges/System.Xml/Use XPathNavigator.md docs/RecommendedChanges/System.Xml/Use XmlReader.Create.md docs/RecommendedChanges/System.Xml/Use XmlReader.ReadElementContentAsString.md docs/RecommendedChanges/System.Xml/Use XmlWriter.Create Stream XmlWriterSettings.md docs/RecommendedChanges/System.Xml/Use XmlWriter.Create Stream.md docs/RecommendedChanges/System.Xml/Use another overload.md docs/RecommendedChanges/System/Avoid usage.md docs/RecommendedChanges/System/Catch Exception or HResult.md docs/RecommendedChanges/System/Do not use.md docs/RecommendedChanges/System/False positive ignore.md docs/RecommendedChanges/System/Find appropriate invocation method.md docs/RecommendedChanges/System/No workaround.md docs/RecommendedChanges/System/PInvoke SetConsoleCtrlHandler.md docs/RecommendedChanges/System/PInvoke Win32.SetEnvironmentVariable.md docs/RecommendedChanges/System/Remove arguments.md docs/RecommendedChanges/System/Remove or use Environment.GetEnvironmentVariable.md docs/RecommendedChanges/System/Remove usage.md docs/RecommendedChanges/System/Use Activator.CreateInstanceT.md docs/RecommendedChanges/System/Use AppContext.BaseDirectory.md docs/RecommendedChanges/System/Use AssemblyBuilder.DefineDynamicAssembly.md docs/RecommendedChanges/System/Use AssemblyExtensions.GetModules.md docs/RecommendedChanges/System/Use AssemblyLoadContext.md docs/RecommendedChanges/System/Use CompareInfo.GetStringComparer.md docs/RecommendedChanges/System/Use CultureInfo.TextInfo.ToLower.md docs/RecommendedChanges/System/Use CultureInfo.TextInfo.ToUpper.md docs/RecommendedChanges/System/Use CustomAttributeExtensions.IsDefined.md docs/RecommendedChanges/System/Use DateTime.ToString ShortDatePattern.md docs/RecommendedChanges/System/Use DateTime.ToString ShortTimePattern.md docs/RecommendedChanges/System/Use Directory.GetCurrentDirectory.md docs/RecommendedChanges/System/Use Encoding.GetString.md docs/RecommendedChanges/System/Use Enum.GetUnderlyingType.md docs/RecommendedChanges/System/Use Environment.FailFast.md docs/RecommendedChanges/System/Use FormatException.md docs/RecommendedChanges/System/Use GetConstructor.md docs/RecommendedChanges/System/Use GetMethod.md docs/RecommendedChanges/System/Use GetMethodInfo.md docs/RecommendedChanges/System/Use GetProperty.md docs/RecommendedChanges/System/Use GetTypeInfo.Assembly.md docs/RecommendedChanges/System/Use GetTypeInfo.Attributes.md docs/RecommendedChanges/System/Use GetTypeInfo.BaseType.md docs/RecommendedChanges/System/Use GetTypeInfo.ContainsGenericParameters.md docs/RecommendedChanges/System/Use GetTypeInfo.GUID.md docs/RecommendedChanges/System/Use GetTypeInfo.GetGenericParameterConstraints.md docs/RecommendedChanges/System/Use GetTypeInfo.GetInterface.md docs/RecommendedChanges/System/Use GetTypeInfo.IsAbstract.md docs/RecommendedChanges/System/Use GetTypeInfo.IsAnsiClass.md docs/RecommendedChanges/System/Use GetTypeInfo.IsAutoClass.md docs/RecommendedChanges/System/Use GetTypeInfo.IsAutoLayout.md docs/RecommendedChanges/System/Use GetTypeInfo.IsClass.md docs/RecommendedChanges/System/Use GetTypeInfo.IsEnum.md docs/RecommendedChanges/System/Use GetTypeInfo.IsExplicitLayout.md docs/RecommendedChanges/System/Use GetTypeInfo.IsGenericType.md docs/RecommendedChanges/System/Use GetTypeInfo.IsGenericTypeDefinition.md docs/RecommendedChanges/System/Use GetTypeInfo.IsInterface.md docs/RecommendedChanges/System/Use GetTypeInfo.IsLayoutSequential.md docs/RecommendedChanges/System/Use GetTypeInfo.IsMarshalByRef.md docs/RecommendedChanges/System/Use GetTypeInfo.IsNestedAssembly.md docs/RecommendedChanges/System/Use GetTypeInfo.IsNestedFamANDAssem.md docs/RecommendedChanges/System/Use GetTypeInfo.IsNestedFamORAssem.md docs/RecommendedChanges/System/Use GetTypeInfo.IsNestedFamily.md docs/RecommendedChanges/System/Use GetTypeInfo.IsNestedPrivate.md docs/RecommendedChanges/System/Use GetTypeInfo.IsNestedPublic.md docs/RecommendedChanges/System/Use GetTypeInfo.IsNotPublic.md docs/RecommendedChanges/System/Use GetTypeInfo.IsPrimitive.md docs/RecommendedChanges/System/Use GetTypeInfo.IsPublic.md docs/RecommendedChanges/System/Use GetTypeInfo.IsSealed.md docs/RecommendedChanges/System/Use GetTypeInfo.IsSerializable.md docs/RecommendedChanges/System/Use GetTypeInfo.IsSpecialName.md docs/RecommendedChanges/System/Use GetTypeInfo.IsUnicodeClass.md docs/RecommendedChanges/System/Use GetTypeInfo.IsValueType.md docs/RecommendedChanges/System/Use GetTypeInfo.IsVisible.md docs/RecommendedChanges/System/Use GetTypeInfo.Name.md docs/RecommendedChanges/System/Use GetTypeInfo.is import.md docs/RecommendedChanges/System/Use GetTypeInfo.is subclass of.md docs/RecommendedChanges/System/Use GetUnicodeCategory char.md docs/RecommendedChanges/System/Use GetUnicodeCategory string int.md docs/RecommendedChanges/System/Use MethodInfo.CreateDelegate.md docs/RecommendedChanges/System/Use MissingMemberException.md docs/RecommendedChanges/System/Use Ordinal.md docs/RecommendedChanges/System/Use OrdinalIgnoreCase.md docs/RecommendedChanges/System/Use ReadOnlyCollection ctor.md docs/RecommendedChanges/System/Use RuntimeInformation.FrameworkDescription.md docs/RecommendedChanges/System/Use RuntimeInformation.OSArchitecture.md docs/RecommendedChanges/System/Use RuntimeInformation.OSDescription.md docs/RecommendedChanges/System/Use RuntimeInformation.ProcessArchitecture.md docs/RecommendedChanges/System/Use String.Compare CurrentCultureIgnoreCase.md docs/RecommendedChanges/System/Use String.Compare StringComparison.md docs/RecommendedChanges/System/Use StringComparer.Ordinal.md docs/RecommendedChanges/System/Use StringComparer.OrdinalIgnoreCase.md docs/RecommendedChanges/System/Use TimeZoneInfo.ConvertTime.md docs/RecommendedChanges/System/Use Type array.md docs/RecommendedChanges/System/Use Type or RuntimeTypeHandle.md docs/RecommendedChanges/System/Use TypeExtensions.md docs/RecommendedChanges/System/Use TypeInfo.ImplementedInterfaces.md docs/RecommendedChanges/System/Use another overload.md docs/RecommendedChanges/System/Use foreach with custom conversion.md docs/RecommendedChanges/System/Use object with finalizer.md docs/RecommendedChanges/System/Use other exceptions.md docs/RecommendedChanges/System/Use string literal http.md docs/RecommendedChanges/System/Use string literal https.md docs/RecommendedChanges/System/use string literal colon slash.md docs/VSExtension/Changelog.md docs/VSExtension/README.md - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The resx resource files path like ".*[.]resx" 10 files: src/ApiPort/ApiPort.VisualStudio.Common/Resources/LocalizedStrings.resx src/ApiPort/ApiPort.VisualStudio/VSPackage.resx src/ApiPort/ApiPort.VisualStudio/Views/OptionsPage.resx src/ApiPort/ApiPort/Resources/LocalizedStrings.resx src/lib/Microsoft.Fx.Portability.Cci/Resources/LocalizedStrings.resx src/lib/Microsoft.Fx.Portability.MetadataReader/Resources/LocalizedStrings.resx src/lib/Microsoft.Fx.Portability.Offline/Resources/LocalizedStrings.resx src/lib/Microsoft.Fx.Portability.Reports.Excel/Resources/LocalizedStrings.resx src/lib/Microsoft.Fx.Portability.Reports.Html/Resources/LocalizedStrings.resx src/lib/Microsoft.Fx.Portability/Resources/LocalizedStrings.resx - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hidden files and folders path like ".*/[.][a-zA-Z0-9_]+.*" 3 files: .editorconfig .gitattributes .gitignore - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Text files path like ".*[.]txt" 3 files: LICENSE.txt azure-pipelines/no_authenticode.txt src/ApiPort/ApiPort.VisualStudio/README.txt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Sokrates scoping conventions path like ".*/sokrates_conventions[.]json" 1 files: sokrates_conventions.json - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Git history path like ".*/git[-]history[.]txt" 1 files: git-history.txt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -