Skip to content

Conversation

@Mpdreamz
Copy link
Member

Promote ApiKey as default implementation (also documentated default as part of client bootstrapping instruction on serverless).

Make it easier to bootstrap a transport/cloudnodepool using a cloud endpoint an authentication method. No need to externally construct a cloud id.

Promote ApiKey as default implementation (also documentated default as part of client bootstrapping instruction on serverless).

Make it easier to bootstrap a transport/cloudnodepool using a cloud endpoint an authentication method. No need to externally construct a cloud id.
@Mpdreamz Mpdreamz self-assigned this May 19, 2025
@Mpdreamz Mpdreamz requested review from cotti, flobernd and reakaleek May 19, 2025 11:27
@Mpdreamz Mpdreamz merged commit a07eb36 into main May 19, 2025
5 checks passed
@Mpdreamz Mpdreamz deleted the feature/aot-support branch May 19, 2025 17:07
<IsAotCompatible>true</IsAotCompatible>
<JsonSerializerIsReflectionEnabledByDefault>false</JsonSerializerIsReflectionEnabledByDefault>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mpdreamz I learned that it's better to use e.g. $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0')) in these cases, because otherwise, the condition does not equate to true for "sub-frameworks" like net8.0-ios, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants