net5 compilation and delete obsolete code#179
Conversation
Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
…Type.cs Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
…SqlType.cs Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
…vider.cs Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
Co-authored-by: Alexey Kulakov <alexey.kulakov@dataobjects.net>
….Orm.Web.Tests.csproj necessary for build
I'm sorry, but I didn't notice the similarity with the The same reasoning is behind the |
|
For /// <summary>
/// Contains additional provider-specific SQL functions.
/// These functions are not presented in general set of supported SQL
/// functions and are used only within provider, e.g for operations on
/// provider-specific types.
/// </summary>
public static class PostgresqlSqlFunctionType
/// <summary>
/// A factory for SQL DML operations for Postgresql DBMS.
/// Similarly to <see cref="Xtensive.Sql.SqlDml"/> it contains
/// factory methods for provider-specific <see cref="SqlExpression"/>s.
/// </summary>
public static class PostgresqlSqlFunctionTypeAnother type that lacks XML is /// <summary>
/// Defines custom function type.
/// Used to define functions that are ouside of standard SQL functions
/// supported by majority of providers. Such functions should be
/// handleded by the provider within which they are declared.
/// </summary>
[Serializable]
public sealed class SqlCustomFunctionType : IEquatable<SqlCustomFunctionType> |
|
Renamed the classes back and changed the XML comment as suggested |
|
@AlexUstinov and @SergeiPavlov Tests are failing with NRE with stacks similar to this Didn't test the changes? And I missed this too so master is broken. |
|
I'm reverting merge. |
The NRE is fixed: #202 |
This copy of @AlexUstinov 's PR into http://github.com/servicetitan/dataobjects-net