Philip

Results 8 comments of Philip

Sorry, I had copied the name of an internal helper method, I meant `AssemblyInfoFile.updateAttributes` If I understand your snippet right, that's the "next step", meaning after all `AssemblyInfo` files were...

I did not mean it as a direct quote, that's the line: https://github.com/fsprojects/FAKE/blob/release/next/src/app/Fake.DotNet.AssemblyInfoFile/AssemblyInfoFile.fs#L447 That's triggered for each attribute in each file that is being updated and it completely clutters our...

Thanks, I will try to spend some time on that during the next days and will open a PR when I have something to show/discuss

sorry, I oversimplyfied the example. I was using a string that was read from a file that contained a backslash and it was removed. So for the example above, it...

Let me look up my example I had back then, maybe it is something that is somehow resolved now or involved more things like reading a mo file.

I have seen similar "conflicts" myself locally. It did not end in a crash (or I did not wait long enough), but the conflicht from above does not really sound...

I had a similar issue (with lib gobject.so.2) and it was because weasyprint requires a GTK3 runtime which needs to be installed on Windows: https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer After installing, it worked fine...

I'm joining the conversation, as we ran into the same problem after updating MSBuild to 17.5. > @otto-gebb so FAKE runner now uses .NET host to get the current version...