Sébastien Ros

Results 1051 comments of Sébastien Ros

Can someone work on this? This shouldn't be ahrd to fix

Do you think you could also add public api tests, we are going through many of such PRs and that would help to anticipate these, e.g. https://github.com/dotnet/aspire/pull/5149 And is it...

@hansmbakker we have a new testing API to wait for some text to be logged per resource. Here is an example for cosmosdb: https://github.com/dotnet/aspire/pull/5251/files/42d137900d1ec727e6ba09dcecf83ce9d8995a6b#diff-5051cd0c129b32d78bdb46214c5ec1f3db3b004e77ea64fe95791a1afc0ed520R144 Note that this PR will be...

>As for the netaspireci.azurecr.io issue I will upload the image. In the meantime your suggestion with the Create call is fine. Errata: we won't use netaspireci.azurecr.io since the image is...

This would make it more optimized than a predicate by using `ReadAnyOf(SearchValues)`.

Also interested in this feature for NativeAOT scenarios. Right now with a minimal api app the app is 25MB and the symbols 80MB (using StripSymbols on Linux). It's not obvious...

Enumarating other options: - To some extent I prefer to have the base editors to be as light as we can and provide other part/field editors with extra features. -...

I agree we can add some validation properties on the fields. For instance `Required` might be in all of them. Length validation too. Things like counting words would be a...

What do other CMS, not linked to business entities, do? WordPress for instance?