mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2026-05-26 20:22:28 +00:00
Generate EditorBrowsable attributes
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||||
<LangVersion>9.0</LangVersion>
|
<LangVersion>9.0</LangVersion>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
|
|
||||||
<EnableNETAnalyzers>true</EnableNETAnalyzers>
|
<EnableNETAnalyzers>true</EnableNETAnalyzers>
|
||||||
<NoWarn>CS1591</NoWarn>
|
<NoWarn>CS1591</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
@@ -135,6 +135,7 @@ namespace EntityFrameworkCore.Projectables.Generator
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{{
|
{{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class {generatedClassName}
|
public static class {generatedClassName}
|
||||||
{{
|
{{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<{lambdaTypeArguments.Arguments}, {projectable.ReturnTypeName}>> Expression{(projectable.TypeParameterList?.Parameters.Any() == true ? projectable.TypeParameterList.ToString() : string.Empty)}()");
|
public static System.Linq.Expressions.Expression<System.Func<{lambdaTypeArguments.Arguments}, {projectable.ReturnTypeName}>> Expression{(projectable.TypeParameterList?.Parameters.Any() == true ? projectable.TypeParameterList.ToString() : string.Empty)}()");
|
||||||
|
|||||||
+1
@@ -6,6 +6,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_Foo
|
public static class Foo_C_Foo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
||||||
|
|||||||
+1
@@ -5,6 +5,7 @@ using Projectables.Repro;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Projectables_Repro_Derived_Bar
|
public static class Projectables_Repro_Derived_Bar
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Projectables.Repro.Derived, string>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Projectables.Repro.Derived, string>> Expression()
|
||||||
|
|||||||
+1
@@ -5,6 +5,7 @@ using Projectables.Repro;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Projectables_Repro_Derived_Bar
|
public static class Projectables_Repro_Derived_Bar
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Projectables.Repro.Derived, string>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Projectables.Repro.Derived, string>> Expression()
|
||||||
|
|||||||
+1
@@ -5,6 +5,7 @@ using Projectables.Repro;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Projectables_Repro_Derived_Bar
|
public static class Projectables_Repro_Derived_Bar
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Projectables.Repro.Derived, string>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Projectables.Repro.Derived, string>> Expression()
|
||||||
|
|||||||
+1
@@ -5,6 +5,7 @@ using Projectables.Repro;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Projectables_Repro_Derived_Bar
|
public static class Projectables_Repro_Derived_Bar
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Projectables.Repro.Derived, string>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Projectables.Repro.Derived, string>> Expression()
|
||||||
|
|||||||
+1
@@ -5,6 +5,7 @@ using Projectables.Repro;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Projectables_Repro_SomeExtensions_AsSomeResult
|
public static class Projectables_Repro_SomeExtensions_AsSomeResult
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Projectables.Repro.SomeEntity, string>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Projectables.Repro.SomeEntity, string>> Expression()
|
||||||
|
|||||||
+1
@@ -8,6 +8,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_Foo_IdWithBar
|
public static class Foo_Foo_IdWithBar
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.Foo, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.Foo, int>> Expression()
|
||||||
|
|||||||
+1
@@ -8,6 +8,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_Foo_IdWithBar
|
public static class Foo_Foo_IdWithBar
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.Foo, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.Foo, int>> Expression()
|
||||||
|
|||||||
+1
@@ -8,6 +8,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_Foo_IdWithBar
|
public static class Foo_Foo_IdWithBar
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.Foo, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.Foo, int>> Expression()
|
||||||
|
|||||||
-19
@@ -1,19 +0,0 @@
|
|||||||
// <auto-generated/>
|
|
||||||
using System;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using EntityFrameworkCore.Projectables;
|
|
||||||
using Foo;
|
|
||||||
|
|
||||||
namespace EntityFrameworkCore.Projectables.Generated
|
|
||||||
#nullable disable
|
|
||||||
{
|
|
||||||
public static class Foo_Foo_IdWithBar
|
|
||||||
{
|
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.Foo, int>> Expression()
|
|
||||||
{
|
|
||||||
return (global::Foo.Foo @this) =>
|
|
||||||
@this.Id + global::Foo.Constants.Bar;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+1
@@ -8,6 +8,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_EntityExtensions_Entity_Something
|
public static class Foo_EntityExtensions_Entity_Something
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.EntityExtensions.Entity, global::Foo.EntityExtensions.Entity>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.EntityExtensions.Entity, global::Foo.EntityExtensions.Entity>> Expression()
|
||||||
|
|||||||
+1
@@ -4,6 +4,7 @@ using EntityFrameworkCore.Projectables;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class _SomeExtensions_Test
|
public static class _SomeExtensions_Test
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::SomeFlag, bool>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::SomeFlag, bool>> Expression()
|
||||||
|
|||||||
-15
@@ -1,15 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using EntityFrameworkCore.Projectables;
|
|
||||||
using Foo;
|
|
||||||
|
|
||||||
namespace EntityFrameworkCore.Projectables.Generated
|
|
||||||
#nullable disable
|
|
||||||
{
|
|
||||||
public static class Foo_EntityExtensions_GetFirstRelatedIgnoreNulls
|
|
||||||
{
|
|
||||||
public static System.Linq.Expressions.Expression<System.Func<Entity, global::Foo.EntityExtensions.Entity>> Expression =>
|
|
||||||
(Entity entity) => entity != null ? (entity.RelatedEntities != null ? (entity.RelatedEntities[0]) : null) : null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+1
@@ -6,6 +6,7 @@ using Projectables.Repro;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Projectables_Repro_SomeEntity_FooOrBar
|
public static class Projectables_Repro_SomeEntity_FooOrBar
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Projectables.Repro.SomeEntity, string>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Projectables.Repro.SomeEntity, string>> Expression()
|
||||||
|
|||||||
+1
@@ -8,6 +8,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_EntityExtensions_EnforceString
|
public static class Foo_EntityExtensions_EnforceString
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<T, string>> Expression<T>()
|
public static System.Linq.Expressions.Expression<System.Func<T, string>> Expression<T>()
|
||||||
|
|||||||
+1
@@ -8,6 +8,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_NextFoo
|
public static class Foo_C_NextFoo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<List<object> ,List<int?>, List<object>>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<List<object> ,List<int?>, List<object>>> Expression()
|
||||||
|
|||||||
+1
@@ -8,6 +8,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_Bar_ProjectedId
|
public static class Foo_Bar_ProjectedId
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.Bar, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.Bar, int>> Expression()
|
||||||
|
|||||||
+1
@@ -7,6 +7,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_A_IsB
|
public static class Foo_A_IsB
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.A, bool>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.A, bool>> Expression()
|
||||||
|
|||||||
+1
@@ -6,6 +6,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_Foo
|
public static class Foo_C_Foo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
||||||
|
|||||||
+1
@@ -8,6 +8,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_EntityExtensions_Entity_Something
|
public static class Foo_EntityExtensions_Entity_Something
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.EntityExtensions.Entity, global::Foo.EntityExtensions.Entity>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.EntityExtensions.Entity, global::Foo.EntityExtensions.Entity>> Expression()
|
||||||
|
|||||||
+1
@@ -6,6 +6,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_Foo
|
public static class Foo_C_Foo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
||||||
|
|||||||
+1
@@ -6,6 +6,7 @@ using Projectables.Repro;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Projectables_Repro_SomeEntity_RootChildren
|
public static class Projectables_Repro_SomeEntity_RootChildren
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Projectables.Repro.SomeEntity, ICollection<global::Projectables.Repro.SomeEntity>>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Projectables.Repro.SomeEntity, ICollection<global::Projectables.Repro.SomeEntity>>> Expression()
|
||||||
|
|||||||
+1
@@ -8,6 +8,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_EntityExtensions_GetFirstRelatedIgnoreNulls
|
public static class Foo_EntityExtensions_GetFirstRelatedIgnoreNulls
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.EntityExtensions.Entity, global::Foo.EntityExtensions.Entity>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.EntityExtensions.Entity, global::Foo.EntityExtensions.Entity>> Expression()
|
||||||
|
|||||||
+1
@@ -8,6 +8,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_EntityExtensions_GetFirstRelatedIgnoreNulls
|
public static class Foo_EntityExtensions_GetFirstRelatedIgnoreNulls
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.EntityExtensions.Entity, global::Foo.EntityExtensions.Entity>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.EntityExtensions.Entity, global::Foo.EntityExtensions.Entity>> Expression()
|
||||||
|
|||||||
+1
@@ -7,6 +7,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_GetFirst
|
public static class Foo_C_GetFirst
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<string, string>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<string, string>> Expression()
|
||||||
|
|||||||
+1
@@ -7,6 +7,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_GetFirst
|
public static class Foo_C_GetFirst
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<string, string>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<string, string>> Expression()
|
||||||
|
|||||||
+1
@@ -7,6 +7,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_GetLength
|
public static class Foo_C_GetLength
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<string, int?>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<string, int?>> Expression()
|
||||||
|
|||||||
+1
@@ -7,6 +7,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_GetLength
|
public static class Foo_C_GetLength
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<string, int?>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<string, int?>> Expression()
|
||||||
|
|||||||
+1
@@ -8,6 +8,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_EntityExtensions_GetFirstName
|
public static class Foo_EntityExtensions_GetFirstName
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.EntityExtensions.Entity, string>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.EntityExtensions.Entity, string>> Expression()
|
||||||
|
|||||||
+1
@@ -8,6 +8,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_NullableReferenceType
|
public static class Foo_C_NullableReferenceType
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<object, string>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<object, string>> Expression()
|
||||||
|
|||||||
+1
@@ -7,6 +7,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_NextFoo
|
public static class Foo_C_NextFoo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<object ,int?, object>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<object ,int?, object>> Expression()
|
||||||
|
|||||||
-14
@@ -1,14 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Linq;
|
|
||||||
using EntityFrameworkCore.Projectables;
|
|
||||||
using Foo;
|
|
||||||
|
|
||||||
namespace EntityFrameworkCore.Projectables.Generated
|
|
||||||
#nullable disable
|
|
||||||
{
|
|
||||||
public static class Foo_C_GetFirst
|
|
||||||
{
|
|
||||||
public static System.Linq.Expressions.Expression<System.Func<string, char?>> Expression =>
|
|
||||||
(string input) => input != null ? (input[0]) : null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-14
@@ -1,14 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Linq;
|
|
||||||
using EntityFrameworkCore.Projectables;
|
|
||||||
using Foo;
|
|
||||||
|
|
||||||
namespace EntityFrameworkCore.Projectables.Generated
|
|
||||||
#nullable disable
|
|
||||||
{
|
|
||||||
public static class Foo_C_GetFirst
|
|
||||||
{
|
|
||||||
public static System.Linq.Expressions.Expression<System.Func<string, char?>> Expression =>
|
|
||||||
(string input) => input[0];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+1
@@ -7,6 +7,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_GetFirst
|
public static class Foo_C_GetFirst
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<string, char?>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<string, char?>> Expression()
|
||||||
|
|||||||
+1
@@ -7,6 +7,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_GetFirst
|
public static class Foo_C_GetFirst
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<string, char?>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<string, char?>> Expression()
|
||||||
|
|||||||
+1
@@ -8,6 +8,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_NullableValueType
|
public static class Foo_C_NullableValueType
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<object, int?>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<object, int?>> Expression()
|
||||||
|
|||||||
+1
@@ -6,6 +6,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_Foo
|
public static class Foo_C_Foo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C ,int ,string ,object, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C ,int ,string ,object, int>> Expression()
|
||||||
|
|||||||
+1
@@ -6,6 +6,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_Foo
|
public static class Foo_C_Foo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C ,int, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C ,int, int>> Expression()
|
||||||
|
|||||||
+1
@@ -6,6 +6,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_Foo
|
public static class Foo_C_Foo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
||||||
|
|||||||
+1
@@ -6,6 +6,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_Foo
|
public static class Foo_C_Foo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
||||||
|
|||||||
+1
@@ -7,6 +7,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_Foo
|
public static class Foo_C_Foo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.D, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.D, int>> Expression()
|
||||||
|
|||||||
+1
@@ -7,6 +7,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_Foo
|
public static class Foo_C_Foo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<int, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<int, int>> Expression()
|
||||||
|
|||||||
+1
@@ -7,6 +7,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_Foo1
|
public static class Foo_C_Foo1
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<int, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<int, int>> Expression()
|
||||||
|
|||||||
+1
@@ -7,6 +7,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_Foo1
|
public static class Foo_C_Foo1
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<object, object>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<object, object>> Expression()
|
||||||
|
|||||||
+1
@@ -7,6 +7,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_Foo
|
public static class Foo_C_Foo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, global::Foo.D>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, global::Foo.D>> Expression()
|
||||||
|
|||||||
+1
@@ -8,6 +8,7 @@ using Foos;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foos_Bar_FooId
|
public static class Foos_Bar_FooId
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foos.Bar, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foos.Bar, int>> Expression()
|
||||||
|
|||||||
+1
@@ -6,6 +6,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_D_Foo
|
public static class Foo_C_D_Foo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C.D, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C.D, int>> Expression()
|
||||||
|
|||||||
+1
@@ -6,6 +6,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_Foo
|
public static class Foo_C_Foo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
||||||
|
|||||||
+1
@@ -6,6 +6,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_Foo
|
public static class Foo_C_Foo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
||||||
|
|||||||
+1
@@ -6,6 +6,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_Foo
|
public static class Foo_C_Foo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
||||||
|
|||||||
+1
@@ -8,6 +8,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_Foo_IdWithBar
|
public static class Foo_Foo_IdWithBar
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.Foo, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.Foo, int>> Expression()
|
||||||
|
|||||||
+1
@@ -8,6 +8,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_Foo_IdWithBar
|
public static class Foo_Foo_IdWithBar
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.Foo, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.Foo, int>> Expression()
|
||||||
|
|||||||
+1
@@ -7,6 +7,7 @@ using Foo;
|
|||||||
namespace EntityFrameworkCore.Projectables.Generated
|
namespace EntityFrameworkCore.Projectables.Generated
|
||||||
#nullable disable
|
#nullable disable
|
||||||
{
|
{
|
||||||
|
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
|
||||||
public static class Foo_C_Foo
|
public static class Foo_C_Foo
|
||||||
{
|
{
|
||||||
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
public static System.Linq.Expressions.Expression<System.Func<global::Foo.C, int>> Expression()
|
||||||
|
|||||||
Reference in New Issue
Block a user