-
Notifications
You must be signed in to change notification settings - Fork 453
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 EvaluationTimeoutSample projects and readme file #263
Conversation
Is there a reason you're not using |
@madskristensen there is no reason, I assume it must have been default behavior from VS since they are .NET Framework projects. |
It would be nice to have these sample follow as many modern and best practices as possible. That includes using PackageReference. I recommend you change it, but it's not a strict rule and we can publish without it. Let me know what you want to do |
The WPF project cannot be SDK styled unless we upgrade the version of VS used to build the projects to be at least VS 2019.
Related: dotnet/installer#213 |
@madskristensen I think it is ready for check-in :) |
Thanks |
We are adding tutorials for Custom Managed Debugger Visualizers here and customers wanted to be able to download the projects for which we show code snippets. Hence, we are putting them here so that they have easy access to them.