Skip to content

Commit 7782186

Browse files
authored
Merge branch 'main' into codeql
2 parents 3fc382d + 782ec9a commit 7782186

File tree

56 files changed

+813
-40
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+813
-40
lines changed

src/MADE.Data.Converters/BooleanToStringValueConverter.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.Converters
25
{
36
using MADE.Data.Converters.Exceptions;

src/MADE.Data.Converters/Constants/DateTimeConstants.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.Converters.Constants
25
{
36
using System;

src/MADE.Data.Converters/Extensions/LengthExtensions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.Converters.Extensions
25
{
36
/// <summary>

src/MADE.Data.EFCore/Converters/UtcDateTimeConverter.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.EFCore.Converters
25
{
36
using System;

src/MADE.Data.EFCore/EntityBase.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.EFCore
25
{
36
using System;

src/MADE.Data.EFCore/Extensions/DbContextExtensions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.EFCore.Extensions
25
{
36
using System;

src/MADE.Data.EFCore/Extensions/EntityBaseExtensions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.EFCore.Extensions
25
{
36
using MADE.Data.EFCore.Converters;

src/MADE.Data.EFCore/Extensions/QueryableExtensions.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.EFCore.Extensions
25
{
3-
using System;
46
using System.Linq;
57
using Z.EntityFramework.Plus;
68

src/MADE.Data.EFCore/IEntityBase.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// MADE Apps licenses this file to you under the MIT license.
2+
// See the LICENSE file in the project root for more information.
3+
14
namespace MADE.Data.EFCore
25
{
36
using System;

0 commit comments

Comments
 (0)