Pierre Arnaud

Results 6 issues of Pierre Arnaud

The current implementation provides a _monolithic_ driver where the AST and the communication with the server are in the same module. I feel that the code responsible for talking to...

I've come across your `I18nText` project while looking for a solution which would allow me to translate Blazor [validation messages](https://docs.microsoft.com/en-us/aspnet/core/blazor/forms-validation?view=aspnetcore-3.0) defined using `ErrorMessage = "..."` constants. I don't see how...

***EDIT by @Rick-Anderson*** [Dynamic port binding](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel/endpoints?view=aspnetcore-8.0#dynamic-port-binding) End of @Rick-Anderson edit ### Description The documentation (https://learn.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel/endpoints?view=aspnetcore-8.0#dynamic-port-binding) suggests to use `app.Run(async (context) => { ...})` which does not make sense to me....

Source - Docs.ms
doc-bug
aspnet-core/svc
fundamentals/subsvc

I'd like to be write an aspect to generate classes implementing data access interfaces. Currently (2023.1) my code won't work: ## Example interface ```cs interface IPerson { string Name {...

enhancement

In order to improve consumption of the library by .NET developers, I'd suggest that a few methods should be converted to properties. This is a breaking change and should be...

Related to https://github.com/dotnet/runtime/pull/107743 ## Summary Fixes an incorrect description of what method `GetBaseException()` does.

area-System.Runtime
community-contribution