dotnet / dotnet/machinelearning
Add a .vsconfig file
Open
area-Infrastructure
Priority:2
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
Visual Studio 2019 allows for a new mechanism to communicate requirements for the build: `.vsconfig` files. They contain information about which workloads and features of Visual Studio must be installed for a given project. You can tread more about them in ths [this blog post](https://devblogs.microsoft.com/setup/configure-visual-studio-across-your-organization-with-vsconfig/).
It would be nice to have such a file in the ML.NET repository to make it easier for people to check out & build the code.
Contributor guide
Assessment
This issue has not been assessed yet.