Alireza Baloochi
Alireza Baloochi
> > I still have this problem [#6432 (comment)](https://github.com/dotnet/aspire/pull/6432#issuecomment-2429935302) @eerhardt can you help me fix that? > > From the root of your repo, run the following and ensure you...
I'm not sure something is wrong in my setup, but `#[fixture]` and `#[values(list, of, values)]` do not work either.
I found the source of the issue. This works. ```rust #[rstest] #[case(42)] #[serial_test::serial] fn test(#[case] number: u16) { assert_eq!(number, 42); } ``` This does not work. ```rust #[serial_test::serial] #[rstest] #[case(42)]...
@eerhardt, the HealthCheck package published on nuget with version 8.1.0. we can resolve https://github.com/dotnet/aspire/issues/5427 and this PR now.
@adamsitnik, can you add ci/cd workflows for this?
@brunoocasali, I ran this action in my [fork](https://github.com/Alirexaa/meilisearch-rust/pull/1). You can see coverage results at https://app.codecov.io/github/Alirexaa/meilisearch-rust/pull/1/tree. Make sure `CODECOV_TOKEN` has been set in repo secrets.
Milvus `2.4.7` was released recently, we should cover this issue in 8.2