-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add examples for generic support. #9746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add examples for generic support. #9746
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
xml/System.Runtime.CompilerServices/UnsafeAccessorAttribute.xml
Outdated
Show resolved
Hide resolved
xml/System.Runtime.CompilerServices/UnsafeAccessorAttribute.xml
Outdated
Show resolved
Hide resolved
/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:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
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 <24882762+gewarren@users.noreply.github.com>
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
Summary
Updating documentation based on new features.
See dotnet/runtime#89439