Skip to content

Commit

Permalink
Merge #612
Browse files Browse the repository at this point in the history
612: Add runtimeconfig r=curquiza a=danFbach

# Pull Request

## Related issue
Fixes #605 

## What does this PR do?
- adds runtimeconfig.json, see [dotnet issue 2186](dotnet/core#2186 (comment))

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?


Co-authored-by: Dan Fehrenbach <dan@fbach.us>
  • Loading branch information
meili-bors[bot] and danFbach authored Jan 21, 2025
2 parents c6810ca + 7a75117 commit 5f9549f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Meilisearch/runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"runtimeOptions": {
"configProperties": {
"System.Globalization.Invariant": true
}
}
}

0 comments on commit 5f9549f

Please sign in to comment.