-
Notifications
You must be signed in to change notification settings - Fork 183
Remove CAS attributes from snippets #1370
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
Conversation
|
Oops, nevermind! |
|
Oops, closed the wrong PR. |
...ppets/visualbasic/VS_Snippets_Wpf/InvokePatternApp/VisualBasic/InvokePatternClient/Client.vb
Show resolved
Hide resolved
|
This is good to go. The remaining snippets 5000 errors are either for 2 C++ snippets (which I have no idea how to add a project file for), or are false positives (I believe this is a bug in snippets 5000). dotnet-desktop-guide/samples/snippets/cpp/VS_Snippets_Winforms/System.Windows.Forms.KeyboardInputForm/cpp/form1.cpp |
|
@gewarren One of the errors is correct. It seems that there is a file copy/paste error that's been there forever. The There may be a flaw in the snippets system, but it may be an artifact from having two snippet.5000.json files. The |
...ualbasic/VS_Snippets_Wpf/InvokePatternApp/VisualBasic/InvokePatternTarget/snippets.5000.json
Outdated
Show resolved
Hide resolved
...samples/snippets/visualbasic/VS_Snippets_Wpf/InvokePatternApp/VisualBasic/snippets.5000.json
Show resolved
Hide resolved
adegeo
left a comment
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.
Whoops, I meant to request changes :D
...top-guide/samples/snippets/csharp/VS_Snippets_Wpf/InvokePatternApp/CSharp/snippets.5000.json
Show resolved
Hide resolved
|
Thanks for the help! Looks like we're down to just the two C++ files now. |
Fixes dotnet/docs#29143.