Skip to content
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

[Deprecated] attribute application is causing csc.exe to crash #137

Closed
Scottj1s opened this issue Apr 14, 2020 · 0 comments · Fixed by #152
Closed

[Deprecated] attribute application is causing csc.exe to crash #137

Scottj1s opened this issue Apr 14, 2020 · 0 comments · Fixed by #152
Assignees
Labels
fixed Issue has been fixed in an upcoming or existing release

Comments

@Scottj1s
Copy link
Member

as well as VBCScompiler.exe.

In existing C#, F12 to view the metadata for a type like Windows.UI.Xaml.Controls.InkToolbarRulerButton shows that the code-gen is correct, with the same constructor string expression:
[Deprecated("InkToolbarRulerButton is deprecated starting from Windows 10 Creators Update. Please use InkToolbarStencilButton going forward. For more info, see MSDN.", DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]

But somehow it still smells bad to csc.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Issue has been fixed in an upcoming or existing release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants