File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
src/Moryx.ControlSystem.ProcessEngine/Model Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 77namespace Moryx . ControlSystem . ProcessEngine . Model
88{
99 /// <summary>
10- /// The Npgsql DbContext of this database model.
10+ /// Npgsql specific implementation of <see cref="ProcessContext"/>
1111 /// </summary>
1212 [ NpgsqlDbContext ( typeof ( ProcessContext ) ) ]
1313 public class NpgsqlProcessContext : ProcessContext
Original file line number Diff line number Diff line change 33
44using Microsoft . EntityFrameworkCore ;
55using Moryx . Model ;
6+
7+ // ReSharper disable UnusedMember.Global
68// ReSharper disable VirtualMemberNeverOverridden.Global
9+ #pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
710
811namespace Moryx . ControlSystem . ProcessEngine . Model
912{
Original file line number Diff line number Diff line change 77namespace Moryx . ControlSystem . ProcessEngine . Model
88{
99 /// <summary>
10- /// The Sqlite DbContext of this database model.
10+ /// Sqlite specific implementation of <see cref="ProcessContext"/>
1111 /// </summary>
1212 [ SqliteDbContext ( typeof ( ProcessContext ) ) ]
1313 public class SqliteProcessContext : ProcessContext
You can’t perform that action at this time.
0 commit comments