worried-city-86458
04/28/2021, 5:59 AM--disable-integrity-checking
--logflow
--logtostderr
--verbosity
• Are there plans to eventually avoid the need for InstallPluginAsync
?
• ... otherwise has anyone tried to automate this step somehow?bored-oyster-3147
04/28/2021, 8:14 PMworried-city-86458
04/28/2021, 8:48 PMred-match-15116
04/28/2021, 9:00 PMbored-oyster-3147
04/28/2021, 9:13 PMred-match-15116
04/28/2021, 10:00 PMbored-oyster-3147
04/29/2021, 1:57 PMlemon-agent-27707
04/29/2021, 2:33 PMbored-oyster-3147
04/29/2021, 2:45 PMPulumi.Stack
than we could potentially get the parent assembly of that stack implementation and use it to comb dependencies and find references to pulumi providers. So that would basically be this functionality.
But if the inline function is a delegate and they're not providing a stack type, than it may require some thought about how we determine what assembly we should use as a root assembly. Especially since delegates like that could be chained from anywhere.. not even sure where to begin with that honestlyworried-city-86458
04/29/2021, 8:47 PMbored-oyster-3147
04/29/2021, 8:50 PMworried-city-86458
04/29/2021, 8:53 PMbored-oyster-3147
04/29/2021, 9:06 PMworried-city-86458
04/29/2021, 9:11 PMbored-oyster-3147
04/29/2021, 9:12 PM.csproj
to do so, correct?worried-city-86458
04/29/2021, 9:12 PMbored-oyster-3147
04/29/2021, 9:14 PMworried-city-86458
04/29/2021, 9:15 PMdotnet list package
to mimic what was happening for csproj filesbored-oyster-3147
04/29/2021, 9:50 PMdotnet build
itself in order for the provider binaries to be present in the nuget cache directory. Since Automation API isn't doing any kind of dotnet build
, there will need to be some other mechanism for fetching those binaries if they are not present. Because this function relies on parsing a version file that the package includes bundled. I suspect this is because NuGet Version != Plugin Versionred-match-15116
04/30/2021, 12:03 AMI suspect this is because NuGet Version != Plugin VersionI find this surprising
bored-oyster-3147
04/30/2021, 12:28 AMred-match-15116
04/30/2021, 12:28 AMbored-oyster-3147
04/30/2021, 12:29 AMred-match-15116
04/30/2021, 12:30 AMPulumi package doesn’t contain a version.txt file. This is not a resource-plugin.
just ignore it.