Fix blocking ParameterResource.Value calls to prevent deadlocks in Aspire 9.4+ #1489
Annotations
10 errors and 2 warnings
Build:
src/CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions/PostgresBuilderExtensions.cs#L108
Expected interpolated string
|
Build:
src/CommunityToolkit.Aspire.Hosting.Redis.Extensions/RedisBuilderExtensions.cs#L69
The type 'int?' cannot be used as type parameter 'T' in the generic type or method 'ReferenceExpression.ExpressionInterpolatedStringHandler.AppendFormatted<T>(T)'. The nullable type 'int?' does not satisfy the constraint of 'Aspire.Hosting.ApplicationModel.IManifestExpressionProvider'. Nullable types can not satisfy any interface constraints.
|
Build:
src/CommunityToolkit.Aspire.Hosting.Redis.Extensions/RedisBuilderExtensions.cs#L69
The type 'int?' cannot be used as type parameter 'T' in the generic type or method 'ReferenceExpression.ExpressionInterpolatedStringHandler.AppendFormatted<T>(T)'. The nullable type 'int?' does not satisfy the constraint of 'Aspire.Hosting.ApplicationModel.IValueProvider'. Nullable types can not satisfy any interface constraints.
|
Build:
src/CommunityToolkit.Aspire.Hosting.Redis.Extensions/RedisBuilderExtensions.cs#L68
The type 'int?' cannot be used as type parameter 'T' in the generic type or method 'ReferenceExpression.ExpressionInterpolatedStringHandler.AppendFormatted<T>(T)'. The nullable type 'int?' does not satisfy the constraint of 'Aspire.Hosting.ApplicationModel.IManifestExpressionProvider'. Nullable types can not satisfy any interface constraints.
|
Build:
src/CommunityToolkit.Aspire.Hosting.Redis.Extensions/RedisBuilderExtensions.cs#L68
The type 'int?' cannot be used as type parameter 'T' in the generic type or method 'ReferenceExpression.ExpressionInterpolatedStringHandler.AppendFormatted<T>(T)'. The nullable type 'int?' does not satisfy the constraint of 'Aspire.Hosting.ApplicationModel.IValueProvider'. Nullable types can not satisfy any interface constraints.
|
Build:
src/CommunityToolkit.Aspire.Hosting.Redis.Extensions/RedisBuilderExtensions.cs#L69
The type 'int?' cannot be used as type parameter 'T' in the generic type or method 'ReferenceExpression.ExpressionInterpolatedStringHandler.AppendFormatted<T>(T)'. The nullable type 'int?' does not satisfy the constraint of 'Aspire.Hosting.ApplicationModel.IManifestExpressionProvider'. Nullable types can not satisfy any interface constraints.
|
Build:
src/CommunityToolkit.Aspire.Hosting.Redis.Extensions/RedisBuilderExtensions.cs#L69
The type 'int?' cannot be used as type parameter 'T' in the generic type or method 'ReferenceExpression.ExpressionInterpolatedStringHandler.AppendFormatted<T>(T)'. The nullable type 'int?' does not satisfy the constraint of 'Aspire.Hosting.ApplicationModel.IValueProvider'. Nullable types can not satisfy any interface constraints.
|
Build:
src/CommunityToolkit.Aspire.Hosting.Redis.Extensions/RedisBuilderExtensions.cs#L68
The type 'int?' cannot be used as type parameter 'T' in the generic type or method 'ReferenceExpression.ExpressionInterpolatedStringHandler.AppendFormatted<T>(T)'. The nullable type 'int?' does not satisfy the constraint of 'Aspire.Hosting.ApplicationModel.IManifestExpressionProvider'. Nullable types can not satisfy any interface constraints.
|
Build:
src/CommunityToolkit.Aspire.Hosting.Redis.Extensions/RedisBuilderExtensions.cs#L68
The type 'int?' cannot be used as type parameter 'T' in the generic type or method 'ReferenceExpression.ExpressionInterpolatedStringHandler.AppendFormatted<T>(T)'. The nullable type 'int?' does not satisfy the constraint of 'Aspire.Hosting.ApplicationModel.IValueProvider'. Nullable types can not satisfy any interface constraints.
|
Build:
src/CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions/PostgresBuilderExtensions.cs#L108
Expected interpolated string
|
Build
'../SdkProject/SdkProject.csproj' is referenced by an Aspire Host project, but it is not an executable. Did you mean to set IsAspireProjectResource="false"?
|
Build
'../SdkProject/SdkProject.csproj' is referenced by an Aspire Host project, but it is not an executable. Did you mean to set IsAspireProjectResource="false"?
|
Loading