Steve Harter

Results 31 comments of Steve Harter

## System.Diagnostics.TraceSource can now be initialized from the app.config file Primarily to make it easier to migrate from .NET Framework, support was added for initializing a `TraceSource` and related types...

## System.Reflection performance improvements when invoking members The overhead of using reflection to invoke a member (whether a method, constructor or a property getter\setter) has been substantially reduced when the...

See also https://github.com/dotnet/runtime/issues/100322

@terrajobst @richlander @jamshedd

@dagood thoughts on who should take a look at this?

> @steveharter @mapogolions - was this failure caused by https://github.com/dotnet/runtime/pull/87354? I'm not sure although that supposed to only affect cases when `ValidateOnBuild==true`. > Microsoft.EntityFrameworkCore.DbContextTest.[Resolve_scoped_application_service](https://github.com/dotnet/efcore/blob/main/test/EFCore.Tests/DbContextServicesTest.cs#L333) passes on Windows; fails on Linux...

Some detail from the logs; no dump: ``` Discovering: System.Text.RegularExpressions.Tests (method display = ClassAndMethod, method display options = None) Discovered: System.Text.RegularExpressions.Tests (found 329 of 357 test cases) Starting: System.Text.RegularExpressions.Tests (parallel...

Both this and https://github.com/dotnet/runtime/issues/85046 occurred on OSX.