Conversation
|
@baronfel This is ready to review. |
| <Exec Command="dotnet tool restore" WorkingDirectory="$(MSBuildThisFileDirectory)" | ||
| StandardOutputImportance="High" StandardErrorImportance="High" /> | ||
| <MakeDir Directories="$(_BuildProjBaseIntermediateOutputPath)" /> | ||
| <Touch Files="$(_DotnetToolRestoreOutputFile)" AlwaysCreate="True" ForceTouch="True" /> |
There was a problem hiding this comment.
Suggestion: Add $(_DotnetToolRestoreOutputFile) to the FileWrites Item so that dotnet clean will remove it?
There was a problem hiding this comment.
Added, just double check if this is the proper way to do it.
| <_GenerateCommand2 Include="%(_MetaModelClientServerOutputs.FullPath)" /> | ||
| </ItemGroup> | ||
|
|
||
| <Exec |
There was a problem hiding this comment.
After this, add @(_MetaModelClientServerOutputs) to FileWrites for cleanup?
|
Doing an API-diff now to see what's changed on |
|
Here's the generated diff: API Changes:
|
|
Ok - most of the changes by volume are adding Freaking awesome groundwork here mate. |
WHAT
#66
WHY
Keep the Types and Server/Client in sync
HOW
copilot:walkthrough