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

Request for Separate Microsoft.Unity.Analyzers.dll File for VSCode Unity Package Integration #278

Closed
Chizaruu opened this issue Apr 4, 2023 · 3 comments

Comments

@Chizaruu
Copy link

Chizaruu commented Apr 4, 2023

The Microsoft.Unity.Analyzers.dll is included in the NuGet package for Unity development. However, to use it independently in a Visual Studio Code (VSCode) Unity package, it would be beneficial to also have Microsoft.Unity.Analyzers.dll available as a separate file.

Furthermore, integrating the dll from the NuGet package into my VSCode package could be more convenient and efficient. For example, I have to manually extract the dll from the NuGet package and use a workaround to implement its usage in my VSCode package. This process could be streamlined with an automated way to download the dll and place it where needed, particularly for implementing version checks for automatic analyzer updates.

Let's discuss and work towards making this improvement for the Unity community, aiming for easier integration and enhanced functionality of Microsoft.Unity.Analyzers.dll in VSCode Unity packages.

Please find more information about my VSCode package here.

@Chizaruu
Copy link
Author

Chizaruu commented Apr 5, 2023

Possibly not required anymore.

I started working on using the nuget package directly, and after some tests, it looks quite promising.

@Chizaruu
Copy link
Author

Chizaruu commented Apr 5, 2023

Closing due to solution working. Please continue the excellent work.

@Chizaruu Chizaruu closed this as completed Apr 5, 2023
@sailro
Copy link
Member

sailro commented Aug 3, 2023

Hello,

There is now built-in support for generating projects for vscode using analyzers :
https://devblogs.microsoft.com/visualstudio/announcing-the-unity-extension-for-visual-studio-code/

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants