Skip to content

Commit c866f7c

Browse files
Publier mon article sur les interrupteurs de fonctionnalités
1 parent 282a6f4 commit c866f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_drafts/2025-04-20-interrupteur-fonctionnalite.md renamed to _posts/2025-04-21-interrupteur-fonctionnalite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Interrupteurs de fonctionnalité
3-
date: 2025-04-06 20:00:00 -0400
3+
date: 2025-04-21 18:00:00 -0400
44
categories: [outil-developpement]
55
tags: [dotnet]
66
---
@@ -143,7 +143,7 @@ public class ExempleController : ControllerBase
143143

144144
```csharp
145145
[Inject]
146-
public IFeatureManager FeatureManager { get; set; } = default!
146+
public required IFeatureManager FeatureManager { get; set; }
147147

148148
private bool estFonctionnaliteActive;
149149

0 commit comments

Comments
 (0)