Maryam Ariyan

Results 19 comments of Maryam Ariyan

Thanks for the contribution @jerryk414 let me know if you have any blockers with addressing the remaining feedback.

> @maryamariyan and @sharwell were discussing this. We'd like to see something land for 6.0 if possible. We chatted about identifying a way to granularly disable source generators (VS2019 story...

@KathleenDollard @jaredpar @chsienki @terrajobst @jmarolf if you have thoughts against this proposed approach of using an msbuild property please let us know.

> Essentially being able to differentiate between required generators and optional generators. Otherwise this flag won't be useful in practice Even for a required generator, if not used by a...

cc @KathleenDollard @terrajobst the PMs to check if they agree this as being a valuable thing to spend time/try to resolve. Today a developer could write targets if they need...

Seems like there is consensus on adding mechanism to disable all source generators, and to wait until there's further feedback for disabling individual generators.

> As an example, I would expect something like https://github.com/dotnet/msbuild/issues/7368 to be marked as Task: GenerateResource @BenVillalobos two questions: - Do all the labels that need predicting start with a...

FYI, Originally the labeler bot filtered through labels prefixed with `area-` it has been since extended further to accept `area-`, `area/` and `area:`. Refer to https://github.com/Eilon/issue-labeler/blob/main/src/CreateMikLabelModel/DL/LabelHelper.cs

## Added metrics for `Microsoft.Extensions.Caching` - [x] https://github.com/dotnet/runtime/issues/50406 For preview 4 we added metrics support for `IMemoryCache`. The main APIs being added for Preview 4 are: - `MemoryCacheStatistics` which holds...

In preview 2 we fixed the following logging source generator failures with various syntax issues: - [x] https://github.com/dotnet/runtime/issues/64310 - [x] https://github.com/dotnet/runtime/issues/62644 - [x] https://github.com/dotnet/runtime/issues/60968 - [x] https://github.com/dotnet/runtime/issues/61814 - [x] https://github.com/dotnet/runtime/issues/58550