You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The initial implementation of NuGetFeedbackDiagnosticFileProvider just replicated what was being done before: include a static file.
This has the risk that if multiple solutions were restored, the static file might not be related to the VS instance that is being used to report a problem with the feedback tool.
Ideas for improvement:
Regen dgspec with static filename when feedback triggered
Regen dgspec with unique filename when feedback triggered
Only write dgspec when feedback triggered, not on every PR restore
The text was updated successfully, but these errors were encountered:
The initial implementation of NuGetFeedbackDiagnosticFileProvider just replicated what was being done before: include a static file.
This has the risk that if multiple solutions were restored, the static file might not be related to the VS instance that is being used to report a problem with the feedback tool.
Ideas for improvement:
The text was updated successfully, but these errors were encountered: