-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Remove roslyn-tools, roslyn-analyzers feeds from myget restore dependencies #45573
Comments
cc @mavasani for roslyn analyzers packages |
roslyn-analyzers already publish to
|
Microsoft.VisualStudio.* packages should go to vssdk or vs-impl feed. Need to check with the VS teams who own these. |
Incorrect version - we should try to update to the latest available version of these packages. |
@sharwell for analyzer/fix/refactoring testing related packages. |
Note that the Progression/GraphModel packages we use today are ones we manually created for ourselves because there were never packages from the vssdk. See https://github.com/dotnet/roslyn/tree/master/scripts/GenerateSdkPackages for the background on this. If there's packages we can just upgrade to that'd be best, but just wanted to call out that if anybody is trying to figure out where those packages came from, that's where. 😄 |
If the packages are still not available then let's start a thread with VS Platform asking them to publish them. |
Agree. The last conversation we had with them was 3+ years ago. At that time they didn't want the burden of producing the packages themselves but were okay with us doing so for our own purposes. That is how we ended up in this situation. It's a different environment now. Our needs are no longer unique. My guess is they'll be more receptive this time to owning this on their end. |
Over the last three years I think practically most of the packages have been produced; even though we haven't ran the generation script in quite some time I've been deleting entries from it as we got official packages for various entries in it. I think what's left may have no owner so we might still have some trouble sorting those bits out though. We'll see. |
The Microsoft.CodeAnalysis.Testing.* packages reside in roslyn-sdk and it doesn't seem to using arcade publishing.
|
We can make it so. Go ahead and file an issue on roslyn-sdk @dibarbet. I can make the change |
https://github.com/dotnet/roslyn/blob/master/NuGet.config#L13
Roslyn-tools packages
Missing entirely-
Microsoft.CodeAnalysis.Test.Resources.Proprietarydotnet-engMicrosoft.VisualStudio.Progression.CodeSchemavssdk / vs-implMicrosoft.VisualStudio.Progression.Commonvssdk / vs-implMicrosoft.VisualStudio.CallHierarchy.Package.Definitionsvssdk / vs-implMicrosoft.VisualStudio.Language.CallHierarchyvssdk / vs-implMicrosoft.VisualStudio.CodeAnalysis.Sdk.UIvssdk / vs-implMicrosoft.VisualStudio.Progression.Interfacesvssdk / vs-implMicrosoft.VisualStudio.GraphModelvssdk / vs-implMicrosoft.VisualStudio.Diagnostics.PerformanceProvidervssdk / vs-implIncorrect version-
Microsoft.NETFramework.ReferenceAssemblies1.0.0-alpha-004Microsoft.VisualStudio.ComponentModelHost16.0.198-g52de9c2988Microsoft.MSXML8.0.0-alphaRoslyn Testing packages from dotnet/roslyn-sdk
Missing entirely-
Incorrect version-
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers3.3.0-beta1.20262.5Roslyn.Diagnostics.Analyzers3.3.0-beta1.20262.5vs-editor packages
Missing entirely-
Questions
The text was updated successfully, but these errors were encountered: