CommunityToolkit / Aspire

A community project with additional components and extensions for .NET Aspire
MIT License
218 stars 27 forks source link

Fixing namespaces of deno package types #238

Closed aaronpowell closed 1 week ago

aaronpowell commented 1 week ago

Deno package shipped with the wrong namespace. While there was a previous stable package released, it isn't really advertised so for the 9.0 release I'm comfortable to have a breaking change of all new namespaces.

Alirexaa commented 1 week ago

@aaronpowell, I revert the shipped file. For your information, when any shipped API is changed or deleted, we should not delete that API from the shipped file; instead, we should add a copy of that API signature to the unshipped file with the *REMOVED* prefix without whitespace.

Running the mark-shipped.cmd case items with the *REMOVED* prefix will be removed from the shipped file.

github-actions[bot] commented 1 week ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
CommunityToolkit.Aspire.Hosting.Azure.DataApiBuilder 100% 100% 22
CommunityToolkit.Aspire.Hosting.Azure.StaticWebApps 100% 100% 28
CommunityToolkit.Aspire.Hosting.Deno 84% 75% 72
CommunityToolkit.Aspire.Hosting.Golang 94% 50% 16
CommunityToolkit.Aspire.Hosting.Java 98% 71% 58
CommunityToolkit.Aspire.Hosting.Meilisearch 61% 27% 94
CommunityToolkit.Aspire.Hosting.NodeJS.Extensions 90% 68% 92
CommunityToolkit.Aspire.Hosting.Ollama 64% 60% 222
CommunityToolkit.Aspire.Hosting.Python.Extensions 67% 46% 56
CommunityToolkit.Aspire.Hosting.Rust 94% 83% 16
CommunityToolkit.Aspire.Hosting.SqlDatabaseProjects 69% 60% 50
CommunityToolkit.Aspire.Meilisearch 97% 92% 68
CommunityToolkit.Aspire.OllamaSharp 84% 77% 76
Summary 77% (1686 / 2186) 63% (427 / 676) 870

Minimum allowed line rate is 60%