Safia Abdalla

Results 518 comments of Safia Abdalla

@javiercn Sorry it took me a while to get this notification! I do have Node and NPM on my PATH: ``` $ node --version v20.14.0 $ npm --version 10.7.0 ```...

@feherzsolt That seems like a reasonable thing to try. We can see if using a concurrent collection improves things here.

@feherzsolt We typically apply a test-fixed label to the issue then monitor the test for 30 days before unquarantining to verify that the fix worked.

This happens because our [current check for the JsonIgnore attribute is unconditional](https://github.com/dotnet/aspnetcore/blob/main/src/Validation/gen/Parsers/ValidationsGenerator.TypesParser.cs#L185). We can resolve this by tightening up the check.

Edit: We can further reduce the amount of code in the generated template by using global using to get rid of the using statements at the top.

> according to the msdocs Can you provide a link to the docs you're referencing here?

> I think it'd be preferable to separate the two concerns, and offer something like that instead. Why do you think its preferable to separate? IMO, having the `AddComponent` API...

@baywet This is the scheme that STJ produces by default based on its parsing semantics. By default, STJ in .NET will parse strings in the number format and numbers as...