-
The current setup of the **apiclient-boilerplate-dotnet** repository includes code coverage reporting to the following platforms:
- **SonarCloud**: Receives all coverage reports (unit and integration…
-
Om een error op te lossen gebruikte ik
```console
dotnet add package Microsoft.EntityFrameworkCore.Design
```
Als ik daarna weer doe:
```console
dotnet ef migrations add InitialCreate …
-
To improve package management consistency across projects in the **apiclient-boilerplate-dotnet** repository, I propose enabling **Centralized Package Management**. This feature simplifies the process…
-
# @chrlschn - .NET Source Generators with .NET 7
Exploring .NET source generators to reduce boilerplate code in everyday code!
[https://chrlschn.dev/blog/2023/08/dotnet-source-generators-dotnet-7/](…
-
### Blockers
- https://github.com/dotnet/roslyn/issues/43903
### Motivation
Make the automatic compile-time source generation easier. This could remove the necessity of adding MSBuild targets s…
-
Speclet: https://github.com/dotnet/csharplang/blob/main/proposals/csharp-11.0/pattern-match-span-of-char-on-string.md
With the recent addition of Spans, we can reduce a lot of allocations when deal…
-
To enhance the template repository **apiclient-boilerplate-dotnet**, I propose adding a `Directory.Build.props` file with the following contents:
```xml
netstandard2.0;netstandard2.1;net…
-
Thank you for getting involved with Okta's Developer Docs!
> Note: If you are an Okta employee, please [clone this Jira](https://oktainc.atlassian.net/browse/OKTA-250417) instead of opening a GitHu…
-
# Partial properties
* [x] Proposed
* [ ] Prototype: N/A
* [ ] Implementation: [features/partial-properties](https://github.com/dotnet/roslyn/features/partial-properties)
* [ ] Specification: [p…
-
- [v ] I have looked for existing issues (including closed) about this
## Feature Request
Enable Content Based Routing
### Motivation
Currently Axum routes by path only so in order to handle d…