mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
211 stars 24 forks source link

Completion for UsingTask TaskFactory #208

Open KirillOsenkov opened 3 months ago

KirillOsenkov commented 3 months ago

Would be nice to have completion for <UsingTask TaskFactory=" values, such as CodeTaskFactory, RoslynCodeTaskFactory, TaskHostFactory (used to run the task in a separate process) and the default AssemblyTaskFactory (not sure if there are others)

KirillOsenkov commented 3 months ago

also this should all be valid: image

<UsingTask TaskName="SqlBuildTask" TaskFactory="TaskHostFactory" AssemblyFile="$(SqlServerRedistPath)\Microsoft.Data.Tools.Schema.Tasks.Sql.dll" />