mirror of
https://github.com/zoriya/EntityFrameworkCore.Projectables.git
synced 2025-12-06 05:56:10 +00:00
Fixed verified test output
This commit is contained in:
@@ -13,7 +13,7 @@ namespace EntityFrameworkCore.Projectables.Generated
|
||||
public static System.Linq.Expressions.Expression<System.Func<string, string>> Expression()
|
||||
{
|
||||
return (string input) =>
|
||||
input != null ? (input[0].ToString()) : null;
|
||||
input != null ? (input[0].ToString()) : (string)null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user