Skip to content

Remove String.Copy from snippets #10190

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

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Conversation

gewarren
Copy link
Contributor

@gewarren gewarren commented Aug 1, 2024

Fixes #9980

(Hide whitespace changes.)

@gewarren gewarren requested a review from a team as a code owner August 1, 2024 17:17
@ghost ghost added the area-System.Runtime label Aug 1, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-runtime

Copy link

Learn Build status updates of commit 3de093f:

✅ Validation status: passed

File Status Preview URL Details
snippets/csharp/System/ActionT1,T2,T3,T4/Overview/Action4.cs ✅Succeeded View
snippets/csharp/System/ActionT1,T2,T3,T4/Overview/Anon.cs ✅Succeeded View
snippets/csharp/System/ActionT1,T2,T3,T4/Overview/Delegate.cs ✅Succeeded View
snippets/csharp/System/ActionT1,T2,T3,T4/Overview/Lambda.cs ✅Succeeded View
snippets/csharp/System/ActionT1,T2,T3,T4/Overview/Program.cs ✅Succeeded
snippets/csharp/System/ActionT1,T2,T3,T4/Overview/Project.csproj ✅Succeeded
snippets/csharp/System/ActionT1,T2,T3/Overview/Action3.cs ✅Succeeded View
snippets/csharp/System/ActionT1,T2,T3/Overview/Anon.cs ✅Succeeded View
snippets/csharp/System/ActionT1,T2,T3/Overview/Delegate.cs ✅Succeeded View
snippets/csharp/System/ActionT1,T2,T3/Overview/Lambda.cs ✅Succeeded View
snippets/csharp/System/ActionT1,T2,T3/Overview/Program.cs ✅Succeeded
snippets/csharp/System/ActionT1,T2,T3/Overview/Project.csproj ✅Succeeded
snippets/csharp/System/Object/MemberwiseClone/memberwiseclone1.cs ✅Succeeded View
snippets/fsharp/System/Object/MemberwiseClone/memberwiseclone1.fs ✅Succeeded View
snippets/visualbasic/System/Object/MemberwiseClone/memberwiseclone1.vb ✅Succeeded View
snippets/visualbasic/System/Object/MemberwiseClone/Project.vbproj ✅Succeeded
snippets/visualbasic/VS_Snippets_CLR_System/system.Action~3/vb/Action3.vb ✅Succeeded View
snippets/visualbasic/VS_Snippets_CLR_System/system.Action~3/vb/Delegate.vb ✅Succeeded View
snippets/visualbasic/VS_Snippets_CLR_System/system.Action~3/vb/lambda.vb ✅Succeeded View
snippets/visualbasic/VS_Snippets_CLR_System/system.Action~3/vb/Program.vb ✅Succeeded
snippets/visualbasic/VS_Snippets_CLR_System/system.Action~3/vb/Project.vbproj ✅Succeeded
snippets/visualbasic/VS_Snippets_CLR_System/system.Action~4/vb/Action4.vb ✅Succeeded View
snippets/visualbasic/VS_Snippets_CLR_System/system.Action~4/vb/Delegate.vb ✅Succeeded View
snippets/visualbasic/VS_Snippets_CLR_System/system.Action~4/vb/lambda.vb ✅Succeeded View
snippets/visualbasic/VS_Snippets_CLR_System/system.Action~4/vb/Program.vb ✅Succeeded

This comment lists only the first 25 files in the pull request.
For more details, please refer to the build report.

For any questions, please:

Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM

@gewarren gewarren merged commit 92a488b into dotnet:main Aug 2, 2024
3 checks passed
@gewarren gewarren deleted the string-copy branch August 2, 2024 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace use of String.Copy in code examples
2 participants