Add examples for generic support.#9746
Merged
AaronRobinsonMSFT merged 4 commits intodotnet:mainfrom Mar 20, 2024
Merged
Conversation
4 tasks
Member
Author
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
jkotas
reviewed
Mar 20, 2024
xml/System.Runtime.CompilerServices/UnsafeAccessorAttribute.xml
Outdated
Show resolved
Hide resolved
xml/System.Runtime.CompilerServices/UnsafeAccessorAttribute.xml
Outdated
Show resolved
Hide resolved
Member
Author
|
/cc @gewarren |
|
Learn Build status updates of commit 9e502f9: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
gewarren
approved these changes
Mar 20, 2024
xml/System.Runtime.CompilerServices/UnsafeAccessorAttribute.xml
Outdated
Show resolved
Hide resolved
xml/System.Runtime.CompilerServices/UnsafeAccessorAttribute.xml
Outdated
Show resolved
Hide resolved
Co-authored-by: Genevieve Warren <[email protected]>
|
Learn Build status updates of commit d8285dc:
|
| File | Status | Preview URL | Details |
|---|---|---|---|
| xml/System.Diagnostics/ProcessModuleCollection.xml | View | Details | |
| xml/System.Net.WebSockets/ClientWebSocketOptions.xml | View | Details | |
| xml/System.Net.WebSockets/HttpListenerWebSocketContext.xml | View | Details | |
| xml/System.Net/HttpListenerTimeoutManager.xml | View | Details | |
| xml/System.Security.Cryptography/CngKey.xml | View | Details | |
| xml/System.ServiceModel.Security/SecureConversationVersion.xml | View | Details | |
| xml/System.ServiceModel.Security/SecurityPolicyVersion.xml | View | Details | |
| xml/System.ServiceModel.Security/SecurityVersion.xml | View | Details | |
| xml/System.ServiceModel.Security/TrustVersion.xml | View | Details | |
| xml/System.ServiceModel/HttpBindingBase.xml | View | Details | |
| xml/System.Runtime.CompilerServices/UnsafeAccessorAttribute.xml | ✅Succeeded | View |
xml/System.Diagnostics/ProcessModuleCollection.xml
- [Warning: file-not-redirected - See documentation]
File xml/System.Diagnostics/ProcessModuleCollection.xml with URL /dotnet/api/system.diagnostics.processmodulecollection.add was deleted without redirection. To avoid broken links, add a redirection. - [Warning: file-not-redirected - See documentation]
File xml/System.Diagnostics/ProcessModuleCollection.xml with URL /dotnet/api/system.diagnostics.processmodulecollection.insert was deleted without redirection. To avoid broken links, add a redirection. - [Warning: file-not-redirected - See documentation]
File xml/System.Diagnostics/ProcessModuleCollection.xml with URL /dotnet/api/system.diagnostics.processmodulecollection.remove was deleted without redirection. To avoid broken links, add a redirection.
xml/System.Net.WebSockets/ClientWebSocketOptions.xml
- [Warning: file-not-redirected - See documentation]
File xml/System.Net.WebSockets/ClientWebSocketOptions.xml with URL /dotnet/api/system.net.websockets.clientwebsocketoptions.-ctor was deleted without redirection. To avoid broken links, add a redirection.
xml/System.Net.WebSockets/HttpListenerWebSocketContext.xml
- [Warning: file-not-redirected - See documentation]
File xml/System.Net.WebSockets/HttpListenerWebSocketContext.xml with URL /dotnet/api/system.net.websockets.httplistenerwebsocketcontext.-ctor was deleted without redirection. To avoid broken links, add a redirection.
xml/System.Net/HttpListenerTimeoutManager.xml
- [Warning: file-not-redirected - See documentation]
File xml/System.Net/HttpListenerTimeoutManager.xml with URL /dotnet/api/system.net.httplistenertimeoutmanager.-ctor was deleted without redirection. To avoid broken links, add a redirection.
xml/System.Security.Cryptography/CngKey.xml
- [Warning: file-not-redirected - See documentation]
File xml/System.Security.Cryptography/CngKey.xml with URL /dotnet/api/system.security.cryptography.cngkey.-ctor was deleted without redirection. To avoid broken links, add a redirection.
xml/System.ServiceModel.Security/SecureConversationVersion.xml
- [Warning: file-not-redirected - See documentation]
File xml/System.ServiceModel.Security/SecureConversationVersion.xml with URL /dotnet/api/system.servicemodel.security.secureconversationversion.-ctor was deleted without redirection. To avoid broken links, add a redirection.
xml/System.ServiceModel.Security/SecurityPolicyVersion.xml
- [Warning: file-not-redirected - See documentation]
File xml/System.ServiceModel.Security/SecurityPolicyVersion.xml with URL /dotnet/api/system.servicemodel.security.securitypolicyversion.-ctor was deleted without redirection. To avoid broken links, add a redirection.
xml/System.ServiceModel.Security/SecurityVersion.xml
- [Warning: file-not-redirected - See documentation]
File xml/System.ServiceModel.Security/SecurityVersion.xml with URL /dotnet/api/system.servicemodel.security.securityversion.-ctor was deleted without redirection. To avoid broken links, add a redirection.
xml/System.ServiceModel.Security/TrustVersion.xml
- [Warning: file-not-redirected - See documentation]
File xml/System.ServiceModel.Security/TrustVersion.xml with URL /dotnet/api/system.servicemodel.security.trustversion.-ctor was deleted without redirection. To avoid broken links, add a redirection.
xml/System.ServiceModel/HttpBindingBase.xml
- [Warning: file-not-redirected - See documentation]
File xml/System.ServiceModel/HttpBindingBase.xml with URL /dotnet/api/system.servicemodel.httpbindingbase.-ctor was deleted without redirection. To avoid broken links, add a redirection.
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updating documentation based on new features.
See dotnet/runtime#89439