microsoft / microsoft/FeatureManagement-JavaScript
Add options specifying behavior when filter is missing.
@zhiyuanliang-ms ya está trabajando en esto.
Desde el 6/3/2025.
- Lenguaje dominante
- TypeScript
- Estrellas
- 19
- Forks
- 6
- Merge medio
- 2 d 3 h
- PR fusionados (30 d)
- 4
Descripción
Just want to call out here, In .NET, we have an option to decide the behavior when filter can not be found:
https://github.com/microsoft/FeatureManagement-Dotnet/blob/main/src/Microsoft.FeatureManagement/FeatureManagementOptions.cs
The default behavior is throwing exception instead of slient error.
And there was a discussion about this design: https://github.com/microsoft/FeatureManagement-Dotnet/issues/248
But it's not necessary to make JS FM lib completely same as .NET FM lib. Just put it here, for your reference.
Originally posted by @zhiyuanliang-ms in https://github.com/microsoft/FeatureManagement-JavaScript/pull/1#discussion_r1514055834
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.