Ryan Brandenburg

Results 49 issues of Ryan Brandenburg

Roslyn has a good framework for hosting Language servers in a way that enables quick. Since other projects (Razor being the first) would like to use this system also I've...

Area-IDE

Partner PR for https://github.com/dotnet/roslyn/pull/62924 intended to make it more clear what the public-facing surface area being proposed is.

Area-IDE

## Summary We want all instances of `RequestLocalizationMiddleware` to have access to a `LoggerFactory`, and thus marked the constructor lacking this parameter Obsolete [in this commit](https://github.com/dotnet/aspnetcore/commit/ba8c6ccf6fd3eeb7fc42a159d362b15eae4fb3a0). ### Old behavior *...

Announcement
Breaking change
5.0.0
Documented

### Summary In order to better maintain the public API surface of ASP.NET Core we're removing some "PubTernal" (having the type be public, but in a namespace that implies an...

Announcement
Breaking change
5.0.0
Documented

Following up on https://github.com/aspnet/Announcements/issues/346. The [ResourceManagerWithCultureStringLocalizer](https://github.com/aspnet/Localization/blob/43b974482c7b703c92085c6f68b3b23d8fe32720/src/Microsoft.Extensions.Localization/ResourceManagerWithCultureStringLocalizer.cs#L18) class and [WithCulture](https://github.com/aspnet/Localization/blob/master/src/Microsoft.Extensions.Localization/ResourceManagerStringLocalizer.cs#L154-L170) interface member were often sources of confusion for users of Localization, especially if they wanted to create their own IStringLocalizer implementation....

Announcement
Breaking change
5.0.0
Documented

The [ResourceManagerWithCultureStringLocalizer](https://github.com/aspnet/Localization/blob/43b974482c7b703c92085c6f68b3b23d8fe32720/src/Microsoft.Extensions.Localization/ResourceManagerWithCultureStringLocalizer.cs#L18) class and [WithCulture](https://github.com/aspnet/Localization/blob/master/src/Microsoft.Extensions.Localization/ResourceManagerStringLocalizer.cs#L154-L170) interface member are often sources of confusion for users of Localization, especially if they want to create their own `IStringLocalizer` implementation. These items give the...

Announcement
Breaking change
3.0.0
Migrated
Documented

Currently the default version of Bootstrap for IdentityUI is `UIFramework.Bootstrap3`, but starting in 3.0.0-preview4 the default will be `UIFramework.Bootstrap4`. We think this better reflects our recomendation that new projects use...

Announcement
Breaking change
3.0.0
Migrated
Documented

We need to be able to run our integration tests against PR builds. Ideally this would be against VSMain, but if that's not possible we may have to settle for...

blocked
user story

I've noticed that even in successful builds `devenv` is still open after the Integration tests run. Thankfully I noticed this because it was capturing a dump, so we should be...

fundamentals

Create Integration Tests for razor-tooling pr's. - [x] Create first pass of tests - [x] Ensure logs are captured on failure. - [x] Run on VS Main builds To come...

tech-debt
test scenario
user story
Razor