-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Consider creating a Nuget package. #45
Comments
A nuget package to contain msbuild.exe would also be quite nice. Most CI scripts call |
A nuget package for |
I went ahead and published my branch here with three of the assemblies I needed: The build was created on AppVeyor using this build script. All tests pass. I'll put together a blog with more details. I'm mentioning this here in case others can use this NuGet package or want a build script. |
@ctaggart, please consider sending a PR to this repo, so everyone depend on the same updated package. |
A PR for NuGet packages was already opened here: #95 |
…th (dotnet#44) (dotnet#45) When running on !windows, if a resx contains a fileRef like .. ``` <data name="TextFile1" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\TextFile1.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value> </data> ``` .. with the path containing backslashes, then we end up treating the whole thing as filename and thus subsequent checks for file changes etc fail. This causes the resx to be processed every time `GenerateResource` task is run, which can cause costly rebuilds. Issue: mono/mono#7184 (cherry picked from commit dfb274e)
I'd like to use Microsoft.Build.Evaluation both for parsing project files and writing back to them in OmniSharp https://github.com/OmniSharp/omnisharp-roslyn
Please could you consider creating a nuget package so that I can easily consume this code? Thanks.
The text was updated successfully, but these errors were encountered: