-
Notifications
You must be signed in to change notification settings - Fork 59
Build fails on 3.1.100 #231
Comments
So. The problem is visible in 4th line of your log:
It's a log entry from the following script line: CodeGeneration.Roslyn/samples/build.ps1 Line 23 in d8cb83e
It's quite obvious - because this is the first-ever invocation of I don't have time to think about a solution here, because I'm not sure what env variables/switches should be used to fully skip the message and get to business. There's also another issue - it seems that the
It's not been taken into account (the need for tool restore) for samples build script. The script was though as a helper for development cycle. |
I see. I only ran it because for some reason codegen didn't work for my project so I assumed that builtin samples should work.
It's not, I can show I ran it several times thereafter. P.S> What's your plan on the project? Is it deprecated with source generators release? Because IIRC source generators are much weaker and doesn't allow to do everything we need. |
Well then it might be because the
See pinned issue: #229 (yes, I don't plan supporting it after source generators hit the fan). |
I reran the tool, some projects succeeded but some - failed:
|
Do you maybe have a shallow git clone? Building this project requires full git history because of Nredbank.GitVersioning. |
I've added fd12007 which runs |
Right, it requires full history. Sorry, I didn't know it |
My environment is freshly installed Windows 10
When I run
build.ps1
I get following log:Installed SDKs:
The text was updated successfully, but these errors were encountered: