2 references to UnableToRetrieveAssemblyVersion
aspire (2)
CliExecutionContext.cs (1)
63
?? throw new InvalidOperationException(ErrorStrings.
UnableToRetrieveAssemblyVersion
);
Utils\VersionHelper.cs (1)
73
return PackageUpdateHelpers.GetCurrentAssemblyVersion() ?? throw new InvalidOperationException(ErrorStrings.
UnableToRetrieveAssemblyVersion
);