-
Notifications
You must be signed in to change notification settings - Fork 9
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
VS 17.10 with NetRevisionTask ignores assemblyInfo.cs #28
Comments
the final file is called |
There's |
ok, so the tool still runs. Have you removed the Nrt entries from the csproj by accident? |
I haven't looked at the implementation of it in a long time, but I wouldn't expect any of the files to be visible here. The idea is that the properties are set during build, not by writing them to a file. At least if you're using the "modern" project structure (i.e. not the old .NET 4.8). Actually, a file called AssemblyInfo.cs (the name doesn't matter though) isn't needed anymore these days. It's a placeholder for those assembly attributes that are now set directly in the .csproj file. So maybe you're looking for something that isn't used anymore? |
When adding a reference to NetRevisionTask in my .csproj like so:
The text was updated successfully, but these errors were encountered: