-
### Documentation Improvements
#### Summary
We do actually lacking examples on how to integrate this library into `laminas-mvc` or `mezzio`.
One of our users found an [old blog post](https://sa…
-
### Description
This is not a FR, but it's also not a bug report...
Really cool to see the work on this. I've been thinking on risks of exploiting the supply chain when discovery is used.
Note: …
-
Hi, this library looks like a dream come true to me, I _hate_ decorator-based DI libraries with a passion and I've wanted to get around to writing a compile-time DI implementation for literally years …
-
When using third party dependency injection frameworks together with .NET Core, you'll end up with two IOC containers. One provided by Microsoft for framework dependencies, and one for the application…
Fresa updated
8 months ago
-
I've been trying to figure out the best way to handle object creation / application component assembly in this project. Examples:
- invoking the right Person Syncer (there may be multiple choices a…
-
You should not use [`new HttpClient()`](https://github.com/graphql-dotnet/graphql-client/blob/b366e22af112445452440c2c6c1d9978ecef97cb/src/GraphQL.Client/GraphQLHttpClient.cs#L60) in GraphQLHttpClient…
-
Adding a Path setting instead of forcing Temp path for file name would be a nice addition.
-
Hi!
Thanks for a great framework! I've used it in the past, and hope to get it working with my current Razor Components project.
Steps to recreate:
1. Install the [prerequisites](https://docs.m…
-
_Flamewar beginning in 3, 2, 1…_
Not all containers support annotations. And that's fine :) But several do, and the bad part is that end users are coupling themselves to a specific container.
**This…
-
I tried to use localization in razor:
```
@using Microsoft.Extensions.Localization
@inject IStringLocalizer Localizer
@{
Localizer["Header"];
}
```
I added reference to my project. Resu…