We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d7976 commit 25142a2Copy full SHA for 25142a2
src/EntityFrameworkCore/BitzArt.XDoc.EntityFrameworkCore/ModelBuilderExtensions.cs renamed to src/EntityFrameworkCore/BitzArt.XDoc.EntityFrameworkCore/Extensions/ModelBuilderExtensions.cs
@@ -1,10 +1,12 @@
1
+using JetBrains.Annotations;
2
using Microsoft.EntityFrameworkCore;
3
4
namespace BitzArt.XDoc;
5
6
/// <summary>
7
/// Extensions for configuring XML documentation comments for Entity Framework Core entities.
8
/// </summary>
9
+[PublicAPI]
10
public static class ModelBuilderExtensions
11
{
12
0 commit comments