C#: Re-generate stubs.

This commit is contained in:
Michael Nebel
2025-12-19 09:49:20 +01:00
parent 2d90cc87dc
commit 3f25065956
449 changed files with 7662 additions and 2117 deletions

View File

@@ -31,6 +31,7 @@ namespace Amazon
public System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<string, object>> Condition { get => throw null; set { } }
public IAMPolicyStatement() => throw null;
public string Effect { get => throw null; set { } }
public System.Collections.Generic.HashSet<string> NotResource { get => throw null; set { } }
public System.Collections.Generic.HashSet<string> Resource { get => throw null; set { } }
}
public System.Collections.Generic.List<Amazon.Lambda.APIGatewayEvents.APIGatewayCustomAuthorizerPolicy.IAMPolicyStatement> Statement { get => throw null; set { } }

View File

@@ -38,6 +38,8 @@ namespace Amazon
string LogStreamName { get; }
int MemoryLimitInMB { get; }
System.TimeSpan RemainingTime { get; }
virtual string TenantId { get => throw null; }
virtual string TraceId { get => throw null; }
}
public interface ILambdaLogger
{
@@ -76,6 +78,10 @@ namespace Amazon
public static class LambdaLogger
{
public static void Log(string message) => throw null;
public static void Log(string level, string message, params object[] args) => throw null;
public static void Log(Amazon.Lambda.Core.LogLevel level, string message, params object[] args) => throw null;
public static void Log(string level, System.Exception exception, string message, params object[] args) => throw null;
public static void Log(Amazon.Lambda.Core.LogLevel level, System.Exception exception, string message, params object[] args) => throw null;
}
[System.AttributeUsage((System.AttributeTargets)65, AllowMultiple = false)]
public sealed class LambdaSerializerAttribute : System.Attribute
@@ -83,6 +89,11 @@ namespace Amazon
public LambdaSerializerAttribute(System.Type serializerType) => throw null;
public System.Type SerializerType { get => throw null; set { } }
}
public class LambdaTraceProvider
{
public LambdaTraceProvider() => throw null;
public static string CurrentTraceId { get => throw null; }
}
public enum LogLevel
{
Trace = 0,

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../NETStandard.Library/1.6.1/NETStandard.Library.csproj" />
<ProjectReference Include="../../NETStandard.Library/1.6.0/NETStandard.Library.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,20 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Bcl.AsyncInterfaces/1.1.1/Microsoft.Bcl.AsyncInterfaces.csproj" />
<ProjectReference Include="../../System.ClientModel/1.0.0/System.ClientModel.csproj" />
<ProjectReference Include="../../System.Diagnostics.DiagnosticSource/6.0.1/System.Diagnostics.DiagnosticSource.csproj" />
<ProjectReference Include="../../System.Memory.Data/1.0.2/System.Memory.Data.csproj" />
<ProjectReference Include="../../System.Numerics.Vectors/4.5.0/System.Numerics.Vectors.csproj" />
<ProjectReference Include="../../System.Text.Encodings.Web/4.7.2/System.Text.Encodings.Web.csproj" />
<ProjectReference Include="../../System.Text.Json/4.7.2/System.Text.Json.csproj" />
<ProjectReference Include="../../System.Threading.Tasks.Extensions/4.5.4/System.Threading.Tasks.Extensions.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `Azure.Core, Version=1.38.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8`.
// Generated from `Azure.Core, Version=1.47.1.0, Culture=neutral, PublicKeyToken=92742159e12e44c8`.
namespace Azure
{
public abstract class AsyncPageable<T> : System.Collections.Generic.IAsyncEnumerable<T>
@@ -22,11 +22,10 @@ namespace Azure
public static System.Threading.Tasks.ValueTask<T> ToObjectAsync<T>(this System.BinaryData data, Azure.Core.Serialization.ObjectSerializer serializer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null;
public static object ToObjectFromJson(this System.BinaryData data) => throw null;
}
public class AzureKeyCredential
public class AzureKeyCredential : System.ClientModel.ApiKeyCredential
{
public AzureKeyCredential(string key) => throw null;
public AzureKeyCredential(string key) : base(default(string)) => throw null;
public string Key { get => throw null; }
public void Update(string key) => throw null;
}
public class AzureNamedKeyCredential
{
@@ -46,10 +45,19 @@ namespace Azure
public struct AccessToken
{
public AccessToken(string accessToken, System.DateTimeOffset expiresOn) => throw null;
public AccessToken(string accessToken, System.DateTimeOffset expiresOn, System.DateTimeOffset? refreshOn) => throw null;
public AccessToken(string accessToken, System.DateTimeOffset expiresOn, System.DateTimeOffset? refreshOn, string tokenType) => throw null;
public override bool Equals(object obj) => throw null;
public System.DateTimeOffset ExpiresOn { get => throw null; }
public override int GetHashCode() => throw null;
public System.DateTimeOffset? RefreshOn { get => throw null; }
public string Token { get => throw null; }
public string TokenType { get => throw null; }
}
public class AzureCoreContext : System.ClientModel.Primitives.ModelReaderWriterContext
{
public static Azure.Core.AzureCoreContext Default { get => throw null; }
protected override bool TryGetTypeBuilderCore(System.Type type, out System.ClientModel.Primitives.ModelReaderWriterTypeBuilder builder) => throw null;
}
public struct AzureLocation : System.IEquatable<Azure.Core.AzureLocation>
{
@@ -90,6 +98,7 @@ namespace Azure
public static Azure.Core.AzureLocation JapanWest { get => throw null; }
public static Azure.Core.AzureLocation KoreaCentral { get => throw null; }
public static Azure.Core.AzureLocation KoreaSouth { get => throw null; }
public static Azure.Core.AzureLocation MexicoCentral { get => throw null; }
public string Name { get => throw null; }
public static Azure.Core.AzureLocation NorthCentralUS { get => throw null; }
public static Azure.Core.AzureLocation NorthEurope { get => throw null; }
@@ -106,6 +115,7 @@ namespace Azure
public static Azure.Core.AzureLocation SouthCentralUS { get => throw null; }
public static Azure.Core.AzureLocation SoutheastAsia { get => throw null; }
public static Azure.Core.AzureLocation SouthIndia { get => throw null; }
public static Azure.Core.AzureLocation SpainCentral { get => throw null; }
public static Azure.Core.AzureLocation SwedenCentral { get => throw null; }
public static Azure.Core.AzureLocation SwedenSouth { get => throw null; }
public static Azure.Core.AzureLocation SwitzerlandNorth { get => throw null; }
@@ -194,6 +204,7 @@ namespace Azure
{
public static Azure.Core.Diagnostics.AzureEventSourceListener CreateConsoleLogger(System.Diagnostics.Tracing.EventLevel level = default(System.Diagnostics.Tracing.EventLevel)) => throw null;
public static Azure.Core.Diagnostics.AzureEventSourceListener CreateTraceLogger(System.Diagnostics.Tracing.EventLevel level = default(System.Diagnostics.Tracing.EventLevel)) => throw null;
public AzureEventSourceListener(System.Action<System.Diagnostics.Tracing.EventWrittenEventArgs> log, System.Diagnostics.Tracing.EventLevel level) => throw null;
public AzureEventSourceListener(System.Action<System.Diagnostics.Tracing.EventWrittenEventArgs, string> log, System.Diagnostics.Tracing.EventLevel level) => throw null;
protected override sealed void OnEventSourceCreated(System.Diagnostics.Tracing.EventSource eventSource) => throw null;
protected override sealed void OnEventWritten(System.Diagnostics.Tracing.EventWrittenEventArgs eventData) => throw null;
@@ -317,14 +328,20 @@ namespace Azure
MultiLineString = 5,
GeometryCollection = 6,
}
public sealed class GeoPoint : Azure.Core.GeoJson.GeoObject
public sealed class GeoPoint : Azure.Core.GeoJson.GeoObject, System.ClientModel.Primitives.IJsonModel<Azure.Core.GeoJson.GeoPoint>, System.ClientModel.Primitives.IPersistableModel<Azure.Core.GeoJson.GeoPoint>
{
public Azure.Core.GeoJson.GeoPosition Coordinates { get => throw null; }
Azure.Core.GeoJson.GeoPoint System.ClientModel.Primitives.IJsonModel<Azure.Core.GeoJson.GeoPoint>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null;
Azure.Core.GeoJson.GeoPoint System.ClientModel.Primitives.IPersistableModel<Azure.Core.GeoJson.GeoPoint>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null;
public GeoPoint() => throw null;
public GeoPoint(double longitude, double latitude) => throw null;
public GeoPoint(double longitude, double latitude, double? altitude) => throw null;
public GeoPoint(Azure.Core.GeoJson.GeoPosition position) => throw null;
public GeoPoint(Azure.Core.GeoJson.GeoPosition position, Azure.Core.GeoJson.GeoBoundingBox boundingBox, System.Collections.Generic.IReadOnlyDictionary<string, object> customProperties) => throw null;
string System.ClientModel.Primitives.IPersistableModel<Azure.Core.GeoJson.GeoPoint>.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null;
public override Azure.Core.GeoJson.GeoObjectType Type { get => throw null; }
void System.ClientModel.Primitives.IJsonModel<Azure.Core.GeoJson.GeoPoint>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null;
System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.Core.GeoJson.GeoPoint>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null;
}
public sealed class GeoPointCollection : Azure.Core.GeoJson.GeoObject, System.Collections.Generic.IEnumerable<Azure.Core.GeoJson.GeoPoint>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection<Azure.Core.GeoJson.GeoPoint>, System.Collections.Generic.IReadOnlyList<Azure.Core.GeoJson.GeoPoint>
{
@@ -612,6 +629,7 @@ namespace Azure
public static Azure.Core.RequestContent Create(object serializable) => throw null;
public static Azure.Core.RequestContent Create(object serializable, Azure.Core.Serialization.ObjectSerializer serializer) => throw null;
public static Azure.Core.RequestContent Create(object serializable, Azure.Core.Serialization.JsonPropertyNames propertyNameFormat, string dateTimeFormat = default(string)) => throw null;
public static Azure.Core.RequestContent Create<T>(T model, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) where T : System.ClientModel.Primitives.IPersistableModel<T> => throw null;
protected RequestContent() => throw null;
public abstract void Dispose();
public static implicit operator Azure.Core.RequestContent(string content) => throw null;
@@ -837,11 +855,14 @@ namespace Azure
public TelemetryDetails(System.Reflection.Assembly assembly, string applicationId = default(string)) => throw null;
public override string ToString() => throw null;
}
public abstract class TokenCredential
public abstract class TokenCredential : System.ClientModel.AuthenticationTokenProvider
{
public override System.ClientModel.Primitives.GetTokenOptions CreateTokenOptions(System.Collections.Generic.IReadOnlyDictionary<string, object> properties) => throw null;
protected TokenCredential() => throw null;
public abstract Azure.Core.AccessToken GetToken(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken);
public override System.ClientModel.Primitives.AuthenticationToken GetToken(System.ClientModel.Primitives.GetTokenOptions properties, System.Threading.CancellationToken cancellationToken) => throw null;
public abstract System.Threading.Tasks.ValueTask<Azure.Core.AccessToken> GetTokenAsync(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken);
public override System.Threading.Tasks.ValueTask<System.ClientModel.Primitives.AuthenticationToken> GetTokenAsync(System.ClientModel.Primitives.GetTokenOptions properties, System.Threading.CancellationToken cancellationToken) => throw null;
}
public struct TokenRequestContext
{
@@ -849,9 +870,14 @@ namespace Azure
public TokenRequestContext(string[] scopes, string parentRequestId) => throw null;
public TokenRequestContext(string[] scopes, string parentRequestId, string claims) => throw null;
public TokenRequestContext(string[] scopes, string parentRequestId, string claims, string tenantId) => throw null;
public TokenRequestContext(string[] scopes, string parentRequestId = default(string), string claims = default(string), string tenantId = default(string), bool isCaeEnabled = default(bool)) => throw null;
public TokenRequestContext(string[] scopes, string parentRequestId, string claims, string tenantId, bool isCaeEnabled) => throw null;
public TokenRequestContext(string[] scopes, string parentRequestId = default(string), string claims = default(string), string tenantId = default(string), bool isCaeEnabled = default(bool), bool isProofOfPossessionEnabled = default(bool), string proofOfPossessionNonce = default(string), System.Uri requestUri = default(System.Uri), string requestMethod = default(string)) => throw null;
public bool IsCaeEnabled { get => throw null; }
public bool IsProofOfPossessionEnabled { get => throw null; }
public string ParentRequestId { get => throw null; }
public string ProofOfPossessionNonce { get => throw null; }
public string ResourceRequestMethod { get => throw null; }
public System.Uri ResourceRequestUri { get => throw null; }
public string[] Scopes { get => throw null; }
public string TenantId { get => throw null; }
}
@@ -969,6 +995,10 @@ namespace Azure
public virtual Azure.Core.RehydrationToken? GetRehydrationToken() => throw null;
public abstract bool HasCompleted { get; }
public abstract string Id { get; }
public static Azure.Operation<T> Rehydrate<T>(Azure.Core.Pipeline.HttpPipeline pipeline, Azure.Core.RehydrationToken rehydrationToken, Azure.Core.ClientOptions options = default(Azure.Core.ClientOptions)) where T : System.ClientModel.Primitives.IPersistableModel<T> => throw null;
public static Azure.Operation Rehydrate(Azure.Core.Pipeline.HttpPipeline pipeline, Azure.Core.RehydrationToken rehydrationToken, Azure.Core.ClientOptions options = default(Azure.Core.ClientOptions)) => throw null;
public static System.Threading.Tasks.Task<Azure.Operation<T>> RehydrateAsync<T>(Azure.Core.Pipeline.HttpPipeline pipeline, Azure.Core.RehydrationToken rehydrationToken, Azure.Core.ClientOptions options = default(Azure.Core.ClientOptions)) where T : System.ClientModel.Primitives.IPersistableModel<T> => throw null;
public static System.Threading.Tasks.Task<Azure.Operation> RehydrateAsync(Azure.Core.Pipeline.HttpPipeline pipeline, Azure.Core.RehydrationToken rehydrationToken, Azure.Core.ClientOptions options = default(Azure.Core.ClientOptions)) => throw null;
public override string ToString() => throw null;
public abstract Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
public abstract System.Threading.Tasks.ValueTask<Azure.Response> UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
@@ -1083,12 +1113,18 @@ namespace Azure
public static implicit operator T(Azure.Response<T> response) => throw null;
public override T Value { get => throw null; }
}
public sealed class ResponseError
public sealed class ResponseError : System.ClientModel.Primitives.IJsonModel<Azure.ResponseError>, System.ClientModel.Primitives.IPersistableModel<Azure.ResponseError>
{
public string Code { get => throw null; }
Azure.ResponseError System.ClientModel.Primitives.IJsonModel<Azure.ResponseError>.Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null;
Azure.ResponseError System.ClientModel.Primitives.IPersistableModel<Azure.ResponseError>.Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null;
public ResponseError() => throw null;
public ResponseError(string code, string message) => throw null;
string System.ClientModel.Primitives.IPersistableModel<Azure.ResponseError>.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null;
public string Message { get => throw null; }
public override string ToString() => throw null;
void System.ClientModel.Primitives.IJsonModel<Azure.ResponseError>.Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null;
System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResponseError>.Write(System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null;
}
public class SyncAsyncEventArgs : System.EventArgs
{

View File

@@ -7,8 +7,9 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../NETStandard.Library/1.6.1/NETStandard.Library.csproj" />
<ProjectReference Include="../../System.Runtime.Serialization.Formatters/4.3.0/System.Runtime.Serialization.Formatters.csproj" />
<ProjectReference Include="../../Microsoft.Bcl.AsyncInterfaces/8.0.0/Microsoft.Bcl.AsyncInterfaces.csproj" />
<ProjectReference Include="../../System.ClientModel/1.5.1/System.ClientModel.csproj" />
<ProjectReference Include="../../System.Memory.Data/8.0.1/System.Memory.Data.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,19 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Azure.Core/1.38.0/Azure.Core.csproj" />
<ProjectReference Include="../../Microsoft.Identity.Client/4.61.3/Microsoft.Identity.Client.csproj" />
<ProjectReference Include="../../Microsoft.Identity.Client.Extensions.Msal/4.61.3/Microsoft.Identity.Client.Extensions.Msal.csproj" />
<ProjectReference Include="../../System.Memory/4.5.4/System.Memory.csproj" />
<ProjectReference Include="../../System.Security.Cryptography.ProtectedData/9.0.1/System.Security.Cryptography.ProtectedData.csproj" />
<ProjectReference Include="../../System.Text.Json/4.7.2/System.Text.Json.csproj" />
<ProjectReference Include="../../System.Threading.Tasks.Extensions/4.5.4/System.Threading.Tasks.Extensions.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `Azure.Identity, Version=1.11.4.0, Culture=neutral, PublicKeyToken=92742159e12e44c8`.
// Generated from `Azure.Identity, Version=1.14.2.0, Culture=neutral, PublicKeyToken=92742159e12e44c8`.
namespace Azure
{
namespace Identity
@@ -64,6 +64,7 @@ namespace Azure
public System.Collections.Generic.IList<string> AdditionallyAllowedTenants { get => throw null; }
public AzureCliCredentialOptions() => throw null;
public System.TimeSpan? ProcessTimeout { get => throw null; set { } }
public string Subscription { get => throw null; set { } }
public string TenantId { get => throw null; set { } }
}
public class AzureDeveloperCliCredential : Azure.Core.TokenCredential
@@ -80,6 +81,20 @@ namespace Azure
public System.TimeSpan? ProcessTimeout { get => throw null; set { } }
public string TenantId { get => throw null; set { } }
}
public class AzurePipelinesCredential : Azure.Core.TokenCredential
{
protected AzurePipelinesCredential() => throw null;
public AzurePipelinesCredential(string tenantId, string clientId, string serviceConnectionId, string systemAccessToken, Azure.Identity.AzurePipelinesCredentialOptions options = default(Azure.Identity.AzurePipelinesCredentialOptions)) => throw null;
public override Azure.Core.AccessToken GetToken(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken) => throw null;
public override System.Threading.Tasks.ValueTask<Azure.Core.AccessToken> GetTokenAsync(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken) => throw null;
}
public class AzurePipelinesCredentialOptions : Azure.Identity.TokenCredentialOptions
{
public System.Collections.Generic.IList<string> AdditionallyAllowedTenants { get => throw null; }
public AzurePipelinesCredentialOptions() => throw null;
public bool DisableInstanceDiscovery { get => throw null; set { } }
public Azure.Identity.TokenCachePersistenceOptions TokenCachePersistenceOptions { get => throw null; set { } }
}
public class AzurePowerShellCredential : Azure.Core.TokenCredential
{
public AzurePowerShellCredential() => throw null;
@@ -103,6 +118,7 @@ namespace Azure
}
public class ChainedTokenCredential : Azure.Core.TokenCredential
{
protected ChainedTokenCredential() => throw null;
public ChainedTokenCredential(params Azure.Core.TokenCredential[] sources) => throw null;
public override Azure.Core.AccessToken GetToken(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null;
public override System.Threading.Tasks.ValueTask<Azure.Core.AccessToken> GetTokenAsync(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null;
@@ -120,6 +136,7 @@ namespace Azure
public System.Collections.Generic.IList<string> AdditionallyAllowedTenants { get => throw null; }
public ClientAssertionCredentialOptions() => throw null;
public bool DisableInstanceDiscovery { get => throw null; set { } }
public Azure.Identity.TokenCachePersistenceOptions TokenCachePersistenceOptions { get => throw null; set { } }
}
public class ClientCertificateCredential : Azure.Core.TokenCredential
{
@@ -165,6 +182,7 @@ namespace Azure
}
public class DefaultAzureCredential : Azure.Core.TokenCredential
{
protected DefaultAzureCredential() => throw null;
public DefaultAzureCredential(bool includeInteractiveCredentials = default(bool)) => throw null;
public DefaultAzureCredential(Azure.Identity.DefaultAzureCredentialOptions options) => throw null;
public override Azure.Core.AccessToken GetToken(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null;
@@ -283,9 +301,23 @@ namespace Azure
protected ManagedIdentityCredential() => throw null;
public ManagedIdentityCredential(string clientId = default(string), Azure.Identity.TokenCredentialOptions options = default(Azure.Identity.TokenCredentialOptions)) => throw null;
public ManagedIdentityCredential(Azure.Core.ResourceIdentifier resourceId, Azure.Identity.TokenCredentialOptions options = default(Azure.Identity.TokenCredentialOptions)) => throw null;
public ManagedIdentityCredential(Azure.Identity.ManagedIdentityId id) => throw null;
public ManagedIdentityCredential(Azure.Identity.ManagedIdentityCredentialOptions options) => throw null;
public override Azure.Core.AccessToken GetToken(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null;
public override System.Threading.Tasks.ValueTask<Azure.Core.AccessToken> GetTokenAsync(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null;
}
public class ManagedIdentityCredentialOptions : Azure.Identity.TokenCredentialOptions
{
public ManagedIdentityCredentialOptions(Azure.Identity.ManagedIdentityId managedIdentityId = default(Azure.Identity.ManagedIdentityId)) => throw null;
}
public class ManagedIdentityId
{
public static Azure.Identity.ManagedIdentityId FromUserAssignedClientId(string id) => throw null;
public static Azure.Identity.ManagedIdentityId FromUserAssignedObjectId(string id) => throw null;
public static Azure.Identity.ManagedIdentityId FromUserAssignedResourceId(Azure.Core.ResourceIdentifier id) => throw null;
public static Azure.Identity.ManagedIdentityId SystemAssigned { get => throw null; }
public override string ToString() => throw null;
}
public class OnBehalfOfCredential : Azure.Core.TokenCredential
{
protected OnBehalfOfCredential() => throw null;
@@ -293,6 +325,8 @@ namespace Azure
public OnBehalfOfCredential(string tenantId, string clientId, System.Security.Cryptography.X509Certificates.X509Certificate2 clientCertificate, string userAssertion, Azure.Identity.OnBehalfOfCredentialOptions options) => throw null;
public OnBehalfOfCredential(string tenantId, string clientId, string clientSecret, string userAssertion) => throw null;
public OnBehalfOfCredential(string tenantId, string clientId, string clientSecret, string userAssertion, Azure.Identity.OnBehalfOfCredentialOptions options) => throw null;
public OnBehalfOfCredential(string tenantId, string clientId, System.Func<System.Threading.CancellationToken, System.Threading.Tasks.Task<string>> clientAssertionCallback, string userAssertion, Azure.Identity.OnBehalfOfCredentialOptions options = default(Azure.Identity.OnBehalfOfCredentialOptions)) => throw null;
public OnBehalfOfCredential(string tenantId, string clientId, System.Func<string> clientAssertionCallback, string userAssertion, Azure.Identity.OnBehalfOfCredentialOptions options = default(Azure.Identity.OnBehalfOfCredentialOptions)) => throw null;
public override Azure.Core.AccessToken GetToken(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken) => throw null;
public override System.Threading.Tasks.ValueTask<Azure.Core.AccessToken> GetTokenAsync(Azure.Core.TokenRequestContext requestContext, System.Threading.CancellationToken cancellationToken) => throw null;
}

View File

@@ -7,9 +7,10 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../ServiceStack.Interfaces/8.5.2/ServiceStack.Interfaces.csproj" />
<ProjectReference Include="../../ServiceStack.Text/8.5.2/ServiceStack.Text.csproj" />
<ProjectReference Include="../../System.Memory/4.6.0/System.Memory.csproj" />
<ProjectReference Include="../../Azure.Core/1.46.1/Azure.Core.csproj" />
<ProjectReference Include="../../Microsoft.Identity.Client/4.73.1/Microsoft.Identity.Client.csproj" />
<ProjectReference Include="../../Microsoft.Identity.Client.Extensions.Msal/4.73.1/Microsoft.Identity.Client.Extensions.Msal.csproj" />
<ProjectReference Include="../../System.Memory/4.5.5/System.Memory.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -10,8 +10,8 @@
<ProjectReference Include="../../Microsoft.CSharp/4.7.0/Microsoft.CSharp.csproj" />
<ProjectReference Include="../../System.CodeDom/6.0.0/System.CodeDom.csproj" />
<ProjectReference Include="../../System.ComponentModel.Annotations/5.0.0/System.ComponentModel.Annotations.csproj" />
<ProjectReference Include="../../System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.csproj" />
<ProjectReference Include="../../System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj" />
<ProjectReference Include="../../System.Configuration.ConfigurationManager/6.0.1/System.Configuration.ConfigurationManager.csproj" />
<ProjectReference Include="../../System.Data.SqlClient/4.8.6/System.Data.SqlClient.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,12 +1,12 @@
// This file contains auto-generated code.
// Generated from `Iesi.Collections, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4`.
// Generated from `Iesi.Collections, Version=4.1.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4`.
namespace Iesi
{
namespace Collections
{
namespace Generic
{
public class LinkedHashSet<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.Collections.Generic.ISet<T>
public class LinkedHashSet<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.Generic.ISet<T>
{
void System.Collections.Generic.ICollection<T>.Add(T item) => throw null;
public bool Add(T item) => throw null;
@@ -16,9 +16,18 @@ namespace Iesi
public int Count { get => throw null; }
public LinkedHashSet() => throw null;
public LinkedHashSet(System.Collections.Generic.IEnumerable<T> initialValues) => throw null;
public struct Enumerator : System.IDisposable, System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator
{
public T Current { get => throw null; }
object System.Collections.IEnumerator.Current { get => throw null; }
public void Dispose() => throw null;
public bool MoveNext() => throw null;
void System.Collections.IEnumerator.Reset() => throw null;
}
public void ExceptWith(System.Collections.Generic.IEnumerable<T> other) => throw null;
System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() => throw null;
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null;
public Iesi.Collections.Generic.LinkedHashSet<T>.Enumerator GetEnumerator() => throw null;
public void IntersectWith(System.Collections.Generic.IEnumerable<T> other) => throw null;
public bool IsProperSubsetOf(System.Collections.Generic.IEnumerable<T> other) => throw null;
public bool IsProperSupersetOf(System.Collections.Generic.IEnumerable<T> other) => throw null;
@@ -31,7 +40,7 @@ namespace Iesi
public void SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other) => throw null;
public void UnionWith(System.Collections.Generic.IEnumerable<T> other) => throw null;
}
public sealed class ReadOnlySet<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.Collections.Generic.ISet<T>
public sealed class ReadOnlySet<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.Generic.ISet<T>
{
void System.Collections.Generic.ICollection<T>.Add(T item) => throw null;
bool System.Collections.Generic.ISet<T>.Add(T item) => throw null;
@@ -55,7 +64,7 @@ namespace Iesi
void System.Collections.Generic.ISet<T>.SymmetricExceptWith(System.Collections.Generic.IEnumerable<T> other) => throw null;
void System.Collections.Generic.ISet<T>.UnionWith(System.Collections.Generic.IEnumerable<T> other) => throw null;
}
public sealed class SynchronizedSet<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.Collections.Generic.ISet<T>
public sealed class SynchronizedSet<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.Generic.ISet<T>
{
void System.Collections.Generic.ICollection<T>.Add(T item) => throw null;
public bool Add(T item) => throw null;

View File

@@ -1056,7 +1056,7 @@ namespace Microsoft
System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get => throw null; set { } }
public Microsoft.Data.SqlClient.SqlCommand UpdateCommand { get => throw null; set { } }
}
public class SqlDataReader : System.Data.Common.DbDataReader, System.Data.IDataReader, System.Data.IDataRecord, System.IDisposable
public class SqlDataReader : System.Data.Common.DbDataReader, System.Data.IDataReader, System.Data.IDataRecord, System.Data.Common.IDbColumnSchemaGenerator, System.IDisposable
{
public override void Close() => throw null;
protected Microsoft.Data.SqlClient.SqlConnection Connection { get => throw null; }
@@ -1107,6 +1107,7 @@ namespace Microsoft
public virtual System.Data.SqlTypes.SqlString GetSqlString(int i) => throw null;
public virtual object GetSqlValue(int i) => throw null;
public virtual int GetSqlValues(object[] values) => throw null;
public virtual Microsoft.Data.SqlTypes.SqlVector<T> GetSqlVector<T>(int i) where T : unmanaged => throw null;
public virtual System.Data.SqlTypes.SqlXml GetSqlXml(int i) => throw null;
public override System.IO.Stream GetStream(int i) => throw null;
public override string GetString(int i) => throw null;
@@ -1402,6 +1403,7 @@ namespace Microsoft
public static partial class SqlDbTypeExtensions
{
public const System.Data.SqlDbType Json = default;
public const System.Data.SqlDbType Vector = default;
}
namespace SqlTypes
{
@@ -1438,8 +1440,18 @@ namespace Microsoft
public SqlJson(System.Text.Json.JsonDocument jsonDoc) => throw null;
public bool IsNull { get => throw null; }
public static Microsoft.Data.SqlTypes.SqlJson Null { get => throw null; }
public override string ToString() => throw null;
public string Value { get => throw null; }
}
public struct SqlVector<T> : System.Data.SqlTypes.INullable where T : unmanaged
{
public static Microsoft.Data.SqlTypes.SqlVector<T> CreateNull(int length) => throw null;
public SqlVector(System.ReadOnlyMemory<T> memory) => throw null;
public bool IsNull { get => throw null; }
public int Length { get => throw null; }
public System.ReadOnlyMemory<T> Memory { get => throw null; }
public static Microsoft.Data.SqlTypes.SqlVector<T>? Null { get => throw null; }
}
}
}
}

View File

@@ -7,15 +7,17 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Azure.Identity/1.11.4/Azure.Identity.csproj" />
<ProjectReference Include="../../Azure.Core/1.47.1/Azure.Core.csproj" />
<ProjectReference Include="../../Azure.Identity/1.14.2/Azure.Identity.csproj" />
<ProjectReference Include="../../Microsoft.Bcl.Cryptography/9.0.4/Microsoft.Bcl.Cryptography.csproj" />
<ProjectReference Include="../../Microsoft.Data.SqlClient.SNI.runtime/6.0.2/Microsoft.Data.SqlClient.SNI.runtime.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Caching.Memory/9.0.4/Microsoft.Extensions.Caching.Memory.csproj" />
<ProjectReference Include="../../Microsoft.IdentityModel.JsonWebTokens/7.5.0/Microsoft.IdentityModel.JsonWebTokens.csproj" />
<ProjectReference Include="../../Microsoft.IdentityModel.Protocols.OpenIdConnect/7.5.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.csproj" />
<ProjectReference Include="../../Microsoft.IdentityModel.JsonWebTokens/7.7.1/Microsoft.IdentityModel.JsonWebTokens.csproj" />
<ProjectReference Include="../../Microsoft.IdentityModel.Protocols.OpenIdConnect/7.7.1/Microsoft.IdentityModel.Protocols.OpenIdConnect.csproj" />
<ProjectReference Include="../../Microsoft.SqlServer.Server/1.0.0/Microsoft.SqlServer.Server.csproj" />
<ProjectReference Include="../../System.Configuration.ConfigurationManager/9.0.4/System.Configuration.ConfigurationManager.csproj" />
<ProjectReference Include="../../System.Security.Cryptography.Pkcs/9.0.4/System.Security.Cryptography.Pkcs.csproj" />
<ProjectReference Include="../../System.Text.Json/9.0.5/System.Text.Json.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.Primitives/8.0.0/Microsoft.Extensions.Primitives.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Primitives/10.0.0/Microsoft.Extensions.Primitives.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,7 +7,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.Configuration.Abstractions/8.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Configuration/10.0.0/Microsoft.Extensions.Configuration.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Configuration.Abstractions/10.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.Configuration.Abstractions/8.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Primitives/8.0.0/Microsoft.Extensions.Primitives.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Configuration.Abstractions/10.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Primitives/10.0.0/Microsoft.Extensions.Primitives.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Primitives/9.0.4/Microsoft.Extensions.Primitives.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Options/10.0.0/Microsoft.Extensions.Options.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,15 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Options/8.0.0/Microsoft.Extensions.Options.csproj" />
<ProjectReference Include="../../System.Diagnostics.DiagnosticSource/8.0.0/System.Diagnostics.DiagnosticSource.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,9 +7,9 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.Configuration/8.0.0/Microsoft.Extensions.Configuration.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Diagnostics.Abstractions/8.0.0/Microsoft.Extensions.Diagnostics.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0/Microsoft.Extensions.Options.ConfigurationExtensions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Configuration/10.0.0/Microsoft.Extensions.Configuration.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Diagnostics.Abstractions/10.0.0/Microsoft.Extensions.Diagnostics.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Options.ConfigurationExtensions/10.0.0/Microsoft.Extensions.Options.ConfigurationExtensions.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,12 +7,12 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.Configuration.Abstractions/8.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Diagnostics/8.0.0/Microsoft.Extensions.Diagnostics.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Logging/8.0.0/Microsoft.Extensions.Logging.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Logging.Abstractions/8.0.0/Microsoft.Extensions.Logging.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Options/8.0.0/Microsoft.Extensions.Options.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Configuration.Abstractions/10.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Diagnostics/10.0.0/Microsoft.Extensions.Diagnostics.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Logging/10.0.0/Microsoft.Extensions.Logging.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Logging.Abstractions/10.0.0/Microsoft.Extensions.Logging.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Options/10.0.0/Microsoft.Extensions.Options.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/9.0.4/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,9 +7,9 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection/8.0.0/Microsoft.Extensions.DependencyInjection.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Logging.Abstractions/8.0.0/Microsoft.Extensions.Logging.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Options/8.0.0/Microsoft.Extensions.Options.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection/10.0.0/Microsoft.Extensions.DependencyInjection.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Logging.Abstractions/10.0.0/Microsoft.Extensions.Logging.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Options/10.0.0/Microsoft.Extensions.Options.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,11 +7,11 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.Configuration.Abstractions/8.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Configuration.Binder/8.0.0/Microsoft.Extensions.Configuration.Binder.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Options/8.0.0/Microsoft.Extensions.Options.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Primitives/8.0.0/Microsoft.Extensions.Primitives.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Configuration.Abstractions/10.0.0/Microsoft.Extensions.Configuration.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Configuration.Binder/10.0.0/Microsoft.Extensions.Configuration.Binder.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Options/10.0.0/Microsoft.Extensions.Options.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Primitives/10.0.0/Microsoft.Extensions.Primitives.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Primitives/8.0.0/Microsoft.Extensions.Primitives.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/10.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Primitives/10.0.0/Microsoft.Extensions.Primitives.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `Microsoft.Identity.Client.Extensions.Msal, Version=4.61.3.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae`.
// Generated from `Microsoft.Identity.Client.Extensions.Msal, Version=4.73.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae`.
namespace Microsoft
{
namespace Identity

View File

@@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Identity.Client/4.61.3/Microsoft.Identity.Client.csproj" />
<ProjectReference Include="../../System.Security.Cryptography.ProtectedData/9.0.1/System.Security.Cryptography.ProtectedData.csproj" />
<ProjectReference Include="../../Microsoft.Identity.Client/4.73.1/Microsoft.Identity.Client.csproj" />
<ProjectReference Include="../../System.Security.Cryptography.ProtectedData/4.5.0/System.Security.Cryptography.ProtectedData.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `Microsoft.Identity.Client, Version=4.61.3.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae`.
// Generated from `Microsoft.Identity.Client, Version=4.73.1.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae`.
namespace Microsoft
{
namespace Identity
@@ -27,7 +27,6 @@ namespace Microsoft
public T WithAuthority(Microsoft.Identity.Client.AadAuthorityAudience authorityAudience, bool validateAuthority = default(bool)) => throw null;
public T WithB2CAuthority(string authorityUri) => throw null;
public T WithClaims(string claims) => throw null;
public T WithExtraQueryParameters(System.Collections.Generic.Dictionary<string, string> extraQueryParameters) => throw null;
public T WithExtraQueryParameters(string extraQueryParameters) => throw null;
protected T WithScopes(System.Collections.Generic.IEnumerable<string> scopes) => throw null;
public T WithTenantId(string tenantId) => throw null;
@@ -48,8 +47,6 @@ namespace Microsoft
public T WithCacheOptions(Microsoft.Identity.Client.CacheOptions options) => throw null;
public T WithClientCapabilities(System.Collections.Generic.IEnumerable<string> clientCapabilities) => throw null;
public T WithClientId(string clientId) => throw null;
public T WithClientName(string clientName) => throw null;
public T WithClientVersion(string clientVersion) => throw null;
public T WithExtraQueryParameters(System.Collections.Generic.IDictionary<string, string> extraQueryParameters) => throw null;
public T WithExtraQueryParameters(string extraQueryParameters) => throw null;
public T WithInstanceDicoveryMetadata(string instanceDiscoveryJson) => throw null;
@@ -72,6 +69,7 @@ namespace Microsoft
public override System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> ExecuteAsync(System.Threading.CancellationToken cancellationToken) => throw null;
protected override void Validate() => throw null;
public T WithProofOfPossession(Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration popAuthenticationConfiguration) => throw null;
public T WithSignedHttpRequestProofOfPossession(Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration popAuthenticationConfiguration) => throw null;
}
public abstract class AbstractManagedIdentityAcquireTokenParameterBuilder<T> : Microsoft.Identity.Client.BaseAbstractAcquireTokenParameterBuilder<T> where T : Microsoft.Identity.Client.BaseAbstractAcquireTokenParameterBuilder<T>
{
@@ -116,6 +114,10 @@ namespace Microsoft
protected override void Validate() => throw null;
public Microsoft.Identity.Client.AcquireTokenByRefreshTokenParameterBuilder WithSendX5C(bool withSendX5C) => throw null;
}
public sealed class AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder : Microsoft.Identity.Client.AbstractConfidentialClientAcquireTokenParameterBuilder<Microsoft.Identity.Client.AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder>
{
protected override void Validate() => throw null;
}
public sealed class AcquireTokenByUsernamePasswordParameterBuilder : Microsoft.Identity.Client.AbstractPublicClientAcquireTokenParameterBuilder<Microsoft.Identity.Client.AcquireTokenByUsernamePasswordParameterBuilder>
{
public Microsoft.Identity.Client.AcquireTokenByUsernamePasswordParameterBuilder WithFederationMetadata(string federationMetadata) => throw null;
@@ -125,12 +127,15 @@ namespace Microsoft
{
protected override void Validate() => throw null;
public Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder WithAzureRegion(bool useAzureRegion) => throw null;
public Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder WithFmiPath(string pathSuffix) => throw null;
public Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder WithForceRefresh(bool forceRefresh) => throw null;
public Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder WithMtlsProofOfPossession() => throw null;
public Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder WithPreferredAzureRegion(bool useAzureRegion = default(bool), string regionUsedIfAutoDetectFails = default(string), bool fallbackToGlobal = default(bool)) => throw null;
public Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder WithSendX5C(bool withSendX5C) => throw null;
}
public sealed class AcquireTokenForManagedIdentityParameterBuilder : Microsoft.Identity.Client.AbstractManagedIdentityAcquireTokenParameterBuilder<Microsoft.Identity.Client.AcquireTokenForManagedIdentityParameterBuilder>
{
public Microsoft.Identity.Client.AcquireTokenForManagedIdentityParameterBuilder WithClaims(string claims) => throw null;
public Microsoft.Identity.Client.AcquireTokenForManagedIdentityParameterBuilder WithForceRefresh(bool forceRefresh) => throw null;
}
public sealed class AcquireTokenInteractiveParameterBuilder : Microsoft.Identity.Client.AbstractPublicClientAcquireTokenParameterBuilder<Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder>
@@ -219,6 +224,9 @@ namespace Microsoft
public class AssertionRequestOptions
{
public System.Threading.CancellationToken CancellationToken { get => throw null; set { } }
public string Claims { get => throw null; set { } }
public string ClientAssertionFmiPath { get => throw null; set { } }
public System.Collections.Generic.IEnumerable<string> ClientCapabilities { get => throw null; set { } }
public string ClientID { get => throw null; set { } }
public AssertionRequestOptions() => throw null;
public string TokenEndpoint { get => throw null; set { } }
@@ -242,7 +250,7 @@ namespace Microsoft
}
public class AuthenticationResult
{
public string AccessToken { get => throw null; }
public string AccessToken { get => throw null; set { } }
public Microsoft.Identity.Client.IAccount Account { get => throw null; }
public System.Collections.Generic.IReadOnlyDictionary<string, string> AdditionalResponseParameters { get => throw null; }
public Microsoft.Identity.Client.AuthenticationResultMetadata AuthenticationResultMetadata { get => throw null; }
@@ -260,13 +268,14 @@ namespace Microsoft
public string TenantId { get => throw null; }
public string TokenType { get => throw null; }
public string UniqueId { get => throw null; }
public Microsoft.Identity.Client.IUser User { get => throw null; }
}
public class AuthenticationResultMetadata
{
public int CachedAccessTokenCount { get => throw null; set { } }
public Microsoft.Identity.Client.Cache.CacheLevel CacheLevel { get => throw null; set { } }
public Microsoft.Identity.Client.CacheRefreshReason CacheRefreshReason { get => throw null; set { } }
public AuthenticationResultMetadata(Microsoft.Identity.Client.TokenSource tokenSource) => throw null;
public long DurationCreatingExtendedTokenInUs { get => throw null; set { } }
public long DurationInCacheInMs { get => throw null; set { } }
public long DurationInHttpInMs { get => throw null; set { } }
public long DurationTotalInMs { get => throw null; set { } }
@@ -278,6 +287,15 @@ namespace Microsoft
}
namespace AuthScheme
{
public interface IAuthenticationOperation
{
string AccessTokenType { get; }
string AuthorizationHeaderPrefix { get; }
void FormatResult(Microsoft.Identity.Client.AuthenticationResult authenticationResult);
System.Collections.Generic.IReadOnlyDictionary<string, string> GetTokenRequestParams();
string KeyId { get; }
int TelemetryTokenType { get; }
}
namespace PoP
{
public interface IPoPCryptoProvider
@@ -303,9 +321,12 @@ namespace Microsoft
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> ExecuteAsync() => throw null;
protected virtual void Validate() => throw null;
public T WithCorrelationId(System.Guid correlationId) => throw null;
public T WithExtraQueryParameters(System.Collections.Generic.Dictionary<string, string> extraQueryParameters) => throw null;
}
public abstract class BaseAbstractApplicationBuilder<T> where T : Microsoft.Identity.Client.BaseAbstractApplicationBuilder<T>
{
public T WithClientName(string clientName) => throw null;
public T WithClientVersion(string clientVersion) => throw null;
public T WithDebugLoggingCallback(Microsoft.Identity.Client.LogLevel logLevel = default(Microsoft.Identity.Client.LogLevel), bool enablePiiLogging = default(bool), bool withDefaultPlatformLoggingEnabled = default(bool)) => throw null;
public T WithExperimentalFeatures(bool enableExperimentalFeatures = default(bool)) => throw null;
public T WithHttpClientFactory(Microsoft.Identity.Client.IMsalHttpClientFactory httpClientFactory) => throw null;
@@ -332,6 +353,8 @@ namespace Microsoft
{
None = 0,
Windows = 1,
Linux = 2,
OSX = 4,
}
public string Title { get => throw null; set { } }
}
@@ -370,64 +393,30 @@ namespace Microsoft
{
public Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder AcquireTokenSilent(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account) => throw null;
public Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder AcquireTokenSilent(System.Collections.Generic.IEnumerable<string> scopes, string loginHint) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenSilentAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account, string authority, bool forceRefresh) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenSilentAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account) => throw null;
public Microsoft.Identity.Client.IAppConfig AppConfig { get => throw null; }
public string Authority { get => throw null; }
public string ClientId { get => throw null; }
public string Component { get => throw null; set { } }
public System.Threading.Tasks.Task<Microsoft.Identity.Client.IAccount> GetAccountAsync(string accountId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.IAccount> GetAccountAsync(string accountId) => throw null;
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.IAccount>> GetAccountsAsync() => throw null;
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.IAccount>> GetAccountsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.IAccount>> GetAccountsAsync(string userFlow) => throw null;
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.IAccount>> GetAccountsAsync(string userFlow, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null;
public Microsoft.Identity.Client.IUser GetUser(string identifier) => throw null;
public string RedirectUri { get => throw null; set { } }
public void Remove(Microsoft.Identity.Client.IUser user) => throw null;
public System.Threading.Tasks.Task RemoveAsync(Microsoft.Identity.Client.IAccount account) => throw null;
public System.Threading.Tasks.Task RemoveAsync(Microsoft.Identity.Client.IAccount account, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null;
public string SliceParameters { get => throw null; set { } }
public System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.IUser> Users { get => throw null; }
public Microsoft.Identity.Client.ITokenCache UserTokenCache { get => throw null; }
public bool ValidateAuthority { get => throw null; set { } }
}
public sealed class ClientAssertionCertificate
{
public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get => throw null; }
public ClientAssertionCertificate(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) => throw null;
public static int MinKeySizeInBits { get => throw null; }
}
public sealed class ClientCredential
{
public ClientCredential(Microsoft.Identity.Client.ClientAssertionCertificate certificate) => throw null;
public ClientCredential(string secret) => throw null;
}
public sealed class ConfidentialClientApplication : Microsoft.Identity.Client.ClientApplicationBase, Microsoft.Identity.Client.IApplicationBase, Microsoft.Identity.Client.IByRefreshToken, Microsoft.Identity.Client.IClientApplicationBase, Microsoft.Identity.Client.IConfidentialClientApplication, Microsoft.Identity.Client.IConfidentialClientApplicationWithCertificate, Microsoft.Identity.Client.ILongRunningWebApi
public sealed class ConfidentialClientApplication : Microsoft.Identity.Client.ClientApplicationBase, Microsoft.Identity.Client.IApplicationBase, Microsoft.Identity.Client.IByRefreshToken, Microsoft.Identity.Client.IByUsernameAndPassword, Microsoft.Identity.Client.IClientApplicationBase, Microsoft.Identity.Client.IConfidentialClientApplication, Microsoft.Identity.Client.ILongRunningWebApi
{
public Microsoft.Identity.Client.AcquireTokenByAuthorizationCodeParameterBuilder AcquireTokenByAuthorizationCode(System.Collections.Generic.IEnumerable<string> scopes, string authorizationCode) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenByAuthorizationCodeAsync(string authorizationCode, System.Collections.Generic.IEnumerable<string> scopes) => throw null;
Microsoft.Identity.Client.AcquireTokenByRefreshTokenParameterBuilder Microsoft.Identity.Client.IByRefreshToken.AcquireTokenByRefreshToken(System.Collections.Generic.IEnumerable<string> scopes, string refreshToken) => throw null;
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> Microsoft.Identity.Client.IByRefreshToken.AcquireTokenByRefreshTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, string refreshToken) => throw null;
Microsoft.Identity.Client.AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder Microsoft.Identity.Client.IByUsernameAndPassword.AcquireTokenByUsernamePassword(System.Collections.Generic.IEnumerable<string> scopes, string username, string password) => throw null;
public Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder AcquireTokenForClient(System.Collections.Generic.IEnumerable<string> scopes) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenForClientAsync(System.Collections.Generic.IEnumerable<string> scopes) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenForClientAsync(System.Collections.Generic.IEnumerable<string> scopes, bool forceRefresh) => throw null;
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> Microsoft.Identity.Client.IConfidentialClientApplicationWithCertificate.AcquireTokenForClientWithCertificateAsync(System.Collections.Generic.IEnumerable<string> scopes) => throw null;
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> Microsoft.Identity.Client.IConfidentialClientApplicationWithCertificate.AcquireTokenForClientWithCertificateAsync(System.Collections.Generic.IEnumerable<string> scopes, bool forceRefresh) => throw null;
public Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder AcquireTokenInLongRunningProcess(System.Collections.Generic.IEnumerable<string> scopes, string longRunningProcessSessionKey) => throw null;
public Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder AcquireTokenOnBehalfOf(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.UserAssertion userAssertion) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenOnBehalfOfAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.UserAssertion userAssertion) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenOnBehalfOfAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.UserAssertion userAssertion, string authority) => throw null;
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> Microsoft.Identity.Client.IConfidentialClientApplicationWithCertificate.AcquireTokenOnBehalfOfWithCertificateAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.UserAssertion userAssertion) => throw null;
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> Microsoft.Identity.Client.IConfidentialClientApplicationWithCertificate.AcquireTokenOnBehalfOfWithCertificateAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.UserAssertion userAssertion, string authority) => throw null;
public Microsoft.Identity.Client.ITokenCache AppTokenCache { get => throw null; }
public const string AttemptRegionDiscovery = default;
public System.Security.Cryptography.X509Certificates.X509Certificate2 Certificate { get => throw null; }
public ConfidentialClientApplication(string clientId, string redirectUri, Microsoft.Identity.Client.ClientCredential clientCredential, Microsoft.Identity.Client.TokenCache userTokenCache, Microsoft.Identity.Client.TokenCache appTokenCache) => throw null;
public ConfidentialClientApplication(string clientId, string authority, string redirectUri, Microsoft.Identity.Client.ClientCredential clientCredential, Microsoft.Identity.Client.TokenCache userTokenCache, Microsoft.Identity.Client.TokenCache appTokenCache) => throw null;
public Microsoft.Identity.Client.GetAuthorizationRequestUrlParameterBuilder GetAuthorizationRequestUrl(System.Collections.Generic.IEnumerable<string> scopes) => throw null;
public System.Threading.Tasks.Task<System.Uri> GetAuthorizationRequestUrlAsync(System.Collections.Generic.IEnumerable<string> scopes, string loginHint, string extraQueryParameters) => throw null;
public System.Threading.Tasks.Task<System.Uri> GetAuthorizationRequestUrlAsync(System.Collections.Generic.IEnumerable<string> scopes, string redirectUri, string loginHint, string extraQueryParameters, System.Collections.Generic.IEnumerable<string> extraScopesToConsent, string authority) => throw null;
public Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder InitiateLongRunningProcessInWebApi(System.Collections.Generic.IEnumerable<string> scopes, string userToken, ref string longRunningProcessSessionKey) => throw null;
public System.Threading.Tasks.Task<bool> StopLongRunningProcessInWebApiAsync(string longRunningProcessSessionKey, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null;
}
@@ -480,6 +469,9 @@ namespace Microsoft
public static class AbstractConfidentialClientAcquireTokenParameterBuilderExtension
{
public static Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T> OnBeforeTokenRequest<T>(this Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T> builder, System.Func<Microsoft.Identity.Client.Extensibility.OnBeforeTokenRequestData, System.Threading.Tasks.Task> onBeforeTokenRequestHandler) where T : Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T> => throw null;
public static Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T> WithAdditionalCacheParameters<T>(this Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T> builder, System.Collections.Generic.IEnumerable<string> cacheParameters) where T : Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T> => throw null;
public static Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T> WithAuthenticationExtension<T>(this Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T> builder, Microsoft.Identity.Client.Extensibility.MsalAuthenticationExtension authenticationExtension) where T : Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T> => throw null;
public static Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T> WithFmiPathForClientAssertion<T>(this Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T> builder, string fmiPath) where T : Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T> => throw null;
public static Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T> WithProofOfPosessionKeyId<T>(this Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T> builder, string keyId, string expectedTokenTypeFromAad = default(string)) where T : Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder<T> => throw null;
}
public static partial class AcquireTokenForClientBuilderExtensions
@@ -522,6 +514,13 @@ namespace Microsoft
{
System.Threading.Tasks.Task<System.Uri> AcquireAuthorizationCodeAsync(System.Uri authorizationUri, System.Uri redirectUri, System.Threading.CancellationToken cancellationToken);
}
public class MsalAuthenticationExtension
{
public System.Collections.Generic.IEnumerable<string> AdditionalCacheParameters { get => throw null; set { } }
public Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation AuthenticationOperation { get => throw null; set { } }
public MsalAuthenticationExtension() => throw null;
public System.Func<Microsoft.Identity.Client.Extensibility.OnBeforeTokenRequestData, System.Threading.Tasks.Task> OnBeforeTokenRequestHandler { get => throw null; set { } }
}
public sealed class OnBeforeTokenRequestData
{
public System.Collections.Generic.IDictionary<string, string> BodyParameters { get => throw null; }
@@ -577,53 +576,32 @@ namespace Microsoft
public interface IByRefreshToken
{
Microsoft.Identity.Client.AcquireTokenByRefreshTokenParameterBuilder AcquireTokenByRefreshToken(System.Collections.Generic.IEnumerable<string> scopes, string refreshToken);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenByRefreshTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, string refreshToken);
}
public interface IByUsernameAndPassword
{
Microsoft.Identity.Client.AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder AcquireTokenByUsernamePassword(System.Collections.Generic.IEnumerable<string> scopes, string username, string password);
}
public interface IClientApplicationBase : Microsoft.Identity.Client.IApplicationBase
{
Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder AcquireTokenSilent(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account);
Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder AcquireTokenSilent(System.Collections.Generic.IEnumerable<string> scopes, string loginHint);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenSilentAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenSilentAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account, string authority, bool forceRefresh);
Microsoft.Identity.Client.IAppConfig AppConfig { get; }
string Authority { get; }
string ClientId { get; }
string Component { get; set; }
System.Threading.Tasks.Task<Microsoft.Identity.Client.IAccount> GetAccountAsync(string identifier);
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.IAccount>> GetAccountsAsync();
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.IAccount>> GetAccountsAsync(string userFlow);
Microsoft.Identity.Client.IUser GetUser(string identifier);
string RedirectUri { get; set; }
void Remove(Microsoft.Identity.Client.IUser user);
System.Threading.Tasks.Task RemoveAsync(Microsoft.Identity.Client.IAccount account);
string SliceParameters { get; set; }
System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.IUser> Users { get; }
Microsoft.Identity.Client.ITokenCache UserTokenCache { get; }
bool ValidateAuthority { get; }
}
public interface IConfidentialClientApplication : Microsoft.Identity.Client.IApplicationBase, Microsoft.Identity.Client.IClientApplicationBase
{
Microsoft.Identity.Client.AcquireTokenByAuthorizationCodeParameterBuilder AcquireTokenByAuthorizationCode(System.Collections.Generic.IEnumerable<string> scopes, string authorizationCode);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenByAuthorizationCodeAsync(string authorizationCode, System.Collections.Generic.IEnumerable<string> scopes);
Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder AcquireTokenForClient(System.Collections.Generic.IEnumerable<string> scopes);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenForClientAsync(System.Collections.Generic.IEnumerable<string> scopes);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenForClientAsync(System.Collections.Generic.IEnumerable<string> scopes, bool forceRefresh);
Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder AcquireTokenOnBehalfOf(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.UserAssertion userAssertion);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenOnBehalfOfAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.UserAssertion userAssertion);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenOnBehalfOfAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.UserAssertion userAssertion, string authority);
Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder AcquireTokenSilent(System.Collections.Generic.IEnumerable<string> scopes, string loginHint);
Microsoft.Identity.Client.ITokenCache AppTokenCache { get; }
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Identity.Client.IAccount>> GetAccountsAsync();
Microsoft.Identity.Client.GetAuthorizationRequestUrlParameterBuilder GetAuthorizationRequestUrl(System.Collections.Generic.IEnumerable<string> scopes);
System.Threading.Tasks.Task<System.Uri> GetAuthorizationRequestUrlAsync(System.Collections.Generic.IEnumerable<string> scopes, string loginHint, string extraQueryParameters);
System.Threading.Tasks.Task<System.Uri> GetAuthorizationRequestUrlAsync(System.Collections.Generic.IEnumerable<string> scopes, string redirectUri, string loginHint, string extraQueryParameters, System.Collections.Generic.IEnumerable<string> extraScopesToConsent, string authority);
}
public interface IConfidentialClientApplicationWithCertificate
{
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenForClientWithCertificateAsync(System.Collections.Generic.IEnumerable<string> scopes);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenForClientWithCertificateAsync(System.Collections.Generic.IEnumerable<string> scopes, bool forceRefresh);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenOnBehalfOfWithCertificateAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.UserAssertion userAssertion);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenOnBehalfOfWithCertificateAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.UserAssertion userAssertion, string authority);
}
public interface ILongRunningWebApi
{
@@ -638,6 +616,10 @@ namespace Microsoft
{
System.Net.Http.HttpClient GetHttpClient();
}
public interface IMsalSFHttpClientFactory : Microsoft.Identity.Client.IMsalHttpClientFactory
{
System.Net.Http.HttpClient GetHttpClient(System.Func<System.Net.Http.HttpRequestMessage, System.Security.Cryptography.X509Certificates.X509Certificate2, System.Security.Cryptography.X509Certificates.X509Chain, System.Net.Security.SslPolicyErrors, bool> validateServerCert);
}
public class IntuneAppProtectionPolicyRequiredException : Microsoft.Identity.Client.MsalServiceException
{
public string AccountUserId { get => throw null; set { } }
@@ -648,32 +630,11 @@ namespace Microsoft
}
public interface IPublicClientApplication : Microsoft.Identity.Client.IApplicationBase, Microsoft.Identity.Client.IClientApplicationBase
{
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, string loginHint);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, string loginHint, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, string loginHint, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, System.Collections.Generic.IEnumerable<string> extraScopesToConsent, string authority);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, System.Collections.Generic.IEnumerable<string> extraScopesToConsent, string authority);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.UIParent parent);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, string loginHint, Microsoft.Identity.Client.UIParent parent);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.UIParent parent);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, string loginHint, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, Microsoft.Identity.Client.UIParent parent);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, Microsoft.Identity.Client.UIParent parent);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, string loginHint, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, System.Collections.Generic.IEnumerable<string> extraScopesToConsent, string authority, Microsoft.Identity.Client.UIParent parent);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, System.Collections.Generic.IEnumerable<string> extraScopesToConsent, string authority, Microsoft.Identity.Client.UIParent parent);
Microsoft.Identity.Client.AcquireTokenByIntegratedWindowsAuthParameterBuilder AcquireTokenByIntegratedWindowsAuth(System.Collections.Generic.IEnumerable<string> scopes);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenByIntegratedWindowsAuthAsync(System.Collections.Generic.IEnumerable<string> scopes);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenByIntegratedWindowsAuthAsync(System.Collections.Generic.IEnumerable<string> scopes, string username);
Microsoft.Identity.Client.AcquireTokenByUsernamePasswordParameterBuilder AcquireTokenByUsernamePassword(System.Collections.Generic.IEnumerable<string> scopes, string username, System.Security.SecureString password);
Microsoft.Identity.Client.AcquireTokenByUsernamePasswordParameterBuilder AcquireTokenByUsernamePassword(System.Collections.Generic.IEnumerable<string> scopes, string username, string password);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenByUsernamePasswordAsync(System.Collections.Generic.IEnumerable<string> scopes, string username, System.Security.SecureString securePassword);
Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder AcquireTokenInteractive(System.Collections.Generic.IEnumerable<string> scopes);
Microsoft.Identity.Client.AcquireTokenWithDeviceCodeParameterBuilder AcquireTokenWithDeviceCode(System.Collections.Generic.IEnumerable<string> scopes, System.Func<Microsoft.Identity.Client.DeviceCodeResult, System.Threading.Tasks.Task> deviceCodeResultCallback);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenWithDeviceCodeAsync(System.Collections.Generic.IEnumerable<string> scopes, System.Func<Microsoft.Identity.Client.DeviceCodeResult, System.Threading.Tasks.Task> deviceCodeResultCallback);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenWithDeviceCodeAsync(System.Collections.Generic.IEnumerable<string> scopes, string extraQueryParameters, System.Func<Microsoft.Identity.Client.DeviceCodeResult, System.Threading.Tasks.Task> deviceCodeResultCallback);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenWithDeviceCodeAsync(System.Collections.Generic.IEnumerable<string> scopes, System.Func<Microsoft.Identity.Client.DeviceCodeResult, System.Threading.Tasks.Task> deviceCodeResultCallback, System.Threading.CancellationToken cancellationToken);
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenWithDeviceCodeAsync(System.Collections.Generic.IEnumerable<string> scopes, string extraQueryParameters, System.Func<Microsoft.Identity.Client.DeviceCodeResult, System.Threading.Tasks.Task> deviceCodeResultCallback, System.Threading.CancellationToken cancellationToken);
bool IsSystemWebViewAvailable { get; }
}
public interface ITelemetryConfig
@@ -693,16 +654,6 @@ namespace Microsoft
}
public interface ITokenCache
{
void Deserialize(byte[] msalV2State);
void DeserializeAdalV3(byte[] adalV3State);
void DeserializeMsalV2(byte[] msalV2State);
void DeserializeMsalV3(byte[] msalV3State, bool shouldClearExistingCache = default(bool));
void DeserializeUnifiedAndAdalCache(Microsoft.Identity.Client.Cache.CacheData cacheData);
byte[] Serialize();
byte[] SerializeAdalV3();
byte[] SerializeMsalV2();
byte[] SerializeMsalV3();
Microsoft.Identity.Client.Cache.CacheData SerializeUnifiedAndAdalCache();
void SetAfterAccess(Microsoft.Identity.Client.TokenCacheCallback afterAccess);
void SetAfterAccessAsync(System.Func<Microsoft.Identity.Client.TokenCacheNotificationArgs, System.Threading.Tasks.Task> afterAccess);
void SetBeforeAccess(Microsoft.Identity.Client.TokenCacheCallback beforeAccess);
@@ -719,13 +670,6 @@ namespace Microsoft
byte[] SerializeMsalV2();
byte[] SerializeMsalV3();
}
public interface IUser
{
string DisplayableId { get; }
string Identifier { get; }
string IdentityProvider { get; }
string Name { get; }
}
namespace Kerberos
{
public enum KerberosKeyTypes
@@ -765,14 +709,6 @@ namespace Microsoft
}
}
public delegate void LogCallback(Microsoft.Identity.Client.LogLevel level, string message, bool containsPii);
public sealed class Logger
{
public Logger() => throw null;
public static bool DefaultLoggingEnabled { get => throw null; set { } }
public static Microsoft.Identity.Client.LogLevel Level { get => throw null; set { } }
public static Microsoft.Identity.Client.LogCallback LogCallback { set { } }
public static bool PiiLoggingEnabled { get => throw null; set { } }
}
public enum LogLevel
{
Always = -1,
@@ -792,6 +728,7 @@ namespace Microsoft
CloudShell = 4,
ServiceFabric = 5,
DefaultToImds = 6,
MachineLearning = 7,
}
}
public sealed class ManagedIdentityApplication : Microsoft.Identity.Client.ApplicationBase, Microsoft.Identity.Client.IApplicationBase, Microsoft.Identity.Client.IManagedIdentityApplication
@@ -803,6 +740,7 @@ namespace Microsoft
{
public Microsoft.Identity.Client.IManagedIdentityApplication Build() => throw null;
public static Microsoft.Identity.Client.ManagedIdentityApplicationBuilder Create(Microsoft.Identity.Client.AppConfig.ManagedIdentityId managedIdentityId) => throw null;
public Microsoft.Identity.Client.ManagedIdentityApplicationBuilder WithClientCapabilities(System.Collections.Generic.IEnumerable<string> clientCapabilities) => throw null;
public Microsoft.Identity.Client.ManagedIdentityApplicationBuilder WithTelemetryClient(params Microsoft.IdentityModel.Abstractions.ITelemetryClient[] telemetryClients) => throw null;
}
public class Metrics
@@ -871,6 +809,7 @@ namespace Microsoft
public const string FailedToGetBrokerResponse = default;
public const string FailedToRefreshToken = default;
public const string FederatedServiceReturnedError = default;
public const string ForceRefreshNotCompatibleWithTokenHash = default;
public const string GetUserNameFailed = default;
public const string HttpListenerError = default;
public const string HttpStatusCodeNotOk = default;
@@ -900,9 +839,13 @@ namespace Microsoft
public const string LoopbackRedirectUri = default;
public const string LoopbackResponseUriMismatch = default;
public const string ManagedIdentityRequestFailed = default;
public const string ManagedIdentityResponseParseFailure = default;
public const string ManagedIdentityUnreachableNetwork = default;
public const string MissingFederationMetadataUrl = default;
public const string MissingPassiveAuthEndpoint = default;
public const string MissingTenantedAuthority = default;
public const string MtlsCertificateNotProvided = default;
public const string MtlsPopWithoutRegion = default;
public const string MultipleAccountsForLoginHint = default;
public const string MultipleTokensMatchedError = default;
public const string NetworkNotAvailableError = default;
@@ -929,6 +872,7 @@ namespace Microsoft
public const string RegionDiscoveryFailed = default;
public const string RegionDiscoveryNotEnabled = default;
public const string RegionDiscoveryWithCustomInstanceMetadata = default;
public const string RegionRequiredForMtlsPop = default;
public const string RequestThrottled = default;
public const string RequestTimeout = default;
public const string RopcDoesNotSupportMsaAccounts = default;
@@ -1071,37 +1015,12 @@ namespace Microsoft
}
public sealed class PublicClientApplication : Microsoft.Identity.Client.ClientApplicationBase, Microsoft.Identity.Client.IApplicationBase, Microsoft.Identity.Client.IByRefreshToken, Microsoft.Identity.Client.IClientApplicationBase, Microsoft.Identity.Client.IPublicClientApplication
{
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, string loginHint) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, string loginHint, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, string loginHint, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, System.Collections.Generic.IEnumerable<string> extraScopesToConsent, string authority) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, System.Collections.Generic.IEnumerable<string> extraScopesToConsent, string authority) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.UIParent parent) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, string loginHint, Microsoft.Identity.Client.UIParent parent) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.UIParent parent) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, string loginHint, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, Microsoft.Identity.Client.UIParent parent) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, Microsoft.Identity.Client.UIParent parent) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, string loginHint, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, System.Collections.Generic.IEnumerable<string> extraScopesToConsent, string authority, Microsoft.Identity.Client.UIParent parent) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, Microsoft.Identity.Client.IAccount account, Microsoft.Identity.Client.Prompt prompt, string extraQueryParameters, System.Collections.Generic.IEnumerable<string> extraScopesToConsent, string authority, Microsoft.Identity.Client.UIParent parent) => throw null;
public Microsoft.Identity.Client.AcquireTokenByIntegratedWindowsAuthParameterBuilder AcquireTokenByIntegratedWindowsAuth(System.Collections.Generic.IEnumerable<string> scopes) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenByIntegratedWindowsAuthAsync(System.Collections.Generic.IEnumerable<string> scopes) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenByIntegratedWindowsAuthAsync(System.Collections.Generic.IEnumerable<string> scopes, string username) => throw null;
Microsoft.Identity.Client.AcquireTokenByRefreshTokenParameterBuilder Microsoft.Identity.Client.IByRefreshToken.AcquireTokenByRefreshToken(System.Collections.Generic.IEnumerable<string> scopes, string refreshToken) => throw null;
System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> Microsoft.Identity.Client.IByRefreshToken.AcquireTokenByRefreshTokenAsync(System.Collections.Generic.IEnumerable<string> scopes, string refreshToken) => throw null;
public Microsoft.Identity.Client.AcquireTokenByUsernamePasswordParameterBuilder AcquireTokenByUsernamePassword(System.Collections.Generic.IEnumerable<string> scopes, string username, System.Security.SecureString password) => throw null;
public Microsoft.Identity.Client.AcquireTokenByUsernamePasswordParameterBuilder AcquireTokenByUsernamePassword(System.Collections.Generic.IEnumerable<string> scopes, string username, string password) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenByUsernamePasswordAsync(System.Collections.Generic.IEnumerable<string> scopes, string username, System.Security.SecureString securePassword) => throw null;
public Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder AcquireTokenInteractive(System.Collections.Generic.IEnumerable<string> scopes) => throw null;
public Microsoft.Identity.Client.AcquireTokenWithDeviceCodeParameterBuilder AcquireTokenWithDeviceCode(System.Collections.Generic.IEnumerable<string> scopes, System.Func<Microsoft.Identity.Client.DeviceCodeResult, System.Threading.Tasks.Task> deviceCodeResultCallback) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenWithDeviceCodeAsync(System.Collections.Generic.IEnumerable<string> scopes, System.Func<Microsoft.Identity.Client.DeviceCodeResult, System.Threading.Tasks.Task> deviceCodeResultCallback) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenWithDeviceCodeAsync(System.Collections.Generic.IEnumerable<string> scopes, string extraQueryParameters, System.Func<Microsoft.Identity.Client.DeviceCodeResult, System.Threading.Tasks.Task> deviceCodeResultCallback) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenWithDeviceCodeAsync(System.Collections.Generic.IEnumerable<string> scopes, System.Func<Microsoft.Identity.Client.DeviceCodeResult, System.Threading.Tasks.Task> deviceCodeResultCallback, System.Threading.CancellationToken cancellationToken) => throw null;
public System.Threading.Tasks.Task<Microsoft.Identity.Client.AuthenticationResult> AcquireTokenWithDeviceCodeAsync(System.Collections.Generic.IEnumerable<string> scopes, string extraQueryParameters, System.Func<Microsoft.Identity.Client.DeviceCodeResult, System.Threading.Tasks.Task> deviceCodeResultCallback, System.Threading.CancellationToken cancellationToken) => throw null;
public PublicClientApplication(string clientId) => throw null;
public PublicClientApplication(string clientId, string authority) => throw null;
public PublicClientApplication(string clientId, string authority, Microsoft.Identity.Client.TokenCache userTokenCache) => throw null;
public bool IsBrokerAvailable() => throw null;
public bool IsEmbeddedWebViewAvailable() => throw null;
public bool IsProofOfPossessionSupportedByClient() => throw null;
@@ -1152,6 +1071,17 @@ namespace Microsoft
public Microsoft.Identity.Client.Region.RegionOutcome RegionOutcome { get => throw null; }
public string RegionUsed { get => throw null; }
}
namespace RP
{
public static class AcquireTokenForClientParameterBuilderForResourceProviders
{
public static Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder WithAccessTokenSha256ToRefresh(this Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder builder, string hash) => throw null;
}
public static class ConfidentialClientApplicationBuilderForResourceProviders
{
public static Microsoft.Identity.Client.ConfidentialClientApplicationBuilder WithCertificate(this Microsoft.Identity.Client.ConfidentialClientApplicationBuilder builder, System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, bool sendX5C, bool associateTokensWithCertificateSerialNumber) => throw null;
}
}
namespace SSHCertificates
{
public static partial class SSHExtensions
@@ -1172,15 +1102,6 @@ namespace Microsoft
public static System.Threading.Tasks.Task OpenWithChromeEdgeBrowserAsync(System.Uri uri) => throw null;
public static System.Threading.Tasks.Task OpenWithEdgeBrowserAsync(System.Uri uri) => throw null;
}
public class Telemetry
{
public Telemetry() => throw null;
public static Microsoft.Identity.Client.Telemetry GetInstance() => throw null;
public bool HasRegisteredReceiver() => throw null;
public delegate void Receiver(System.Collections.Generic.List<System.Collections.Generic.Dictionary<string, string>> events);
public void RegisterReceiver(Microsoft.Identity.Client.Telemetry.Receiver r) => throw null;
public bool TelemetryOnFailureOnly { get => throw null; set { } }
}
public enum TelemetryAudienceType
{
PreProduction = 0,
@@ -1207,23 +1128,12 @@ namespace Microsoft
public sealed class TokenCache : Microsoft.Identity.Client.ITokenCache, Microsoft.Identity.Client.ITokenCacheSerializer
{
public TokenCache() => throw null;
public void Deserialize(byte[] msalV2State) => throw null;
public void DeserializeAdalV3(byte[] adalV3State) => throw null;
void Microsoft.Identity.Client.ITokenCacheSerializer.DeserializeAdalV3(byte[] adalV3State) => throw null;
public void DeserializeMsalV2(byte[] msalV2State) => throw null;
void Microsoft.Identity.Client.ITokenCacheSerializer.DeserializeMsalV2(byte[] msalV2State) => throw null;
public void DeserializeMsalV3(byte[] msalV3State, bool shouldClearExistingCache) => throw null;
void Microsoft.Identity.Client.ITokenCacheSerializer.DeserializeMsalV3(byte[] msalV3State, bool shouldClearExistingCache) => throw null;
public void DeserializeUnifiedAndAdalCache(Microsoft.Identity.Client.Cache.CacheData cacheData) => throw null;
public bool HasStateChanged { get => throw null; set { } }
public byte[] Serialize() => throw null;
public byte[] SerializeAdalV3() => throw null;
byte[] Microsoft.Identity.Client.ITokenCacheSerializer.SerializeAdalV3() => throw null;
public byte[] SerializeMsalV2() => throw null;
byte[] Microsoft.Identity.Client.ITokenCacheSerializer.SerializeMsalV2() => throw null;
public byte[] SerializeMsalV3() => throw null;
byte[] Microsoft.Identity.Client.ITokenCacheSerializer.SerializeMsalV3() => throw null;
public Microsoft.Identity.Client.Cache.CacheData SerializeUnifiedAndAdalCache() => throw null;
public void SetAfterAccess(Microsoft.Identity.Client.TokenCacheCallback afterAccess) => throw null;
public void SetAfterAccessAsync(System.Func<Microsoft.Identity.Client.TokenCacheNotificationArgs, System.Threading.Tasks.Task> afterAccess) => throw null;
public void SetBeforeAccess(Microsoft.Identity.Client.TokenCacheCallback beforeAccess) => throw null;
@@ -1231,7 +1141,6 @@ namespace Microsoft
public void SetBeforeWrite(Microsoft.Identity.Client.TokenCacheCallback beforeWrite) => throw null;
public void SetBeforeWriteAsync(System.Func<Microsoft.Identity.Client.TokenCacheNotificationArgs, System.Threading.Tasks.Task> beforeWrite) => throw null;
public void SetIosKeychainSecurityGroup(string securityGroup) => throw null;
public delegate void TokenCacheNotification(Microsoft.Identity.Client.TokenCacheNotificationArgs args);
}
public delegate void TokenCacheCallback(Microsoft.Identity.Client.TokenCacheNotificationArgs args);
public static partial class TokenCacheExtensions
@@ -1252,6 +1161,7 @@ namespace Microsoft
public bool HasTokens { get => throw null; }
public Microsoft.IdentityModel.Abstractions.IIdentityLogger IdentityLogger { get => throw null; }
public bool IsApplicationCache { get => throw null; }
public string NoDistributedCacheUseReason { get => throw null; }
public bool PiiLoggingEnabled { get => throw null; }
public System.Collections.Generic.IEnumerable<string> RequestScopes { get => throw null; }
public string RequestTenantId { get => throw null; }
@@ -1259,7 +1169,6 @@ namespace Microsoft
public string SuggestedCacheKey { get => throw null; }
public Microsoft.Identity.Client.TelemetryCore.TelemetryClient.TelemetryData TelemetryData { get => throw null; }
public Microsoft.Identity.Client.ITokenCacheSerializer TokenCache { get => throw null; }
public Microsoft.Identity.Client.IUser User { get => throw null; }
}
public enum TokenSource
{
@@ -1275,15 +1184,6 @@ namespace Microsoft
public System.Action<Microsoft.Identity.Client.ITelemetryEventPayload> DispatchAction { get => throw null; }
public string SessionId { get => throw null; }
}
public struct UIBehavior
{
}
public sealed class UIParent
{
public UIParent() => throw null;
public UIParent(object parent, bool useEmbeddedWebView) => throw null;
public static bool IsSystemWebviewAvailable() => throw null;
}
public enum UiRequiredExceptionClassification
{
None = 0,
@@ -1304,6 +1204,15 @@ namespace Microsoft
}
namespace Utils
{
public class MacMainThreadScheduler
{
public static Microsoft.Identity.Client.Utils.MacMainThreadScheduler Instance() => throw null;
public bool IsCurrentlyOnMainThread() => throw null;
public bool IsRunning() => throw null;
public System.Threading.Tasks.Task RunOnMainThreadAsync(System.Func<System.Threading.Tasks.Task> asyncAction) => throw null;
public void StartMessageLoop() => throw null;
public void Stop() => throw null;
}
namespace Windows
{
public static class WindowsNativeUtils

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.IdentityModel.Abstractions/7.5.0/Microsoft.IdentityModel.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.IdentityModel.Abstractions/6.35.0/Microsoft.IdentityModel.Abstractions.csproj" />
<ProjectReference Include="../../System.Diagnostics.DiagnosticSource/6.0.1/System.Diagnostics.DiagnosticSource.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `Microsoft.IdentityModel.Abstractions, Version=7.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`.
// Generated from `Microsoft.IdentityModel.Abstractions, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`.
namespace Microsoft
{
namespace IdentityModel

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `Microsoft.IdentityModel.JsonWebTokens, Version=7.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`.
// Generated from `Microsoft.IdentityModel.JsonWebTokens, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`.
namespace Microsoft
{
namespace IdentityModel
@@ -131,6 +131,7 @@ namespace Microsoft
{
public const string Acr = default;
public const string Actort = default;
public const string Address = default;
public const string Amr = default;
public const string AtHash = default;
public const string Aud = default;
@@ -139,6 +140,7 @@ namespace Microsoft
public const string Birthdate = default;
public const string CHash = default;
public const string Email = default;
public const string EmailVerified = default;
public const string Exp = default;
public const string FamilyName = default;
public const string Gender = default;
@@ -146,18 +148,26 @@ namespace Microsoft
public const string Iat = default;
public const string Iss = default;
public const string Jti = default;
public const string Locale = default;
public const string MiddleName = default;
public const string Name = default;
public const string NameId = default;
public const string Nbf = default;
public const string Nickname = default;
public const string Nonce = default;
public const string PhoneNumber = default;
public const string PhoneNumberVerified = default;
public const string Picture = default;
public const string PreferredUsername = default;
public const string Prn = default;
public const string Profile = default;
public const string Sid = default;
public const string Sub = default;
public const string Typ = default;
public const string UniqueName = default;
public const string UpdatedAt = default;
public const string Website = default;
public const string ZoneInfo = default;
}
public class JwtTokenUtilities
{

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.IdentityModel.Tokens/7.5.0/Microsoft.IdentityModel.Tokens.csproj" />
<ProjectReference Include="../../Microsoft.IdentityModel.Tokens/7.7.1/Microsoft.IdentityModel.Tokens.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `Microsoft.IdentityModel.Logging, Version=7.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`.
// Generated from `Microsoft.IdentityModel.Logging, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`.
namespace Microsoft
{
namespace IdentityModel

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.IdentityModel.Abstractions/7.5.0/Microsoft.IdentityModel.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.IdentityModel.Abstractions/7.7.1/Microsoft.IdentityModel.Abstractions.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=7.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`.
// Generated from `Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`.
namespace Microsoft
{
namespace IdentityModel
@@ -30,6 +30,11 @@ namespace Microsoft
public override string ActiveTokenEndpoint { get => throw null; set { } }
public System.Collections.Generic.IDictionary<string, object> AdditionalData { get => throw null; }
public string AuthorizationEndpoint { get => throw null; set { } }
public bool AuthorizationResponseIssParameterSupported { get => throw null; set { } }
public string BackchannelAuthenticationEndpoint { get => throw null; set { } }
public System.Collections.Generic.ICollection<string> BackchannelAuthenticationRequestSigningAlgValuesSupported { get => throw null; }
public System.Collections.Generic.ICollection<string> BackchannelTokenDeliveryModesSupported { get => throw null; }
public bool BackchannelUserCodeParameterSupported { get => throw null; set { } }
public string CheckSessionIframe { get => throw null; set { } }
public System.Collections.Generic.ICollection<string> ClaimsLocalesSupported { get => throw null; }
public bool ClaimsParameterSupported { get => throw null; set { } }
@@ -39,6 +44,7 @@ namespace Microsoft
public OpenIdConnectConfiguration() => throw null;
public OpenIdConnectConfiguration(string json) => throw null;
public System.Collections.Generic.ICollection<string> DisplayValuesSupported { get => throw null; }
public System.Collections.Generic.ICollection<string> DPoPSigningAlgValuesSupported { get => throw null; }
public string EndSessionEndpoint { get => throw null; set { } }
public string FrontchannelLogoutSessionSupported { get => throw null; set { } }
public string FrontchannelLogoutSupported { get => throw null; set { } }
@@ -56,28 +62,35 @@ namespace Microsoft
public bool LogoutSessionSupported { get => throw null; set { } }
public string OpPolicyUri { get => throw null; set { } }
public string OpTosUri { get => throw null; set { } }
public System.Collections.Generic.ICollection<string> PromptValuesSupported { get => throw null; }
public string PushedAuthorizationRequestEndpoint { get => throw null; set { } }
public string RegistrationEndpoint { get => throw null; set { } }
public System.Collections.Generic.ICollection<string> RequestObjectEncryptionAlgValuesSupported { get => throw null; }
public System.Collections.Generic.ICollection<string> RequestObjectEncryptionEncValuesSupported { get => throw null; }
public System.Collections.Generic.ICollection<string> RequestObjectSigningAlgValuesSupported { get => throw null; }
public bool RequestParameterSupported { get => throw null; set { } }
public bool RequestUriParameterSupported { get => throw null; set { } }
public bool RequirePushedAuthorizationRequests { get => throw null; set { } }
public bool RequireRequestUriRegistration { get => throw null; set { } }
public System.Collections.Generic.ICollection<string> ResponseModesSupported { get => throw null; }
public System.Collections.Generic.ICollection<string> ResponseTypesSupported { get => throw null; }
public System.Collections.Generic.ICollection<string> ScopesSupported { get => throw null; }
public string ServiceDocumentation { get => throw null; set { } }
public bool ShouldSerializeAcrValuesSupported() => throw null;
public bool ShouldSerializeBackchannelAuthenticationRequestSigningAlgValuesSupported() => throw null;
public bool ShouldSerializeBackchannelTokenDeliveryModesSupported() => throw null;
public bool ShouldSerializeClaimsLocalesSupported() => throw null;
public bool ShouldSerializeClaimsSupported() => throw null;
public bool ShouldSerializeClaimTypesSupported() => throw null;
public bool ShouldSerializeDisplayValuesSupported() => throw null;
public bool ShouldSerializeDPoPSigningAlgValuesSupported() => throw null;
public bool ShouldSerializeGrantTypesSupported() => throw null;
public bool ShouldSerializeIdTokenEncryptionAlgValuesSupported() => throw null;
public bool ShouldSerializeIdTokenEncryptionEncValuesSupported() => throw null;
public bool ShouldSerializeIdTokenSigningAlgValuesSupported() => throw null;
public bool ShouldSerializeIntrospectionEndpointAuthMethodsSupported() => throw null;
public bool ShouldSerializeIntrospectionEndpointAuthSigningAlgValuesSupported() => throw null;
public bool ShouldSerializePromptValuesSupported() => throw null;
public bool ShouldSerializeRequestObjectEncryptionAlgValuesSupported() => throw null;
public bool ShouldSerializeRequestObjectEncryptionEncValuesSupported() => throw null;
public bool ShouldSerializeRequestObjectSigningAlgValuesSupported() => throw null;
@@ -345,6 +358,11 @@ namespace Microsoft
{
public const string AcrValuesSupported = default;
public const string AuthorizationEndpoint = default;
public const string AuthorizationResponseIssParameterSupported = default;
public const string BackchannelAuthenticationEndpoint = default;
public const string BackchannelAuthenticationRequestSigningAlgValuesSupported = default;
public const string BackchannelTokenDeliveryModesSupported = default;
public const string BackchannelUserCodeParameterSupported = default;
public const string CheckSessionIframe = default;
public const string ClaimsLocalesSupported = default;
public const string ClaimsParameterSupported = default;
@@ -352,6 +370,7 @@ namespace Microsoft
public const string ClaimTypesSupported = default;
public const string Discovery = default;
public const string DisplayValuesSupported = default;
public const string DPoPSigningAlgValuesSupported = default;
public const string EndSessionEndpoint = default;
public const string FrontchannelLogoutSessionSupported = default;
public const string FrontchannelLogoutSupported = default;
@@ -369,12 +388,15 @@ namespace Microsoft
public const string MicrosoftMultiRefreshToken = default;
public const string OpPolicyUri = default;
public const string OpTosUri = default;
public const string PromptValuesSupported = default;
public const string PushedAuthorizationRequestEndpoint = default;
public const string RegistrationEndpoint = default;
public const string RequestObjectEncryptionAlgValuesSupported = default;
public const string RequestObjectEncryptionEncValuesSupported = default;
public const string RequestObjectSigningAlgValuesSupported = default;
public const string RequestParameterSupported = default;
public const string RequestUriParameterSupported = default;
public const string RequirePushedAuthorizationRequests = default;
public const string RequireRequestUriRegistration = default;
public const string ResponseModesSupported = default;
public const string ResponseTypesSupported = default;

View File

@@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.IdentityModel.Protocols/7.5.0/Microsoft.IdentityModel.Protocols.csproj" />
<ProjectReference Include="../../System.IdentityModel.Tokens.Jwt/7.5.0/System.IdentityModel.Tokens.Jwt.csproj" />
<ProjectReference Include="../../Microsoft.IdentityModel.Protocols/7.7.1/Microsoft.IdentityModel.Protocols.csproj" />
<ProjectReference Include="../../System.IdentityModel.Tokens.Jwt/7.7.1/System.IdentityModel.Tokens.Jwt.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `Microsoft.IdentityModel.Protocols, Version=7.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`.
// Generated from `Microsoft.IdentityModel.Protocols, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`.
namespace Microsoft
{
namespace IdentityModel

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.IdentityModel.Tokens/7.5.0/Microsoft.IdentityModel.Tokens.csproj" />
<ProjectReference Include="../../Microsoft.IdentityModel.Tokens/7.7.1/Microsoft.IdentityModel.Tokens.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `Microsoft.IdentityModel.Tokens, Version=7.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`.
// Generated from `Microsoft.IdentityModel.Tokens, Version=7.7.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35`.
namespace Microsoft
{
namespace IdentityModel
@@ -96,6 +96,20 @@ namespace Microsoft
public CallContext() => throw null;
public CallContext(System.Guid activityId) => throw null;
}
public class CaseSensitiveClaimsIdentity : System.Security.Claims.ClaimsIdentity
{
public CaseSensitiveClaimsIdentity() => throw null;
public CaseSensitiveClaimsIdentity(string authenticationType) => throw null;
public CaseSensitiveClaimsIdentity(System.Security.Claims.ClaimsIdentity claimsIdentity) => throw null;
public CaseSensitiveClaimsIdentity(System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> claims) => throw null;
public CaseSensitiveClaimsIdentity(System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> claims, string authenticationType) => throw null;
public CaseSensitiveClaimsIdentity(System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> claims, string authenticationType, string nameType, string roleType) => throw null;
public CaseSensitiveClaimsIdentity(string authenticationType, string nameType, string roleType) => throw null;
public override System.Collections.Generic.IEnumerable<System.Security.Claims.Claim> FindAll(string type) => throw null;
public override System.Security.Claims.Claim FindFirst(string type) => throw null;
public override bool HasClaim(string type, string value) => throw null;
public Microsoft.IdentityModel.Tokens.SecurityToken SecurityToken { get => throw null; }
}
public static class CollectionUtilities
{
public static bool IsNullOrEmpty<T>(this System.Collections.Generic.IEnumerable<T> enumerable) => throw null;

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.IdentityModel.Logging/7.5.0/Microsoft.IdentityModel.Logging.csproj" />
<ProjectReference Include="../../Microsoft.IdentityModel.Logging/7.7.1/Microsoft.IdentityModel.Logging.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,9 +7,9 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.NETCore.Platforms/3.1.0/Microsoft.NETCore.Platforms.csproj" />
<ProjectReference Include="../../Microsoft.NETCore.Targets/1.1.0/Microsoft.NETCore.Targets.csproj" />
<ProjectReference Include="../../System.Runtime/4.3.0/System.Runtime.csproj" />
<ProjectReference Include="../../Microsoft.NETCore.Platforms/1.0.1/Microsoft.NETCore.Platforms.csproj" />
<ProjectReference Include="../../Microsoft.NETCore.Targets/1.0.1/Microsoft.NETCore.Targets.csproj" />
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `Microsoft.Win32.SystemEvents, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`.
// Generated from `Microsoft.Win32.SystemEvents, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`.
namespace Microsoft
{
namespace Win32

View File

@@ -0,0 +1,56 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.NETCore.Platforms/1.0.1/Microsoft.NETCore.Platforms.csproj" />
<ProjectReference Include="../../Microsoft.Win32.Primitives/4.0.1/Microsoft.Win32.Primitives.csproj" />
<ProjectReference Include="../../System.AppContext/4.1.0/System.AppContext.csproj" />
<ProjectReference Include="../../System.Collections/4.0.11/System.Collections.csproj" />
<ProjectReference Include="../../System.Collections.Concurrent/4.0.12/System.Collections.Concurrent.csproj" />
<ProjectReference Include="../../System.Console/4.0.0/System.Console.csproj" />
<ProjectReference Include="../../System.Diagnostics.Debug/4.0.11/System.Diagnostics.Debug.csproj" />
<ProjectReference Include="../../System.Diagnostics.Tools/4.0.1/System.Diagnostics.Tools.csproj" />
<ProjectReference Include="../../System.Diagnostics.Tracing/4.1.0/System.Diagnostics.Tracing.csproj" />
<ProjectReference Include="../../System.Globalization/4.0.11/System.Globalization.csproj" />
<ProjectReference Include="../../System.Globalization.Calendars/4.0.1/System.Globalization.Calendars.csproj" />
<ProjectReference Include="../../System.IO/4.1.0/System.IO.csproj" />
<ProjectReference Include="../../System.IO.Compression/4.1.0/System.IO.Compression.csproj" />
<ProjectReference Include="../../System.IO.Compression.ZipFile/4.0.1/System.IO.Compression.ZipFile.csproj" />
<ProjectReference Include="../../System.IO.FileSystem/4.0.1/System.IO.FileSystem.csproj" />
<ProjectReference Include="../../System.IO.FileSystem.Primitives/4.0.1/System.IO.FileSystem.Primitives.csproj" />
<ProjectReference Include="../../System.Linq/4.1.0/System.Linq.csproj" />
<ProjectReference Include="../../System.Linq.Expressions/4.1.0/System.Linq.Expressions.csproj" />
<ProjectReference Include="../../System.Net.Http/4.1.0/System.Net.Http.csproj" />
<ProjectReference Include="../../System.Net.Primitives/4.0.11/System.Net.Primitives.csproj" />
<ProjectReference Include="../../System.Net.Sockets/4.1.0/System.Net.Sockets.csproj" />
<ProjectReference Include="../../System.ObjectModel/4.0.12/System.ObjectModel.csproj" />
<ProjectReference Include="../../System.Reflection/4.1.0/System.Reflection.csproj" />
<ProjectReference Include="../../System.Reflection.Extensions/4.0.1/System.Reflection.Extensions.csproj" />
<ProjectReference Include="../../System.Reflection.Primitives/4.0.1/System.Reflection.Primitives.csproj" />
<ProjectReference Include="../../System.Resources.ResourceManager/4.0.1/System.Resources.ResourceManager.csproj" />
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
<ProjectReference Include="../../System.Runtime.Extensions/4.1.0/System.Runtime.Extensions.csproj" />
<ProjectReference Include="../../System.Runtime.Handles/4.0.1/System.Runtime.Handles.csproj" />
<ProjectReference Include="../../System.Runtime.InteropServices/4.1.0/System.Runtime.InteropServices.csproj" />
<ProjectReference Include="../../System.Runtime.InteropServices.RuntimeInformation/4.0.0/System.Runtime.InteropServices.RuntimeInformation.csproj" />
<ProjectReference Include="../../System.Runtime.Numerics/4.0.1/System.Runtime.Numerics.csproj" />
<ProjectReference Include="../../System.Security.Cryptography.Algorithms/4.2.0/System.Security.Cryptography.Algorithms.csproj" />
<ProjectReference Include="../../System.Security.Cryptography.Encoding/4.0.0/System.Security.Cryptography.Encoding.csproj" />
<ProjectReference Include="../../System.Security.Cryptography.Primitives/4.0.0/System.Security.Cryptography.Primitives.csproj" />
<ProjectReference Include="../../System.Security.Cryptography.X509Certificates/4.1.0/System.Security.Cryptography.X509Certificates.csproj" />
<ProjectReference Include="../../System.Text.Encoding/4.0.11/System.Text.Encoding.csproj" />
<ProjectReference Include="../../System.Text.Encoding.Extensions/4.0.11/System.Text.Encoding.Extensions.csproj" />
<ProjectReference Include="../../System.Text.RegularExpressions/4.1.0/System.Text.RegularExpressions.csproj" />
<ProjectReference Include="../../System.Threading/4.0.11/System.Threading.csproj" />
<ProjectReference Include="../../System.Threading.Tasks/4.0.11/System.Threading.Tasks.csproj" />
<ProjectReference Include="../../System.Threading.Timer/4.0.1/System.Threading.Timer.csproj" />
<ProjectReference Include="../../System.Xml.ReaderWriter/4.0.11/System.Xml.ReaderWriter.csproj" />
<ProjectReference Include="../../System.Xml.XDocument/4.0.11/System.Xml.XDocument.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,56 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.NETCore.Platforms/3.1.0/Microsoft.NETCore.Platforms.csproj" />
<ProjectReference Include="../../Microsoft.Win32.Primitives/4.3.0/Microsoft.Win32.Primitives.csproj" />
<ProjectReference Include="../../System.AppContext/4.3.0/System.AppContext.csproj" />
<ProjectReference Include="../../System.Collections/4.3.0/System.Collections.csproj" />
<ProjectReference Include="../../System.Collections.Concurrent/4.3.0/System.Collections.Concurrent.csproj" />
<ProjectReference Include="../../System.Console/4.3.0/System.Console.csproj" />
<ProjectReference Include="../../System.Diagnostics.Debug/4.3.0/System.Diagnostics.Debug.csproj" />
<ProjectReference Include="../../System.Diagnostics.Tools/4.3.0/System.Diagnostics.Tools.csproj" />
<ProjectReference Include="../../System.Diagnostics.Tracing/4.3.0/System.Diagnostics.Tracing.csproj" />
<ProjectReference Include="../../System.Globalization/4.3.0/System.Globalization.csproj" />
<ProjectReference Include="../../System.Globalization.Calendars/4.3.0/System.Globalization.Calendars.csproj" />
<ProjectReference Include="../../System.IO/4.3.0/System.IO.csproj" />
<ProjectReference Include="../../System.IO.Compression/4.3.0/System.IO.Compression.csproj" />
<ProjectReference Include="../../System.IO.Compression.ZipFile/4.3.0/System.IO.Compression.ZipFile.csproj" />
<ProjectReference Include="../../System.IO.FileSystem/4.3.0/System.IO.FileSystem.csproj" />
<ProjectReference Include="../../System.IO.FileSystem.Primitives/4.3.0/System.IO.FileSystem.Primitives.csproj" />
<ProjectReference Include="../../System.Linq/4.3.0/System.Linq.csproj" />
<ProjectReference Include="../../System.Linq.Expressions/4.3.0/System.Linq.Expressions.csproj" />
<ProjectReference Include="../../System.Net.Http/4.3.0/System.Net.Http.csproj" />
<ProjectReference Include="../../System.Net.Primitives/4.3.0/System.Net.Primitives.csproj" />
<ProjectReference Include="../../System.Net.Sockets/4.3.0/System.Net.Sockets.csproj" />
<ProjectReference Include="../../System.ObjectModel/4.3.0/System.ObjectModel.csproj" />
<ProjectReference Include="../../System.Reflection/4.3.0/System.Reflection.csproj" />
<ProjectReference Include="../../System.Reflection.Extensions/4.3.0/System.Reflection.Extensions.csproj" />
<ProjectReference Include="../../System.Reflection.Primitives/4.3.0/System.Reflection.Primitives.csproj" />
<ProjectReference Include="../../System.Resources.ResourceManager/4.3.0/System.Resources.ResourceManager.csproj" />
<ProjectReference Include="../../System.Runtime/4.3.0/System.Runtime.csproj" />
<ProjectReference Include="../../System.Runtime.Extensions/4.3.0/System.Runtime.Extensions.csproj" />
<ProjectReference Include="../../System.Runtime.Handles/4.3.0/System.Runtime.Handles.csproj" />
<ProjectReference Include="../../System.Runtime.InteropServices/4.3.0/System.Runtime.InteropServices.csproj" />
<ProjectReference Include="../../System.Runtime.InteropServices.RuntimeInformation/4.3.0/System.Runtime.InteropServices.RuntimeInformation.csproj" />
<ProjectReference Include="../../System.Runtime.Numerics/4.3.0/System.Runtime.Numerics.csproj" />
<ProjectReference Include="../../System.Security.Cryptography.Algorithms/4.3.0/System.Security.Cryptography.Algorithms.csproj" />
<ProjectReference Include="../../System.Security.Cryptography.Encoding/4.3.0/System.Security.Cryptography.Encoding.csproj" />
<ProjectReference Include="../../System.Security.Cryptography.Primitives/4.3.0/System.Security.Cryptography.Primitives.csproj" />
<ProjectReference Include="../../System.Security.Cryptography.X509Certificates/4.3.0/System.Security.Cryptography.X509Certificates.csproj" />
<ProjectReference Include="../../System.Text.Encoding/4.3.0/System.Text.Encoding.csproj" />
<ProjectReference Include="../../System.Text.Encoding.Extensions/4.3.0/System.Text.Encoding.Extensions.csproj" />
<ProjectReference Include="../../System.Text.RegularExpressions/4.3.0/System.Text.RegularExpressions.csproj" />
<ProjectReference Include="../../System.Threading/4.3.0/System.Threading.csproj" />
<ProjectReference Include="../../System.Threading.Tasks/4.3.0/System.Threading.Tasks.csproj" />
<ProjectReference Include="../../System.Threading.Timer/4.3.0/System.Threading.Timer.csproj" />
<ProjectReference Include="../../System.Xml.ReaderWriter/4.3.0/System.Xml.ReaderWriter.csproj" />
<ProjectReference Include="../../System.Xml.XDocument/4.3.0/System.Xml.XDocument.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `NHibernate, Version=5.5.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4`.
// Generated from `NHibernate, Version=5.6.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4`.
namespace NHibernate
{
namespace Action
@@ -276,6 +276,7 @@ namespace NHibernate
public System.Data.Common.DbConnection Disconnect() => throw null;
public void EnlistIfRequired(System.Transactions.Transaction transaction) => throw null;
public void EnlistInTransaction(System.Data.Common.DbCommand command) => throw null;
public void EnlistInTransaction(System.Data.Common.DbBatch batch) => throw null;
public NHibernate.Engine.ISessionFactoryImplementor Factory { get => throw null; }
public void FlushBeginning() => throw null;
public void FlushEnding() => throw null;
@@ -297,6 +298,25 @@ namespace NHibernate
public bool ShouldAutoJoinTransaction { get => throw null; }
public NHibernate.ITransaction Transaction { get => throw null; }
}
public class DbBatchBatcher : NHibernate.AdoNet.AbstractBatcher
{
public override void AddToBatch(NHibernate.AdoNet.IExpectation expectation) => throw null;
public override System.Threading.Tasks.Task AddToBatchAsync(NHibernate.AdoNet.IExpectation expectation, System.Threading.CancellationToken cancellationToken) => throw null;
public override int BatchSize { get => throw null; set { } }
public override void CloseCommands() => throw null;
protected override int CountOfStatementsInCurrentBatch { get => throw null; }
public DbBatchBatcher(NHibernate.AdoNet.ConnectionManager connectionManager, NHibernate.IInterceptor interceptor) : base(default(NHibernate.AdoNet.ConnectionManager), default(NHibernate.IInterceptor)) => throw null;
protected override void Dispose(bool isDisposing) => throw null;
protected override void DoExecuteBatch(System.Data.Common.DbCommand ps) => throw null;
protected override System.Threading.Tasks.Task DoExecuteBatchAsync(System.Data.Common.DbCommand ps, System.Threading.CancellationToken cancellationToken) => throw null;
protected void Prepare(System.Data.Common.DbBatch batch) => throw null;
protected System.Threading.Tasks.Task PrepareAsync(System.Data.Common.DbBatch batch, System.Threading.CancellationToken cancellationToken) => throw null;
}
public class DbBatchBatcherFactory : NHibernate.AdoNet.IBatcherFactory
{
public NHibernate.Engine.IBatcher CreateBatcher(NHibernate.AdoNet.ConnectionManager connectionManager, NHibernate.IInterceptor interceptor) => throw null;
public DbBatchBatcherFactory() => throw null;
}
public class Expectations
{
public static NHibernate.AdoNet.IExpectation AppropriateExpectation(NHibernate.Engine.ExecuteUpdateResultCheckStyle style) => throw null;
@@ -1637,6 +1657,7 @@ namespace NHibernate
public const string Hbm2ddlAuto = default;
public const string Hbm2ddlKeyWords = default;
public const string Hbm2ddlThrowOnUpdate = default;
public const string IgnoreSessionSynchronizationFailuresOnSystemTransaction = default;
public static void InitializeGlobalProperties(NHibernate.Cfg.IHibernateConfiguration config) => throw null;
public const string Isolation = default;
public const string LinqToHqlFallbackOnPreEvaluation = default;
@@ -2616,10 +2637,13 @@ namespace NHibernate
public System.Collections.Generic.IEnumerable<NHibernate.Cfg.MappingSchema.HbmColumn> Columns { get => throw null; }
public HbmCollectionId() => throw null;
public NHibernate.Cfg.MappingSchema.HbmGenerator generator;
public NHibernate.Cfg.MappingSchema.HbmGenerator Generator { get => throw null; }
public string generator1;
public string length;
public NHibernate.Cfg.MappingSchema.HbmMeta[] meta;
public string type;
public NHibernate.Cfg.MappingSchema.HbmType type;
public NHibernate.Cfg.MappingSchema.HbmType Type { get => throw null; }
public string type1;
}
public enum HbmCollectionLazy
{
@@ -2892,6 +2916,7 @@ namespace NHibernate
public System.Collections.Generic.IEnumerable<NHibernate.Cfg.MappingSchema.HbmColumn> Columns { get => throw null; }
public HbmId() => throw null;
public NHibernate.Cfg.MappingSchema.HbmGenerator generator;
public NHibernate.Cfg.MappingSchema.HbmGenerator Generator { get => throw null; }
public string generator1;
public string length;
public NHibernate.Cfg.MappingSchema.HbmMeta[] meta;
@@ -7038,9 +7063,11 @@ namespace NHibernate
public override string IdentityInsertString { get => throw null; }
public override string IdentitySelectString { get => throw null; }
public override int MaxAliasLength { get => throw null; }
public override string QuerySequencesString { get => throw null; }
public override bool SupportsCrossJoin { get => throw null; }
public override bool SupportsEmptyInList { get => throw null; }
public override bool SupportsExistsInSelect { get => throw null; }
public override bool SupportsHavingOnGroupedByComputation { get => throw null; }
public override bool SupportsIdentityColumns { get => throw null; }
public override bool SupportsLimit { get => throw null; }
public override bool SupportsLobValueChangePropogation { get => throw null; }
@@ -7093,6 +7120,7 @@ namespace NHibernate
public virtual bool DropConstraints { get => throw null; }
public virtual string DropForeignKeyString { get => throw null; }
public virtual bool DropTemporaryTableAfterUse() => throw null;
public virtual string DropTemporaryTableString { get => throw null; }
public virtual string EnableForeignKeyConstraintsString { get => throw null; }
protected virtual bool EscapeBackslashInStrings { get => throw null; set { } }
public virtual string ForUpdateNowaitString { get => throw null; }
@@ -7980,6 +8008,7 @@ namespace NHibernate
public override char CloseQuote { get => throw null; }
public override string CreateTemporaryTableString { get => throw null; }
public MySQLDialect() => throw null;
public override string DropTemporaryTableString { get => throw null; }
protected override bool EscapeBackslashInStrings { get => throw null; set { } }
public override string GetAddForeignKeyConstraintString(string constraintName, string[] foreignKey, string referencedTable, string[] primaryKey, bool referencesPrimaryKey) => throw null;
public override string GetCastTypeName(NHibernate.SqlTypes.SqlType sqlType) => throw null;
@@ -8058,6 +8087,7 @@ namespace NHibernate
public override string GetSequenceNextValString(string sequenceName) => throw null;
public override bool IsCurrentTimestampSelectStringCallable { get => throw null; }
public override int MaxAliasLength { get => throw null; }
public override bool? PerformTemporaryTableDDLInIsolation() => throw null;
public override string QuerySequencesString { get => throw null; }
protected virtual void RegisterCharacterTypeMappings() => throw null;
protected virtual void RegisterDateTimeTypeMappings() => throw null;
@@ -8765,6 +8795,14 @@ namespace NHibernate
public override bool SupportsTemporaryTables { get => throw null; }
public override bool SupportsUnionAll { get => throw null; }
}
public class SybaseASE16Dialect : NHibernate.Dialect.SybaseASE15Dialect
{
public SybaseASE16Dialect() => throw null;
public override NHibernate.SqlCommand.SqlString GetLimitString(NHibernate.SqlCommand.SqlString queryString, NHibernate.SqlCommand.SqlString offset, NHibernate.SqlCommand.SqlString limit) => throw null;
public override bool SupportsLimit { get => throw null; }
public override bool SupportsLimitOffset { get => throw null; }
public override bool SupportsVariableLimit { get => throw null; }
}
public class SybaseSQLAnywhere10Dialect : NHibernate.Dialect.Dialect
{
public override string AddColumnString { get => throw null; }
@@ -8947,13 +8985,9 @@ namespace NHibernate
public override bool UseNamedPrefixInParameter { get => throw null; }
public override bool UseNamedPrefixInSql { get => throw null; }
}
public class DB2CoreDriver : NHibernate.Driver.DB2DriverBase
public class DB2CoreDriver : NHibernate.Driver.DB2NetDriver
{
public DB2CoreDriver() : base(default(string)) => throw null;
protected override void InitializeParameter(System.Data.Common.DbParameter dbParam, string name, NHibernate.SqlTypes.SqlType sqlType) => throw null;
public override string NamedPrefix { get => throw null; }
public override bool UseNamedPrefixInParameter { get => throw null; }
public override bool UseNamedPrefixInSql { get => throw null; }
public DB2CoreDriver() => throw null;
}
public class DB2Driver : NHibernate.Driver.DB2DriverBase
{
@@ -8970,8 +9004,19 @@ namespace NHibernate
public override bool UseNamedPrefixInParameter { get => throw null; }
public override bool UseNamedPrefixInSql { get => throw null; }
}
public class DB2NetDriver : NHibernate.Driver.DB2DriverBase
{
protected internal DB2NetDriver(string assemblyName) : base(default(string)) => throw null;
public DB2NetDriver() : base(default(string)) => throw null;
protected override void InitializeParameter(System.Data.Common.DbParameter dbParam, string name, NHibernate.SqlTypes.SqlType sqlType) => throw null;
public override string NamedPrefix { get => throw null; }
public override bool UseNamedPrefixInParameter { get => throw null; }
public override bool UseNamedPrefixInSql { get => throw null; }
}
public class DbProviderFactoryDriveConnectionCommandProvider : NHibernate.Driver.IDriveConnectionCommandProvider
{
public bool CanCreateBatch { get => throw null; }
public System.Data.Common.DbBatch CreateBatch() => throw null;
public System.Data.Common.DbCommand CreateCommand() => throw null;
public System.Data.Common.DbConnection CreateConnection() => throw null;
public DbProviderFactoryDriveConnectionCommandProvider(System.Data.Common.DbProviderFactory dbProviderFactory) => throw null;
@@ -8987,11 +9032,14 @@ namespace NHibernate
{
public virtual void AdjustCommand(System.Data.Common.DbCommand command) => throw null;
public virtual System.Data.Common.DbTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel, System.Data.Common.DbConnection connection) => throw null;
public virtual bool CanCreateBatch { get => throw null; }
protected virtual System.Data.Common.DbParameter CloneParameter(System.Data.Common.DbCommand cmd, System.Data.Common.DbParameter originalParameter, NHibernate.SqlTypes.SqlType originalType) => throw null;
public virtual int CommandTimeout { get => throw null; }
public virtual void Configure(System.Collections.Generic.IDictionary<string, string> settings) => throw null;
public virtual System.Data.Common.DbBatch CreateBatch() => throw null;
public abstract System.Data.Common.DbCommand CreateCommand();
public abstract System.Data.Common.DbConnection CreateConnection();
public virtual System.Data.Common.DbBatchCommand CreateDbBatchCommandFromDbCommand(System.Data.Common.DbBatch dbBatch, System.Data.Common.DbCommand dbCommand) => throw null;
protected DriverBase() => throw null;
public virtual void ExpandQueryParameters(System.Data.Common.DbCommand cmd, NHibernate.SqlCommand.SqlString sqlString, NHibernate.SqlTypes.SqlType[] parameterTypes) => throw null;
public string FormatNameForParameter(string parameterName) => throw null;
@@ -9008,6 +9056,8 @@ namespace NHibernate
public virtual System.DateTime MinDate { get => throw null; }
public abstract string NamedPrefix { get; }
protected virtual void OnBeforePrepare(System.Data.Common.DbCommand command) => throw null;
protected virtual void OnBeforePrepare(System.Data.Common.DbBatch batch) => throw null;
public void PrepareBatch(System.Data.Common.DbBatch batch) => throw null;
public void PrepareCommand(System.Data.Common.DbCommand command) => throw null;
public void RemoveUnusedCommandParameters(System.Data.Common.DbCommand cmd, NHibernate.SqlCommand.SqlString sqlString) => throw null;
public virtual bool RequiresTimeSpanForTime { get => throw null; }
@@ -9062,20 +9112,26 @@ namespace NHibernate
}
public interface IDriveConnectionCommandProvider
{
virtual bool CanCreateBatch { get => throw null; }
virtual System.Data.Common.DbBatch CreateBatch() => throw null;
System.Data.Common.DbCommand CreateCommand();
System.Data.Common.DbConnection CreateConnection();
}
public interface IDriver
{
void AdjustCommand(System.Data.Common.DbCommand command);
virtual bool CanCreateBatch { get => throw null; }
void Configure(System.Collections.Generic.IDictionary<string, string> settings);
virtual System.Data.Common.DbBatch CreateBatch() => throw null;
System.Data.Common.DbConnection CreateConnection();
virtual System.Data.Common.DbBatchCommand CreateDbBatchCommandFromDbCommand(System.Data.Common.DbBatch dbBatch, System.Data.Common.DbCommand dbCommand) => throw null;
void ExpandQueryParameters(System.Data.Common.DbCommand cmd, NHibernate.SqlCommand.SqlString sqlString, NHibernate.SqlTypes.SqlType[] parameterTypes);
System.Data.Common.DbCommand GenerateCommand(System.Data.CommandType type, NHibernate.SqlCommand.SqlString sqlString, NHibernate.SqlTypes.SqlType[] parameterTypes);
System.Data.Common.DbParameter GenerateParameter(System.Data.Common.DbCommand command, string name, NHibernate.SqlTypes.SqlType sqlType);
NHibernate.Driver.IResultSetsCommand GetResultSetsCommand(NHibernate.Engine.ISessionImplementor session);
bool HasDelayedDistributedTransactionCompletion { get; }
System.DateTime MinDate { get; }
virtual void PrepareBatch(System.Data.Common.DbBatch dbBatch) => throw null;
void PrepareCommand(System.Data.Common.DbCommand command);
void RemoveUnusedCommandParameters(System.Data.Common.DbCommand cmd, NHibernate.SqlCommand.SqlString sqlString);
bool RequiresTimeSpanForTime { get; }
@@ -9322,6 +9378,8 @@ namespace NHibernate
}
public abstract class ReflectionBasedDriver : NHibernate.Driver.DriverBase
{
public override bool CanCreateBatch { get => throw null; }
public override System.Data.Common.DbBatch CreateBatch() => throw null;
public override System.Data.Common.DbCommand CreateCommand() => throw null;
public override System.Data.Common.DbConnection CreateConnection() => throw null;
protected ReflectionBasedDriver(string driverAssemblyName, string connectionTypeName, string commandTypeName) => throw null;
@@ -9331,6 +9389,8 @@ namespace NHibernate
}
public class ReflectionDriveConnectionCommandProvider : NHibernate.Driver.IDriveConnectionCommandProvider
{
public bool CanCreateBatch { get => throw null; }
public System.Data.Common.DbBatch CreateBatch() => throw null;
public System.Data.Common.DbCommand CreateCommand() => throw null;
public System.Data.Common.DbConnection CreateConnection() => throw null;
public ReflectionDriveConnectionCommandProvider(System.Type connectionType, System.Type commandType) => throw null;
@@ -14331,6 +14391,7 @@ namespace NHibernate
public GuidCombGenerator() => throw null;
public object Generate(NHibernate.Engine.ISessionImplementor session, object obj) => throw null;
public System.Threading.Tasks.Task<object> GenerateAsync(NHibernate.Engine.ISessionImplementor session, object obj, System.Threading.CancellationToken cancellationToken) => throw null;
protected static System.Guid GenerateComb(System.Guid guid, System.DateTime utcNow) => throw null;
}
public class GuidGenerator : NHibernate.Id.IIdentifierGenerator
{
@@ -15014,6 +15075,7 @@ namespace NHibernate
public abstract System.Threading.Tasks.Task BeforeTransactionCompletionAsync(NHibernate.ITransaction tx, System.Threading.CancellationToken cancellationToken);
public System.IDisposable BeginContext() => throw null;
public System.IDisposable BeginProcess() => throw null;
protected System.IDisposable BeginProcess(bool noCheckAndUpdate) => throw null;
public NHibernate.ITransaction BeginTransaction() => throw null;
public NHibernate.ITransaction BeginTransaction(System.Data.IsolationLevel isolationLevel) => throw null;
public abstract string BestGuessEntityName(object entity);
@@ -15086,6 +15148,7 @@ namespace NHibernate
public virtual bool IsConnected { get => throw null; }
public abstract bool IsEventSource { get; }
public abstract bool IsOpen { get; }
public bool IsProcessing { get => throw null; }
protected bool IsTransactionCoordinatorShared { get => throw null; }
public void JoinTransaction() => throw null;
public virtual System.Collections.IList List(NHibernate.IQueryExpression queryExpression, NHibernate.Engine.QueryParameters parameters) => throw null;
@@ -15682,6 +15745,7 @@ namespace NHibernate
public static void AddInstance(string uid, string name, NHibernate.ISessionFactory instance, System.Collections.Generic.IDictionary<string, string> properties) => throw null;
public static NHibernate.ISessionFactory GetInstance(string uid) => throw null;
public static NHibernate.ISessionFactory GetNamedInstance(string name) => throw null;
public static NHibernate.ISessionFactory GetOrBuildNamedInstance(string name, System.Func<NHibernate.ISessionFactory> instanceBuilder) => throw null;
public static void RemoveInstance(string uid, string name, System.Collections.Generic.IDictionary<string, string> properties) => throw null;
}
public class SessionIdLoggingContext : System.IDisposable
@@ -16180,6 +16244,7 @@ namespace NHibernate
public abstract class AbstractFieldInterceptor : NHibernate.Intercept.IFieldInterceptor
{
public void ClearDirty() => throw null;
public void ClearInitializedLazyFields() => throw null;
protected AbstractFieldInterceptor(NHibernate.Engine.ISessionImplementor session, System.Collections.Generic.ISet<string> uninitializedFields, System.Collections.Generic.ISet<string> unwrapProxyFieldNames, string entityName, System.Type mappedClass) => throw null;
public string EntityName { get => throw null; }
public System.Collections.Generic.ISet<string> GetUninitializedFields() => throw null;
@@ -16216,6 +16281,7 @@ namespace NHibernate
}
public static partial class FieldInterceptorExtensions
{
public static void ClearInitializedLazyFields(this NHibernate.Intercept.IFieldInterceptor interceptor) => throw null;
public static object Intercept(this NHibernate.Intercept.IFieldInterceptor interceptor, object target, string fieldName, object value, bool setter) => throw null;
}
public interface IFieldInterceptor
@@ -16757,6 +16823,7 @@ namespace NHibernate
void Commit();
System.Threading.Tasks.Task CommitAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
void Enlist(System.Data.Common.DbCommand command);
virtual void Enlist(System.Data.Common.DbBatch batch) => throw null;
bool IsActive { get; }
void RegisterSynchronization(NHibernate.Transaction.ISynchronization synchronization);
void Rollback();
@@ -19183,6 +19250,7 @@ namespace NHibernate
public System.Collections.Generic.IDictionary<object, string> MetaValues { get => throw null; set { } }
public void ResetCachedType() => throw null;
public override void SetTypeUsingReflection(string className, string propertyName, string access) => throw null;
public override void SetTypeUsingReflection(System.Type propertyOwnerType, string propertyName, string access) => throw null;
public override NHibernate.Type.IType Type { get => throw null; }
}
public class Array : NHibernate.Mapping.List
@@ -22788,6 +22856,7 @@ namespace NHibernate
public int PropertySpan { get => throw null; }
public string RoleName { get => throw null; set { } }
public override void SetTypeUsingReflection(string className, string propertyName, string accesorName) => throw null;
public override void SetTypeUsingReflection(System.Type propertyOwnerType, string propertyName, string accesorName) => throw null;
public override string ToString() => throw null;
public virtual System.Collections.Generic.IDictionary<NHibernate.EntityMode, string> TuplizerMap { get => throw null; }
public override NHibernate.Type.IType Type { get => throw null; }
@@ -23382,6 +23451,7 @@ namespace NHibernate
public virtual bool IsValid(NHibernate.Engine.IMapping mapping) => throw null;
public string NullValue { get => throw null; set { } }
public virtual void SetTypeUsingReflection(string className, string propertyName, string accesorName) => throw null;
public virtual void SetTypeUsingReflection(System.Type propertyOwnerType, string propertyName, string accessorName) => throw null;
public NHibernate.Mapping.Table Table { get => throw null; set { } }
public override string ToString() => throw null;
public virtual NHibernate.Type.IType Type { get => throw null; }
@@ -23522,6 +23592,7 @@ namespace NHibernate
public string ReferencedEntityName { get => throw null; set { } }
public string ReferencedPropertyName { get => throw null; set { } }
public override void SetTypeUsingReflection(string className, string propertyName, string accesorName) => throw null;
public override void SetTypeUsingReflection(System.Type propertyOwnerType, string propertyName, string accessorName) => throw null;
public abstract override NHibernate.Type.IType Type { get; }
public bool UnwrapProxy { get => throw null; set { } }
}
@@ -27095,6 +27166,7 @@ namespace NHibernate
public override void ExecuteWorkInIsolation(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.Transaction.IIsolatedWork work, bool transacted) => throw null;
public override System.Threading.Tasks.Task ExecuteWorkInIsolationAsync(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.Transaction.IIsolatedWork work, bool transacted, System.Threading.CancellationToken cancellationToken) => throw null;
public override void ExplicitJoinSystemTransaction(NHibernate.Engine.ISessionImplementor session) => throw null;
protected bool IgnoreSessionSynchronizationFailuresOnSystemTransaction { get => throw null; }
public override bool IsInActiveSystemTransaction(NHibernate.Engine.ISessionImplementor session) => throw null;
protected virtual void JoinSystemTransaction(NHibernate.Engine.ISessionImplementor session, System.Transactions.Transaction transaction) => throw null;
protected int SystemTransactionCompletionLockTimeout { get => throw null; }
@@ -27104,6 +27176,7 @@ namespace NHibernate
void System.Transactions.IEnlistmentNotification.Commit(System.Transactions.Enlistment enlistment) => throw null;
protected virtual void CompleteTransaction(bool isCommitted) => throw null;
public SystemTransactionContext(NHibernate.Engine.ISessionImplementor session, System.Transactions.Transaction transaction, int systemTransactionCompletionLockTimeout, bool useConnectionOnSystemTransactionPrepare) => throw null;
public SystemTransactionContext(NHibernate.Engine.ISessionImplementor session, System.Transactions.Transaction transaction, int systemTransactionCompletionLockTimeout, bool useConnectionOnSystemTransactionPrepare, bool ignoreSessionSynchronizationFailures) => throw null;
public void Dispose() => throw null;
protected virtual void Dispose(bool disposing) => throw null;
protected System.Transactions.Transaction EnlistedTransaction { get => throw null; }
@@ -27131,6 +27204,7 @@ namespace NHibernate
protected virtual void Dispose(bool isDisposing) => throw null;
protected virtual System.Threading.Tasks.Task DisposeAsync(bool isDisposing, System.Threading.CancellationToken cancellationToken) => throw null;
public void Enlist(System.Data.Common.DbCommand command) => throw null;
public void Enlist(System.Data.Common.DbBatch batch) => throw null;
public bool IsActive { get => throw null; }
public System.Data.IsolationLevel IsolationLevel { get => throw null; }
public void RegisterSynchronization(NHibernate.Transaction.ISynchronization sync) => throw null;
@@ -27481,10 +27555,10 @@ namespace NHibernate
protected override NHibernate.Properties.ISetter BuildPropertySetter(NHibernate.Mapping.Property mappedProperty, NHibernate.Mapping.PersistentClass mappedEntity) => throw null;
protected override NHibernate.Proxy.IProxyFactory BuildProxyFactory(NHibernate.Mapping.PersistentClass mappingInfo, NHibernate.Properties.IGetter idGetter, NHibernate.Properties.ISetter idSetter) => throw null;
public override System.Type ConcreteProxyClass { get => throw null; }
public DynamicMapEntityTuplizer(NHibernate.Tuple.Entity.EntityMetamodel entityMetamodel, NHibernate.Mapping.PersistentClass mappingInfo) : base(default(NHibernate.Tuple.Entity.EntityMetamodel), default(NHibernate.Mapping.PersistentClass)) => throw null;
public override NHibernate.EntityMode EntityMode { get => throw null; }
public override bool IsInstrumented { get => throw null; }
public override System.Type MappedClass { get => throw null; }
internal DynamicMapEntityTuplizer() : base(default(NHibernate.Tuple.Entity.EntityMetamodel), default(NHibernate.Mapping.PersistentClass)) { }
}
public class EntityMetamodel
{
@@ -27692,7 +27766,6 @@ namespace NHibernate
public override object DeepCopyNotNull(object value) => throw null;
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override int GetHashCode(object x) => throw null;
public override bool IsEqual(object x, object y) => throw null;
public abstract override string Name { get; }
@@ -27713,7 +27786,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null;
public override System.Type PrimitiveClass { get => throw null; }
public override System.Type ReturnedClass { get => throw null; }
@@ -27729,7 +27801,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
protected virtual System.DateTime GetDateTime(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override bool IsEqual(object x, object y) => throw null;
protected virtual System.DateTimeKind Kind { get => throw null; }
@@ -27765,7 +27836,6 @@ namespace NHibernate
public override bool Equals(object obj) => throw null;
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override int GetHashCode(object x) => throw null;
public override int GetHashCode() => throw null;
public const string IgnoreCaseParameterName = default;
@@ -27954,7 +28024,6 @@ namespace NHibernate
protected static readonly object FalseObject;
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public override string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null;
public override System.Type PrimitiveClass { get => throw null; }
@@ -27970,7 +28039,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public virtual object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null;
public virtual System.Threading.Tasks.Task<object> NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null;
@@ -27987,7 +28055,6 @@ namespace NHibernate
protected CharBooleanType(NHibernate.SqlTypes.AnsiStringFixedLengthSqlType sqlType) => throw null;
protected abstract string FalseString { get; }
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null;
public override void Set(System.Data.Common.DbCommand cmd, object value, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object StringToObject(string xml) => throw null;
@@ -28224,7 +28291,6 @@ namespace NHibernate
public override System.Threading.Tasks.Task<object> DisassembleAsync(object value, NHibernate.Engine.ISessionImplementor session, object owner, System.Threading.CancellationToken cancellationToken) => throw null;
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null;
public override System.Type ReturnedClass { get => throw null; }
@@ -28316,7 +28382,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override bool IsEqual(object x, object y) => throw null;
public override string Name { get => throw null; }
public object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null;
@@ -28373,7 +28438,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public override string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null;
public override System.Type PrimitiveClass { get => throw null; }
@@ -28402,7 +28466,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public override string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null;
public override System.Type PrimitiveClass { get => throw null; }
@@ -28481,7 +28544,6 @@ namespace NHibernate
public override System.Threading.Tasks.Task<object> DisassembleAsync(object value, NHibernate.Engine.ISessionImplementor session, object owner, System.Threading.CancellationToken cancellationToken) => throw null;
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public virtual object GetInstance(object code) => throw null;
public virtual object GetValue(object instance) => throw null;
public override string Name { get => throw null; }
@@ -28499,7 +28561,6 @@ namespace NHibernate
public override object Disassemble(object value, NHibernate.Engine.ISessionImplementor session, object owner) => throw null;
public override System.Threading.Tasks.Task<object> DisassembleAsync(object value, NHibernate.Engine.ISessionImplementor session, object owner, System.Threading.CancellationToken cancellationToken) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public virtual object GetInstance(object code) => throw null;
public virtual object GetValue(object code) => throw null;
public const int MaxLengthForEnumString = 255;
@@ -28616,7 +28677,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public override string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null;
public override System.Type PrimitiveClass { get => throw null; }
@@ -28686,7 +28746,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public virtual object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null;
public virtual System.Threading.Tasks.Task<object> NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null;
@@ -28705,7 +28764,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public virtual object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null;
public virtual System.Threading.Tasks.Task<object> NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null;
@@ -28724,7 +28782,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public virtual object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null;
public virtual System.Threading.Tasks.Task<object> NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null;
@@ -28885,7 +28942,7 @@ namespace NHibernate
public override bool Equals(object obj) => throw null;
public virtual object FromStringValue(string xml) => throw null;
public abstract object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session);
public abstract object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session);
public virtual object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override sealed int GetColumnSpan(NHibernate.Engine.IMapping session) => throw null;
public override int GetHashCode() => throw null;
public override bool IsDirty(object old, object current, bool[] checkable, NHibernate.Engine.ISessionImplementor session) => throw null;
@@ -28949,7 +29006,6 @@ namespace NHibernate
public override bool Equals(object obj) => throw null;
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public static NHibernate.Type.PersistentEnumType.IEnumConverter GetEnumCoverter(System.Type enumClass) => throw null;
public override int GetHashCode() => throw null;
public virtual object GetInstance(object code) => throw null;
@@ -28982,7 +29038,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public virtual object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null;
@@ -29001,7 +29056,6 @@ namespace NHibernate
public override System.Threading.Tasks.Task<object> DisassembleAsync(object value, NHibernate.Engine.ISessionImplementor session, object owner, System.Threading.CancellationToken cancellationToken) => throw null;
public object FromBytes(byte[] bytes) => throw null;
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override int GetHashCode(object x) => throw null;
public override bool IsEqual(object x, object y) => throw null;
@@ -29026,7 +29080,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public override string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null;
public override System.Type PrimitiveClass { get => throw null; }
@@ -29075,7 +29128,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null;
public System.Threading.Tasks.Task<object> NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null;
@@ -29096,7 +29148,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null;
public System.Threading.Tasks.Task<object> NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null;
@@ -29124,7 +29175,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override int GetHashCode(object x) => throw null;
public override bool IsEqual(object x, object y) => throw null;
public override string Name { get => throw null; }
@@ -29224,7 +29274,6 @@ namespace NHibernate
public override System.Threading.Tasks.Task<object> DisassembleAsync(object value, NHibernate.Engine.ISessionImplementor session, object owner, System.Threading.CancellationToken cancellationToken) => throw null;
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public override System.Type ReturnedClass { get => throw null; }
public override void Set(System.Data.Common.DbCommand cmd, object value, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
@@ -29240,7 +29289,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public virtual object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null;
public virtual System.Threading.Tasks.Task<object> NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null;
@@ -29259,7 +29307,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public virtual object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null;
public virtual System.Threading.Tasks.Task<object> NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null;
@@ -29278,7 +29325,6 @@ namespace NHibernate
public override object DefaultValue { get => throw null; }
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public virtual object Next(object current, NHibernate.Engine.ISessionImplementor session) => throw null;
public virtual System.Threading.Tasks.Task<object> NextAsync(object current, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null;
@@ -29300,7 +29346,6 @@ namespace NHibernate
public override System.Threading.Tasks.Task<object> DisassembleAsync(object value, NHibernate.Engine.ISessionImplementor session, object owner, System.Threading.CancellationToken cancellationToken) => throw null;
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override string Name { get => throw null; }
public string ObjectToSQLString(object value, NHibernate.Dialect.Dialect dialect) => throw null;
public override System.Type ReturnedClass { get => throw null; }
@@ -29347,7 +29392,6 @@ namespace NHibernate
public override System.Threading.Tasks.Task<object> DisassembleAsync(object value, NHibernate.Engine.ISessionImplementor session, object owner, System.Threading.CancellationToken cancellationToken) => throw null;
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override bool IsEqual(object x, object y) => throw null;
public override string Name { get => throw null; }
public override System.Type ReturnedClass { get => throw null; }
@@ -29366,7 +29410,6 @@ namespace NHibernate
public override System.Threading.Tasks.Task<object> DisassembleAsync(object value, NHibernate.Engine.ISessionImplementor session, object owner, System.Threading.CancellationToken cancellationToken) => throw null;
public override object FromStringValue(string xml) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, int index, NHibernate.Engine.ISessionImplementor session) => throw null;
public override object Get(System.Data.Common.DbDataReader rs, string name, NHibernate.Engine.ISessionImplementor session) => throw null;
public override bool IsEqual(object x, object y) => throw null;
public override string Name { get => throw null; }
public override System.Type ReturnedClass { get => throw null; }

View File

@@ -8,10 +8,10 @@
<ItemGroup>
<ProjectReference Include="../../Antlr3.Runtime/3.5.1/Antlr3.Runtime.csproj" />
<ProjectReference Include="../../Iesi.Collections/4.0.4/Iesi.Collections.csproj" />
<ProjectReference Include="../../Iesi.Collections/4.1.1/Iesi.Collections.csproj" />
<ProjectReference Include="../../Remotion.Linq/2.2.0/Remotion.Linq.csproj" />
<ProjectReference Include="../../Remotion.Linq.EagerFetching/2.2.0/Remotion.Linq.EagerFetching.csproj" />
<ProjectReference Include="../../System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.csproj" />
<ProjectReference Include="../../System.Configuration.ConfigurationManager/8.0.0/System.Configuration.ConfigurationManager.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1389,13 +1389,17 @@ namespace Newtonsoft
public T ToObject<T>(Newtonsoft.Json.JsonSerializer jsonSerializer) => throw null;
public object ToObject(System.Type objectType, Newtonsoft.Json.JsonSerializer jsonSerializer) => throw null;
public override string ToString() => throw null;
public string ToString(Newtonsoft.Json.Formatting formatting) => throw null;
public string ToString(Newtonsoft.Json.Formatting formatting, params Newtonsoft.Json.JsonConverter[] converters) => throw null;
public abstract Newtonsoft.Json.Linq.JTokenType Type { get; }
public virtual T Value<T>(object key) => throw null;
public virtual System.Collections.Generic.IEnumerable<T> Values<T>() => throw null;
public void WriteTo(Newtonsoft.Json.JsonWriter writer) => throw null;
public abstract void WriteTo(Newtonsoft.Json.JsonWriter writer, params Newtonsoft.Json.JsonConverter[] converters);
public virtual System.Threading.Tasks.Task WriteToAsync(Newtonsoft.Json.JsonWriter writer, System.Threading.CancellationToken cancellationToken, params Newtonsoft.Json.JsonConverter[] converters) => throw null;
public System.Threading.Tasks.Task WriteToAsync(Newtonsoft.Json.JsonWriter writer, params Newtonsoft.Json.JsonConverter[] converters) => throw null;
public System.Threading.Tasks.Task WriteToAsync(Newtonsoft.Json.JsonWriter writer, System.Threading.CancellationToken cancellationToken) => throw null;
public System.Threading.Tasks.Task WriteToAsync(Newtonsoft.Json.JsonWriter writer) => throw null;
}
public class JTokenEqualityComparer : System.Collections.Generic.IEqualityComparer<Newtonsoft.Json.Linq.JToken>
{

View File

@@ -8,12 +8,12 @@
<ItemGroup>
<ProjectReference Include="../../Remotion.Linq/2.2.0/Remotion.Linq.csproj" />
<ProjectReference Include="../../System.Collections/4.3.0/System.Collections.csproj" />
<ProjectReference Include="../../System.Linq/4.3.0/System.Linq.csproj" />
<ProjectReference Include="../../System.Linq.Expressions/4.3.0/System.Linq.Expressions.csproj" />
<ProjectReference Include="../../System.ObjectModel/4.3.0/System.ObjectModel.csproj" />
<ProjectReference Include="../../System.Reflection/4.3.0/System.Reflection.csproj" />
<ProjectReference Include="../../System.Runtime/4.3.0/System.Runtime.csproj" />
<ProjectReference Include="../../System.Collections/4.0.11/System.Collections.csproj" />
<ProjectReference Include="../../System.Linq/4.1.0/System.Linq.csproj" />
<ProjectReference Include="../../System.Linq.Expressions/4.1.0/System.Linq.Expressions.csproj" />
<ProjectReference Include="../../System.ObjectModel/4.0.12/System.ObjectModel.csproj" />
<ProjectReference Include="../../System.Reflection/4.1.0/System.Reflection.csproj" />
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,17 +7,17 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.Collections/4.3.0/System.Collections.csproj" />
<ProjectReference Include="../../System.Diagnostics.Debug/4.3.0/System.Diagnostics.Debug.csproj" />
<ProjectReference Include="../../System.Linq/4.3.0/System.Linq.csproj" />
<ProjectReference Include="../../System.Linq.Expressions/4.3.0/System.Linq.Expressions.csproj" />
<ProjectReference Include="../../System.Collections/4.0.11/System.Collections.csproj" />
<ProjectReference Include="../../System.Diagnostics.Debug/4.0.11/System.Diagnostics.Debug.csproj" />
<ProjectReference Include="../../System.Linq/4.1.0/System.Linq.csproj" />
<ProjectReference Include="../../System.Linq.Expressions/4.1.0/System.Linq.Expressions.csproj" />
<ProjectReference Include="../../System.Linq.Queryable/4.0.1/System.Linq.Queryable.csproj" />
<ProjectReference Include="../../System.ObjectModel/4.3.0/System.ObjectModel.csproj" />
<ProjectReference Include="../../System.Reflection/4.3.0/System.Reflection.csproj" />
<ProjectReference Include="../../System.Reflection.Extensions/4.3.0/System.Reflection.Extensions.csproj" />
<ProjectReference Include="../../System.Runtime/4.3.0/System.Runtime.csproj" />
<ProjectReference Include="../../System.Runtime.Extensions/4.3.0/System.Runtime.Extensions.csproj" />
<ProjectReference Include="../../System.Threading/4.3.0/System.Threading.csproj" />
<ProjectReference Include="../../System.ObjectModel/4.0.12/System.ObjectModel.csproj" />
<ProjectReference Include="../../System.Reflection/4.1.0/System.Reflection.csproj" />
<ProjectReference Include="../../System.Reflection.Extensions/4.0.1/System.Reflection.Extensions.csproj" />
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
<ProjectReference Include="../../System.Runtime.Extensions/4.1.0/System.Runtime.Extensions.csproj" />
<ProjectReference Include="../../System.Threading/4.0.11/System.Threading.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -14,6 +14,21 @@ namespace ServiceStack
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public System.Collections.Generic.List<ServiceStack.PartialApiKey> Results { get => throw null; set { } }
}
public class AdminCancelJobs : ServiceStack.IGet, ServiceStack.IReturn<ServiceStack.AdminCancelJobsResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public string CancelWorker { get => throw null; set { } }
public AdminCancelJobs() => throw null;
public System.Collections.Generic.List<long> Ids { get => throw null; set { } }
public ServiceStack.Jobs.BackgroundJobState? State { get => throw null; set { } }
public string Worker { get => throw null; set { } }
}
public class AdminCancelJobsResponse
{
public AdminCancelJobsResponse() => throw null;
public System.Collections.Generic.Dictionary<long, string> Errors { get => throw null; set { } }
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public System.Collections.Generic.List<long> Results { get => throw null; set { } }
}
public class AdminCreateApiKey : ServiceStack.IPost, ServiceStack.IReturn<ServiceStack.AdminApiKeyResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminCreateApiKey() => throw null;
@@ -29,6 +44,11 @@ namespace ServiceStack
public string UserId { get => throw null; set { } }
public string UserName { get => throw null; set { } }
}
public class AdminCreateRole : ServiceStack.IPost, ServiceStack.IReturn<ServiceStack.IdResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminCreateRole() => throw null;
public string Name { get => throw null; set { } }
}
public class AdminCreateUser : ServiceStack.AdminUserBase, ServiceStack.IPost, ServiceStack.IReturn<ServiceStack.AdminUserResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminCreateUser() => throw null;
@@ -47,6 +67,11 @@ namespace ServiceStack
public AdminDeleteApiKey() => throw null;
public int? Id { get => throw null; set { } }
}
public class AdminDeleteRole : ServiceStack.IDelete, ServiceStack.IReturn, ServiceStack.IReturnVoid, ServiceStack.IVerb
{
public AdminDeleteRole() => throw null;
public string Id { get => throw null; set { } }
}
public class AdminDeleteUser : ServiceStack.IDelete, ServiceStack.IReturn<ServiceStack.AdminDeleteUserResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminDeleteUser() => throw null;
@@ -58,6 +83,60 @@ namespace ServiceStack
public string Id { get => throw null; set { } }
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
}
public class AdminGetJob : ServiceStack.IGet, ServiceStack.IReturn<ServiceStack.AdminGetJobResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminGetJob() => throw null;
public long? Id { get => throw null; set { } }
public string RefId { get => throw null; set { } }
}
public class AdminGetJobProgress : ServiceStack.IGet, ServiceStack.IReturn<ServiceStack.AdminGetJobProgressResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminGetJobProgress() => throw null;
public long Id { get => throw null; set { } }
public int? LogStart { get => throw null; set { } }
}
public class AdminGetJobProgressResponse
{
public AdminGetJobProgressResponse() => throw null;
public int? DurationMs { get => throw null; set { } }
public ServiceStack.ResponseStatus Error { get => throw null; set { } }
public string Logs { get => throw null; set { } }
public double? Progress { get => throw null; set { } }
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public ServiceStack.Jobs.BackgroundJobState State { get => throw null; set { } }
public string Status { get => throw null; set { } }
}
public class AdminGetJobResponse
{
public ServiceStack.Jobs.CompletedJob Completed { get => throw null; set { } }
public AdminGetJobResponse() => throw null;
public ServiceStack.Jobs.FailedJob Failed { get => throw null; set { } }
public ServiceStack.Jobs.BackgroundJob Queued { get => throw null; set { } }
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public ServiceStack.Jobs.JobSummary Result { get => throw null; set { } }
}
public class AdminGetRole : ServiceStack.IGet, ServiceStack.IReturn<ServiceStack.AdminGetRoleResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminGetRole() => throw null;
public string Id { get => throw null; set { } }
}
public class AdminGetRoleResponse : ServiceStack.IHasResponseStatus
{
public System.Collections.Generic.List<ServiceStack.Property> Claims { get => throw null; set { } }
public AdminGetRoleResponse() => throw null;
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public ServiceStack.AdminRole Result { get => throw null; set { } }
}
public class AdminGetRoles : ServiceStack.IGet, ServiceStack.IReturn<ServiceStack.AdminGetRolesResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminGetRoles() => throw null;
}
public class AdminGetRolesResponse : ServiceStack.IHasResponseStatus
{
public AdminGetRolesResponse() => throw null;
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public System.Collections.Generic.List<ServiceStack.AdminRole> Results { get => throw null; set { } }
}
public class AdminGetUser : ServiceStack.IGet, ServiceStack.IReturn<ServiceStack.AdminUserResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminGetUser() => throw null;
@@ -77,8 +156,40 @@ namespace ServiceStack
public System.Collections.Generic.List<string> QueryIdentityUserProperties { get => throw null; set { } }
public System.Collections.Generic.List<ServiceStack.MediaRule> QueryMediaRules { get => throw null; set { } }
}
public class AdminJobDashboard : ServiceStack.IGet, ServiceStack.IReturn<ServiceStack.AdminJobDashboardResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminJobDashboard() => throw null;
public System.DateTime? From { get => throw null; set { } }
public System.DateTime? To { get => throw null; set { } }
}
public class AdminJobDashboardResponse
{
public System.Collections.Generic.List<ServiceStack.JobStatSummary> Apis { get => throw null; set { } }
public System.Collections.Generic.List<ServiceStack.JobStatSummary> Commands { get => throw null; set { } }
public AdminJobDashboardResponse() => throw null;
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public System.Collections.Generic.List<ServiceStack.HourSummary> Today { get => throw null; set { } }
public System.Collections.Generic.List<ServiceStack.JobStatSummary> Workers { get => throw null; set { } }
}
public class AdminJobInfo : ServiceStack.IGet, ServiceStack.IReturn<ServiceStack.AdminJobInfoResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminJobInfo() => throw null;
public System.DateTime? Month { get => throw null; set { } }
}
public class AdminJobInfoResponse
{
public AdminJobInfoResponse() => throw null;
public System.Collections.Generic.List<System.DateTime> MonthDbs { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, int> QueueCounts { get => throw null; set { } }
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public System.Collections.Generic.Dictionary<ServiceStack.Jobs.BackgroundJobState, int> StateCounts { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, int> TableCounts { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, int> WorkerCounts { get => throw null; set { } }
public System.Collections.Generic.List<ServiceStack.Jobs.WorkerStats> WorkerStats { get => throw null; set { } }
}
public class AdminQueryApiKeys : ServiceStack.IGet, ServiceStack.IReturn<ServiceStack.AdminApiKeysResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public string ApiKey { get => throw null; set { } }
public AdminQueryApiKeys() => throw null;
public int? Id { get => throw null; set { } }
public string OrderBy { get => throw null; set { } }
@@ -88,6 +199,37 @@ namespace ServiceStack
public string UserId { get => throw null; set { } }
public string UserName { get => throw null; set { } }
}
public class AdminQueryBackgroundJobs : ServiceStack.QueryDb<ServiceStack.Jobs.BackgroundJob>
{
public AdminQueryBackgroundJobs() => throw null;
public int? Id { get => throw null; set { } }
public string RefId { get => throw null; set { } }
}
public class AdminQueryCompletedJobs : ServiceStack.QueryDb<ServiceStack.Jobs.CompletedJob>
{
public AdminQueryCompletedJobs() => throw null;
public System.DateTime? Month { get => throw null; set { } }
}
public class AdminQueryFailedJobs : ServiceStack.QueryDb<ServiceStack.Jobs.FailedJob>
{
public AdminQueryFailedJobs() => throw null;
public System.DateTime? Month { get => throw null; set { } }
}
public class AdminQueryJobSummary : ServiceStack.QueryDb<ServiceStack.Jobs.JobSummary>
{
public AdminQueryJobSummary() => throw null;
public int? Id { get => throw null; set { } }
public string RefId { get => throw null; set { } }
}
public class AdminQueryRequestLogs : ServiceStack.QueryDb<ServiceStack.RequestLog>
{
public AdminQueryRequestLogs() => throw null;
public System.DateTime? Month { get => throw null; set { } }
}
public class AdminQueryScheduledTasks : ServiceStack.QueryDb<ServiceStack.Jobs.ScheduledTask>
{
public AdminQueryScheduledTasks() => throw null;
}
public class AdminQueryUsers : ServiceStack.IGet, ServiceStack.IReturn<ServiceStack.AdminUsersResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminQueryUsers() => throw null;
@@ -105,10 +247,29 @@ namespace ServiceStack
public bool? ModifiableConnection { get => throw null; set { } }
public int QueryLimit { get => throw null; set { } }
}
public class AdminRequeueFailedJobs : ServiceStack.IReturn<ServiceStack.AdminRequeueFailedJobsJobsResponse>, ServiceStack.IReturn
{
public AdminRequeueFailedJobs() => throw null;
public System.Collections.Generic.List<long> Ids { get => throw null; set { } }
}
public class AdminRequeueFailedJobsJobsResponse
{
public AdminRequeueFailedJobsJobsResponse() => throw null;
public System.Collections.Generic.Dictionary<long, string> Errors { get => throw null; set { } }
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public System.Collections.Generic.List<long> Results { get => throw null; set { } }
}
public class AdminRole
{
public AdminRole() => throw null;
public string Id { get => throw null; set { } }
public string Name { get => throw null; set { } }
}
public class AdminUi
{
public ServiceStack.ApiCss Css { get => throw null; set { } }
public AdminUi() => throw null;
public System.Collections.Generic.List<ServiceStack.PageInfo> Pages { get => throw null; set { } }
}
public class AdminUpdateApiKey : ServiceStack.IPatch, ServiceStack.IReturn<ServiceStack.EmptyResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
@@ -128,14 +289,25 @@ namespace ServiceStack
public string UserId { get => throw null; set { } }
public string UserName { get => throw null; set { } }
}
public class AdminUpdateRole : ServiceStack.IPost, ServiceStack.IReturn<ServiceStack.IdResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public System.Collections.Generic.List<ServiceStack.Property> AddClaims { get => throw null; set { } }
public AdminUpdateRole() => throw null;
public string Id { get => throw null; set { } }
public string Name { get => throw null; set { } }
public System.Collections.Generic.List<ServiceStack.Property> RemoveClaims { get => throw null; set { } }
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
}
public class AdminUpdateUser : ServiceStack.AdminUserBase, ServiceStack.IPut, ServiceStack.IReturn<ServiceStack.AdminUserResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public System.Collections.Generic.List<ServiceStack.Property> AddClaims { get => throw null; set { } }
public System.Collections.Generic.List<string> AddPermissions { get => throw null; set { } }
public System.Collections.Generic.List<string> AddRoles { get => throw null; set { } }
public AdminUpdateUser() => throw null;
public string Id { get => throw null; set { } }
public bool? LockUser { get => throw null; set { } }
public System.DateTimeOffset? LockUserUntil { get => throw null; set { } }
public System.Collections.Generic.List<ServiceStack.Property> RemoveClaims { get => throw null; set { } }
public System.Collections.Generic.List<string> RemovePermissions { get => throw null; set { } }
public System.Collections.Generic.List<string> RemoveRoles { get => throw null; set { } }
public bool? UnlockUser { get => throw null; set { } }
@@ -158,6 +330,7 @@ namespace ServiceStack
}
public class AdminUserResponse : ServiceStack.IHasResponseStatus
{
public System.Collections.Generic.List<ServiceStack.Property> Claims { get => throw null; set { } }
public AdminUserResponse() => throw null;
public System.Collections.Generic.List<System.Collections.Generic.Dictionary<string, object>> Details { get => throw null; set { } }
public string Id { get => throw null; set { } }
@@ -365,6 +538,7 @@ namespace ServiceStack
public static ServiceStack.MetadataType GetType(this ServiceStack.AppMetadata app, ServiceStack.MetadataTypeName typeRef) => throw null;
public static ServiceStack.MetadataType GetType(this ServiceStack.AppMetadata app, string @namespace, string name) => throw null;
public static object GetValue<T>(this ServiceStack.MetadataPropertyType prop, T model) => throw null;
public static bool IsRequired(this ServiceStack.MetadataPropertyType prop) => throw null;
public static bool IsSystemType(this ServiceStack.MetadataPropertyType prop) => throw null;
public static void PopulateInput(this ServiceStack.MetadataPropertyType property, ServiceStack.InputInfo input) => throw null;
public static System.Collections.Generic.List<ServiceStack.MetadataPropertyType> PopulatePrimaryKey(this System.Collections.Generic.List<ServiceStack.MetadataPropertyType> props) => throw null;
@@ -569,6 +743,104 @@ namespace ServiceStack
public string Encoding { get => throw null; }
public static ServiceStack.BrotliCompressor Instance { get => throw null; }
}
public class CachedApiClient : ServiceStack.ICachedServiceClient, System.IDisposable, ServiceStack.IHasBearerToken, ServiceStack.IHasSessionId, ServiceStack.IHasVersion, ServiceStack.IHttpRestClientAsync, ServiceStack.IOneWayClient, ServiceStack.IReplyClient, ServiceStack.IRestClient, ServiceStack.IRestClientAsync, ServiceStack.IRestClientSync, ServiceStack.IRestServiceClient, ServiceStack.IServiceClient, ServiceStack.IServiceClientAsync, ServiceStack.IServiceClientCommon, ServiceStack.IServiceClientSync, ServiceStack.IServiceGateway, ServiceStack.IServiceGatewayAsync
{
public void AddHeader(string name, string value) => throw null;
public string BearerToken { get => throw null; set { } }
public int CacheCount { get => throw null; }
public long CacheHits { get => throw null; }
public long CachesAdded { get => throw null; }
public long CachesRemoved { get => throw null; }
public void CancelAsync() => throw null;
public int CleanCachesWhenCountExceeds { get => throw null; set { } }
public System.TimeSpan? ClearCachesOlderThan { get => throw null; set { } }
public void ClearCookies() => throw null;
public System.TimeSpan? ClearExpiredCachesOlderThan { get => throw null; set { } }
public CachedApiClient(ServiceStack.JsonApiClient client, System.Collections.Concurrent.ConcurrentDictionary<string, ServiceStack.HttpCacheEntry> cache) => throw null;
public CachedApiClient(ServiceStack.JsonApiClient client) => throw null;
public void CustomMethod(string httpVerb, ServiceStack.IReturnVoid requestDto) => throw null;
public TResponse CustomMethod<TResponse>(string httpVerb, ServiceStack.IReturn<TResponse> requestDto) => throw null;
public TResponse CustomMethod<TResponse>(string httpVerb, object requestDto) => throw null;
public System.Threading.Tasks.Task<TResponse> CustomMethodAsync<TResponse>(string httpVerb, ServiceStack.IReturn<TResponse> requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<TResponse> CustomMethodAsync<TResponse>(string httpVerb, object requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task CustomMethodAsync(string httpVerb, ServiceStack.IReturnVoid requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<TResponse> CustomMethodAsync<TResponse>(string httpVerb, string relativeOrAbsoluteUrl, object request, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public void Delete(ServiceStack.IReturnVoid requestDto) => throw null;
public TResponse Delete<TResponse>(ServiceStack.IReturn<TResponse> request) => throw null;
public TResponse Delete<TResponse>(object request) => throw null;
public TResponse Delete<TResponse>(string relativeOrAbsoluteUrl) => throw null;
public System.Threading.Tasks.Task<TResponse> DeleteAsync<TResponse>(ServiceStack.IReturn<TResponse> requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<TResponse> DeleteAsync<TResponse>(object requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<TResponse> DeleteAsync<TResponse>(string relativeOrAbsoluteUrl, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task DeleteAsync(ServiceStack.IReturnVoid requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public void Dispose() => throw null;
public long ErrorFallbackHits { get => throw null; }
public void Get(ServiceStack.IReturnVoid request) => throw null;
public TResponse Get<TResponse>(ServiceStack.IReturn<TResponse> requestDto) => throw null;
public TResponse Get<TResponse>(object requestDto) => throw null;
public TResponse Get<TResponse>(string relativeOrAbsoluteUrl) => throw null;
public System.Threading.Tasks.Task<TResponse> GetAsync<TResponse>(ServiceStack.IReturn<TResponse> requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<TResponse> GetAsync<TResponse>(object requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<TResponse> GetAsync<TResponse>(string relativeOrAbsoluteUrl, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task GetAsync(ServiceStack.IReturnVoid requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Collections.Generic.Dictionary<string, string> GetCookieValues() => throw null;
public System.Collections.Generic.IEnumerable<TResponse> GetLazy<TResponse>(ServiceStack.IReturn<ServiceStack.QueryResponse<TResponse>> queryDto) => throw null;
public long NotModifiedHits { get => throw null; }
public object OnExceptionFilter(System.Net.Http.HttpResponseMessage webRes, string requestUri, System.Type responseType) => throw null;
public void Patch(ServiceStack.IReturnVoid requestDto) => throw null;
public TResponse Patch<TResponse>(ServiceStack.IReturn<TResponse> requestDto) => throw null;
public TResponse Patch<TResponse>(object requestDto) => throw null;
public TResponse Patch<TResponse>(string relativeOrAbsoluteUrl, object requestDto) => throw null;
public System.Threading.Tasks.Task<TResponse> PatchAsync<TResponse>(ServiceStack.IReturn<TResponse> requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<TResponse> PatchAsync<TResponse>(object requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task PatchAsync(ServiceStack.IReturnVoid requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public void Post(ServiceStack.IReturnVoid requestDto) => throw null;
public TResponse Post<TResponse>(ServiceStack.IReturn<TResponse> requestDto) => throw null;
public TResponse Post<TResponse>(object requestDto) => throw null;
public TResponse Post<TResponse>(string relativeOrAbsoluteUrl, object request) => throw null;
public System.Threading.Tasks.Task<TResponse> PostAsync<TResponse>(ServiceStack.IReturn<TResponse> requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<TResponse> PostAsync<TResponse>(object requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<TResponse> PostAsync<TResponse>(string relativeOrAbsoluteUrl, object request, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task PostAsync(ServiceStack.IReturnVoid requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public TResponse PostFile<TResponse>(string relativeOrAbsoluteUrl, System.IO.Stream fileToUpload, string fileName, string mimeType, string fieldName = default(string)) => throw null;
public TResponse PostFilesWithRequest<TResponse>(object request, System.Collections.Generic.IEnumerable<ServiceStack.UploadFile> files) => throw null;
public TResponse PostFilesWithRequest<TResponse>(string relativeOrAbsoluteUrl, object request, System.Collections.Generic.IEnumerable<ServiceStack.UploadFile> files) => throw null;
public TResponse PostFileWithRequest<TResponse>(System.IO.Stream fileToUpload, string fileName, object request, string fieldName = default(string)) => throw null;
public TResponse PostFileWithRequest<TResponse>(string relativeOrAbsoluteUrl, System.IO.Stream fileToUpload, string fileName, object request, string fieldName = default(string)) => throw null;
public void Publish(object requestDto) => throw null;
public void PublishAll(System.Collections.Generic.IEnumerable<object> requestDtos) => throw null;
public System.Threading.Tasks.Task PublishAllAsync(System.Collections.Generic.IEnumerable<object> requestDtos, System.Threading.CancellationToken token) => throw null;
public System.Threading.Tasks.Task PublishAsync(object requestDto, System.Threading.CancellationToken token) => throw null;
public void Put(ServiceStack.IReturnVoid requestDto) => throw null;
public TResponse Put<TResponse>(ServiceStack.IReturn<TResponse> requestDto) => throw null;
public TResponse Put<TResponse>(object requestDto) => throw null;
public TResponse Put<TResponse>(string relativeOrAbsoluteUrl, object requestDto) => throw null;
public System.Threading.Tasks.Task<TResponse> PutAsync<TResponse>(ServiceStack.IReturn<TResponse> requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<TResponse> PutAsync<TResponse>(object requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<TResponse> PutAsync<TResponse>(string relativeOrAbsoluteUrl, object request, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task PutAsync(ServiceStack.IReturnVoid requestDto, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public int RemoveCachesOlderThan(System.TimeSpan age) => throw null;
public int RemoveExpiredCachesOlderThan(System.TimeSpan age) => throw null;
public TResponse Send<TResponse>(string httpMethod, string relativeOrAbsoluteUrl, object request) => throw null;
public TResponse Send<TResponse>(object request) => throw null;
public System.Collections.Generic.List<TResponse> SendAll<TResponse>(System.Collections.Generic.IEnumerable<object> requests) => throw null;
public System.Threading.Tasks.Task<System.Collections.Generic.List<TResponse>> SendAllAsync<TResponse>(System.Collections.Generic.IEnumerable<object> requests, System.Threading.CancellationToken token) => throw null;
public void SendAllOneWay(System.Collections.Generic.IEnumerable<object> requests) => throw null;
public System.Threading.Tasks.Task<TResponse> SendAsync<TResponse>(string httpMethod, string absoluteUrl, object request, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<TResponse> SendAsync<TResponse>(object requestDto, System.Threading.CancellationToken token) => throw null;
public void SendOneWay(object requestDto) => throw null;
public void SendOneWay(string relativeOrAbsoluteUri, object requestDto) => throw null;
public string SessionId { get => throw null; set { } }
public void SetCache(System.Collections.Concurrent.ConcurrentDictionary<string, ServiceStack.HttpCacheEntry> cache) => throw null;
public void SetCookie(string name, string value, System.TimeSpan? expiresIn = default(System.TimeSpan?)) => throw null;
public void SetCredentials(string userName, string password) => throw null;
public int Version { get => throw null; set { } }
}
public static partial class CachedApiClientExtensions
{
public static ServiceStack.IServiceClient WithCache(this ServiceStack.JsonApiClient client) => throw null;
public static ServiceStack.IServiceClient WithCache(this ServiceStack.JsonApiClient client, System.Collections.Concurrent.ConcurrentDictionary<string, ServiceStack.HttpCacheEntry> cache) => throw null;
}
public class CachedServiceClient : ServiceStack.ICachedServiceClient, System.IDisposable, ServiceStack.IHasBearerToken, ServiceStack.IHasSessionId, ServiceStack.IHasVersion, ServiceStack.IHttpRestClientAsync, ServiceStack.IOneWayClient, ServiceStack.IReplyClient, ServiceStack.IRestClient, ServiceStack.IRestClientAsync, ServiceStack.IRestClientSync, ServiceStack.IRestServiceClient, ServiceStack.IServiceClient, ServiceStack.IServiceClientAsync, ServiceStack.IServiceClientCommon, ServiceStack.IServiceClientSync, ServiceStack.IServiceGateway, ServiceStack.IServiceGatewayAsync
{
public void AddHeader(string name, string value) => throw null;
@@ -723,9 +995,12 @@ namespace ServiceStack
public static T FromJson<T>(string json, System.Type requestType = default(System.Type)) => throw null;
public static object FromJson(System.Type type, string json) => throw null;
public static bool ImplicitRefInfo { get => throw null; set { } }
public static string IndentJson(string json) => throw null;
public static void PrintDump<T>(T obj) => throw null;
public static void Reset() => throw null;
public static bool SkipEmptyArrays { get => throw null; set { } }
public static string ToJson<T>(T obj) => throw null;
public static string ToSystemJson<T>(T obj) => throw null;
public static ServiceStack.UseSystemJson UseSystemJson { get => throw null; set { } }
}
public static class ClientDiagnostics
@@ -1011,6 +1286,7 @@ namespace ServiceStack
{
public ServiceStack.ApiCss Css { get => throw null; set { } }
public ExplorerUi() => throw null;
public string JsConfig { get => throw null; set { } }
public ServiceStack.AppTags Tags { get => throw null; set { } }
}
public class FieldCss
@@ -1161,6 +1437,22 @@ namespace ServiceStack
public const int KeySizeBytes = 32;
public static bool Verify(byte[] authEncryptedBytes, byte[] authKey) => throw null;
}
public class HourStat
{
public int Count { get => throw null; set { } }
public HourStat() => throw null;
public string Hour { get => throw null; set { } }
public ServiceStack.Jobs.BackgroundJobState State { get => throw null; set { } }
}
public class HourSummary
{
public int Cancelled { get => throw null; set { } }
public int Completed { get => throw null; set { } }
public HourSummary() => throw null;
public int Failed { get => throw null; set { } }
public string Hour { get => throw null; set { } }
public int Total { get => throw null; set { } }
}
namespace Html
{
public static class Formats
@@ -1408,6 +1700,24 @@ namespace ServiceStack
{
void Cancel();
}
public class JobStat
{
public int Count { get => throw null; set { } }
public JobStat() => throw null;
public string Name { get => throw null; set { } }
public bool Retries { get => throw null; set { } }
public ServiceStack.Jobs.BackgroundJobState State { get => throw null; set { } }
}
public class JobStatSummary
{
public int Cancelled { get => throw null; set { } }
public int Completed { get => throw null; set { } }
public JobStatSummary() => throw null;
public int Failed { get => throw null; set { } }
public string Name { get => throw null; set { } }
public int Retries { get => throw null; set { } }
public int Total { get => throw null; set { } }
}
public class JsonApiClient : System.IDisposable, ServiceStack.IHasBearerToken, ServiceStack.IHasCookieContainer, ServiceStack.IHasSessionId, ServiceStack.IHasVersion, ServiceStack.IHttpRestClientAsync, ServiceStack.IJsonServiceClient, ServiceStack.IOneWayClient, ServiceStack.IReplyClient, ServiceStack.IRestClient, ServiceStack.IRestClientAsync, ServiceStack.IRestClientSync, ServiceStack.IRestServiceClient, ServiceStack.IServiceClient, ServiceStack.IServiceClientAsync, ServiceStack.IServiceClientCommon, ServiceStack.IServiceClientMeta, ServiceStack.IServiceClientSync, ServiceStack.IServiceGateway, ServiceStack.IServiceGatewayAsync, ServiceStack.IServiceGatewayFormAsync
{
public void AddHeader(string name, string value) => throw null;
@@ -1647,6 +1957,7 @@ namespace ServiceStack
public const string Actor = default;
public const string Address = default;
public const string Algorithm = default;
public const string ApiKey = default;
public const string Audience = default;
public const string AuthClass = default;
public const string AuthMethod = default;
@@ -1667,6 +1978,7 @@ namespace ServiceStack
public const string GivenName = default;
public const string Groups = default;
public const string IdentityProvider = default;
public const string IdentityRole = default;
public const string IssuedAt = default;
public const string Issuer = default;
public const string JwtId = default;
@@ -2032,7 +2344,6 @@ namespace ServiceStack
public string Package { get => throw null; set { } }
public bool SettersReturnThis { get => throw null; set { } }
public System.Collections.Generic.List<string> TreatTypesAsStrings { get => throw null; set { } }
public string UsePath { get => throw null; set { } }
}
public class ModifyValidationRules : ServiceStack.IReturn, ServiceStack.IReturnVoid
{
@@ -2065,6 +2376,12 @@ namespace ServiceStack
public NewInstanceResolver() => throw null;
public T TryResolve<T>() => throw null;
}
public class PageInfo
{
public string Component { get => throw null; set { } }
public PageInfo() => throw null;
public string Page { get => throw null; set { } }
}
public class PartialApiKey : ServiceStack.IMeta
{
public bool Active { get => throw null; set { } }
@@ -2257,9 +2574,19 @@ namespace ServiceStack
public ReplaceFileUploadResponse() => throw null;
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
}
public class RequestLogsAnalytics
{
public RequestLogsAnalytics() => throw null;
public bool? DisableAnalytics { get => throw null; set { } }
public bool? DisableApiKeyAnalytics { get => throw null; set { } }
public bool? DisableUserAnalytics { get => throw null; set { } }
public System.Collections.Generic.List<string> Months { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Tabs { get => throw null; set { } }
}
public class RequestLogsInfo : ServiceStack.IMeta
{
public string AccessRole { get => throw null; set { } }
public ServiceStack.RequestLogsAnalytics Analytics { get => throw null; set { } }
public RequestLogsInfo() => throw null;
public int DefaultLimit { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
@@ -2717,7 +3044,7 @@ namespace ServiceStack
public virtual TResponse PostFilesWithRequest<TResponse>(string relativeOrAbsoluteUrl, object request, System.Collections.Generic.IEnumerable<ServiceStack.UploadFile> files) => throw null;
public virtual TResponse PostFileWithRequest<TResponse>(System.IO.Stream fileToUpload, string fileName, object request, string fieldName = default(string)) => throw null;
public virtual TResponse PostFileWithRequest<TResponse>(string relativeOrAbsoluteUrl, System.IO.Stream fileToUpload, string fileName, object request, string fieldName = default(string)) => throw null;
protected System.Net.WebRequest PrepareWebRequest(string httpMethod, string requestUri, object request, System.Action<System.Net.HttpWebRequest> sendRequestAction) => throw null;
protected virtual System.Net.WebRequest PrepareWebRequest(string httpMethod, string requestUri, object request, System.Action<System.Net.HttpWebRequest> sendRequestAction) => throw null;
public System.Net.IWebProxy Proxy { get => throw null; set { } }
public virtual void Publish(object requestDto) => throw null;
public void Publish<T>(T requestDto) => throw null;
@@ -2853,6 +3180,7 @@ namespace ServiceStack
}
public static class ServiceClientUtils
{
public static object AssertRequestDto(object requestDto) => throw null;
public static string GetAutoQueryMethod(System.Type requestType) => throw null;
public static string GetHttpMethod(System.Type requestType) => throw null;
public static string GetIVerbMethod(System.Type requestType) => throw null;
@@ -2942,6 +3270,8 @@ namespace ServiceStack
public static byte[] Compress(this string text, string compressionType, System.Text.Encoding encoding = default(System.Text.Encoding)) => throw null;
public static byte[] CompressBytes(this byte[] bytes, string compressionType) => throw null;
public static System.IO.Stream CompressStream(this System.IO.Stream stream, string compressionType) => throw null;
public static string ComputeSha256(this byte[] data) => throw null;
public static string ComputeSha256(this System.IO.Stream stream) => throw null;
public static string Decompress(this byte[] gzBuffer, string compressionType) => throw null;
public static System.IO.Stream Decompress(this System.IO.Stream gzStream, string compressionType) => throw null;
public static byte[] DecompressBytes(this byte[] gzBuffer, string compressionType) => throw null;
@@ -3029,6 +3359,7 @@ namespace ServiceStack
{
public ServiceStack.AdminUi Admin { get => throw null; set { } }
public System.Collections.Generic.List<ServiceStack.LinkInfo> AdminLinks { get => throw null; set { } }
public System.Collections.Generic.List<string> AdminLinksOrder { get => throw null; set { } }
public System.Collections.Generic.List<string> AlwaysHideTags { get => throw null; set { } }
public ServiceStack.ImageInfo BrandIcon { get => throw null; set { } }
public UiInfo() => throw null;
@@ -3039,6 +3370,7 @@ namespace ServiceStack
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
public System.Collections.Generic.List<string> Modules { get => throw null; set { } }
public ServiceStack.ThemeInfo Theme { get => throw null; set { } }
public ServiceStack.ImageInfo UserIcon { get => throw null; set { } }
}
public class UnAssignRoles : ServiceStack.IMeta, ServiceStack.IPost, ServiceStack.IReturn<ServiceStack.UnAssignRolesResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
@@ -3118,6 +3450,20 @@ namespace ServiceStack
public static string ToUrl(this object requestDto, string httpMethod, System.Func<System.Type, string> fallback) => throw null;
}
public delegate string UrlResolverDelegate(ServiceStack.IServiceClientMeta client, string httpMethod, string relativeOrAbsoluteUrl);
public static class UserAgentHelper
{
public static (string, string) GetBrowserInfo(string userAgent) => throw null;
public static string GetDeviceType(string userAgent) => throw null;
public static bool IsBotUserAgent(string userAgent, out string botName) => throw null;
public static readonly System.Text.RegularExpressions.Regex RegexAppleWebKit;
public static readonly System.Text.RegularExpressions.Regex RegexChrome;
public static readonly System.Text.RegularExpressions.Regex RegexChromium;
public static readonly System.Text.RegularExpressions.Regex RegexEdge;
public static readonly System.Text.RegularExpressions.Regex RegexFirefox;
public static readonly System.Text.RegularExpressions.Regex RegexSafari;
public static readonly System.Text.RegularExpressions.Regex RegexSamsung;
public static readonly System.Text.RegularExpressions.Regex RegexUCBrowser;
}
public class UserApiKey : ServiceStack.IMeta
{
public UserApiKey() => throw null;

View File

@@ -7,9 +7,9 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.Http/8.0.0/Microsoft.Extensions.Http.csproj" />
<ProjectReference Include="../../ServiceStack.Interfaces/8.5.2/ServiceStack.Interfaces.csproj" />
<ProjectReference Include="../../ServiceStack.Text/8.5.2/ServiceStack.Text.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Http/10.0.0/Microsoft.Extensions.Http.csproj" />
<ProjectReference Include="../../ServiceStack.Interfaces/10.0.4/ServiceStack.Interfaces.csproj" />
<ProjectReference Include="../../ServiceStack.Text/10.0.4/ServiceStack.Text.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -178,6 +178,53 @@ namespace ServiceStack
public static T Resolve<T>(this ServiceStack.Configuration.IResolver container) => throw null;
public static T Resolve<T>(this ServiceStack.IContainer container) => throw null;
}
namespace Cronos
{
public sealed class CronExpression : System.IEquatable<ServiceStack.Cronos.CronExpression>
{
public static readonly ServiceStack.Cronos.CronExpression Daily;
public bool Equals(ServiceStack.Cronos.CronExpression other) => throw null;
public override bool Equals(object obj) => throw null;
public static readonly ServiceStack.Cronos.CronExpression EveryMinute;
public static readonly ServiceStack.Cronos.CronExpression EverySecond;
public override int GetHashCode() => throw null;
public System.DateTime? GetNextOccurrence(System.DateTime fromUtc, bool inclusive = default(bool)) => throw null;
public System.DateTime? GetNextOccurrence(System.DateTime fromUtc, System.TimeZoneInfo zone, bool inclusive = default(bool)) => throw null;
public System.DateTimeOffset? GetNextOccurrence(System.DateTimeOffset from, System.TimeZoneInfo zone, bool inclusive = default(bool)) => throw null;
public System.Collections.Generic.IEnumerable<System.DateTime> GetOccurrences(System.DateTime fromUtc, System.DateTime toUtc, bool fromInclusive = default(bool), bool toInclusive = default(bool)) => throw null;
public System.Collections.Generic.IEnumerable<System.DateTime> GetOccurrences(System.DateTime fromUtc, System.DateTime toUtc, System.TimeZoneInfo zone, bool fromInclusive = default(bool), bool toInclusive = default(bool)) => throw null;
public System.Collections.Generic.IEnumerable<System.DateTimeOffset> GetOccurrences(System.DateTimeOffset from, System.DateTimeOffset to, System.TimeZoneInfo zone, bool fromInclusive = default(bool), bool toInclusive = default(bool)) => throw null;
public static readonly ServiceStack.Cronos.CronExpression Hourly;
public static readonly ServiceStack.Cronos.CronExpression Monthly;
public static bool operator ==(ServiceStack.Cronos.CronExpression left, ServiceStack.Cronos.CronExpression right) => throw null;
public static bool operator !=(ServiceStack.Cronos.CronExpression left, ServiceStack.Cronos.CronExpression right) => throw null;
public static ServiceStack.Cronos.CronExpression Parse(string expression) => throw null;
public static ServiceStack.Cronos.CronExpression Parse(string expression, ServiceStack.Cronos.CronFormat format) => throw null;
public override string ToString() => throw null;
public static bool TryParse(string expression, out ServiceStack.Cronos.CronExpression cronExpression) => throw null;
public static bool TryParse(string expression, ServiceStack.Cronos.CronFormat format, out ServiceStack.Cronos.CronExpression cronExpression) => throw null;
public static readonly ServiceStack.Cronos.CronExpression Weekly;
public static readonly ServiceStack.Cronos.CronExpression Yearly;
}
[System.Flags]
public enum CronFormat
{
Standard = 0,
IncludeSeconds = 1,
}
public class CronFormatException : System.FormatException
{
public CronFormatException() => throw null;
public CronFormatException(string message) => throw null;
public CronFormatException(string message, System.Exception innerException) => throw null;
protected CronFormatException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null;
}
public static class DateTimeHelper
{
public static System.DateTimeOffset FloorToSeconds(System.DateTimeOffset dateTimeOffset) => throw null;
public static bool IsRound(System.DateTimeOffset dateTimeOffset) => throw null;
}
}
namespace Data
{
public class DbConnectionFactory : ServiceStack.Data.IDbConnectionFactory
@@ -193,9 +240,22 @@ namespace ServiceStack
}
public interface IDbConnectionFactoryExtended : ServiceStack.Data.IDbConnectionFactory
{
System.Data.IDbConnection OpenDbConnection(System.Action<System.Data.IDbConnection> configure);
System.Data.IDbConnection OpenDbConnection(string namedConnection);
System.Data.IDbConnection OpenDbConnection(string namedConnection, System.Action<System.Data.IDbConnection> configure);
System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionAsync(System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionAsync(System.Action<System.Data.IDbConnection> configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionAsync(string namedConnection, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionAsync(string namedConnection, System.Action<System.Data.IDbConnection> configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
System.Data.IDbConnection OpenDbConnectionString(string connectionString);
System.Data.IDbConnection OpenDbConnectionString(string connectionString, System.Action<System.Data.IDbConnection> configure);
System.Data.IDbConnection OpenDbConnectionString(string connectionString, string providerName);
System.Data.IDbConnection OpenDbConnectionString(string connectionString, string providerName, System.Action<System.Data.IDbConnection> configure);
System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionStringAsync(string connectionString, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionStringAsync(string connectionString, System.Action<System.Data.IDbConnection> configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionStringAsync(string connectionString, string providerName, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionStringAsync(string connectionString, string providerName, System.Action<System.Data.IDbConnection> configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
System.Data.IDbConnection Use(System.Data.IDbConnection connection, System.Data.IDbTransaction trans = default(System.Data.IDbTransaction));
}
public interface IHasDbCommand
{
@@ -218,14 +278,19 @@ namespace ServiceStack
public static TValue GetValue<TValue, TKey>(this System.Collections.Generic.Dictionary<TKey, TValue> dictionary, TKey key, System.Func<TValue> defaultValue) => throw null;
public static TValue GetValueOrDefault<TValue, TKey>(this System.Collections.Generic.Dictionary<TKey, TValue> dictionary, TKey key) => throw null;
public static bool IsNullOrEmpty(this System.Collections.IDictionary dictionary) => throw null;
public static System.Collections.Generic.IEnumerable<TKey> KeysWithoutLock<TKey, TElement>(this System.Collections.Concurrent.ConcurrentDictionary<TKey, TElement> source) => throw null;
public static System.Collections.Generic.Dictionary<TKey, TValue> Merge<TKey, TValue>(this System.Collections.Generic.IDictionary<TKey, TValue> initial, params System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>[] withSources) => throw null;
public static System.Collections.Generic.Dictionary<TKey, TValue> MoveKey<TKey, TValue>(this System.Collections.Generic.Dictionary<TKey, TValue> map, TKey oldKey, TKey newKey, System.Func<TValue, TValue> valueFilter = default(System.Func<TValue, TValue>)) => throw null;
public static System.Collections.Generic.KeyValuePair<TKey, TValue> PairWith<TKey, TValue>(this TKey key, TValue value) => throw null;
public static System.Collections.Generic.Dictionary<TKey, TValue> RemoveKey<TKey, TValue>(this System.Collections.Generic.Dictionary<TKey, TValue> map, TKey key) => throw null;
public static System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> ToConcurrentDictionary<TKey, TValue>(this System.Collections.Generic.IDictionary<TKey, TValue> from) => throw null;
public static System.Collections.Generic.Dictionary<TKey, TValue> ToDictionary<TKey, TValue>(this System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> map) => throw null;
public static bool TryGetList(this System.Collections.Generic.Dictionary<string, object> dictionary, string key, out System.Collections.Generic.List<object> value) => throw null;
public static bool TryGetObject(this System.Collections.Generic.Dictionary<string, object> dictionary, string key, out System.Collections.Generic.Dictionary<string, object> value) => throw null;
public static bool TryGetValue<T>(this System.Collections.Generic.Dictionary<string, object> dictionary, string key, out T value) => throw null;
public static bool TryRemove<TKey, TValue>(this System.Collections.Generic.Dictionary<TKey, TValue> map, TKey key, out TValue value) => throw null;
public static bool UnorderedEquivalentTo<K, V>(this System.Collections.Generic.IDictionary<K, V> thisMap, System.Collections.Generic.IDictionary<K, V> otherMap) => throw null;
public static System.Collections.Generic.IEnumerable<TElement> ValuesWithoutLock<TKey, TElement>(this System.Collections.Concurrent.ConcurrentDictionary<TKey, TElement> source) => throw null;
}
public static partial class DirectoryInfoExtensions
{
@@ -340,6 +405,18 @@ namespace ServiceStack
public static System.Threading.Tasks.Task<bool> WaitUntilTrueAsync(System.Func<bool> action, System.TimeSpan? timeOut = default(System.TimeSpan?)) => throw null;
public static System.Threading.Tasks.Task<bool> WaitUntilTrueAsync(System.Func<System.Threading.Tasks.Task<bool>> action, System.TimeSpan? timeOut = default(System.TimeSpan?)) => throw null;
}
namespace ExpressionUtil
{
public static class ExpressionCacheKey
{
public static bool CanCache(System.Linq.Expressions.Expression expr) => throw null;
public static class ClosureSafety
{
public static bool HasMutableClosure(System.Linq.Expressions.Expression expr) => throw null;
}
public static bool TryGetKey(System.Linq.Expressions.LambdaExpression expr, out string key) => throw null;
}
}
public static class ExpressionUtils
{
public static System.Collections.Generic.Dictionary<string, object> AssignedValues<T>(this System.Linq.Expressions.Expression<System.Func<T>> expr) => throw null;
@@ -711,6 +788,7 @@ namespace ServiceStack
public string EnsureDirectory(string dirPath) => throw null;
public override bool FileExists(string virtualPath) => throw null;
protected override sealed void Initialize() => throw null;
public static bool IsPathSafe(string basePath, string relativePath) => throw null;
public override string RealPathSeparator { get => throw null; }
public static void RecreateDirectory(string dirPath, int timeoutMs = default(int)) => throw null;
protected ServiceStack.VirtualPath.FileSystemVirtualDirectory RootDir;
@@ -1030,9 +1108,31 @@ namespace ServiceStack
}
public static class JSON
{
public static object Deserialize(string json, System.Type type) => throw null;
public static object parse(string json) => throw null;
public static System.Collections.Generic.List<object> ParseArray(string json) => throw null;
public static System.Collections.Generic.Dictionary<string, object> ParseObject(string json) => throw null;
public static object parseSpan(System.ReadOnlySpan<char> json) => throw null;
public static string stringify(object value) => throw null;
public static bool TryParseArray(string json, out System.Collections.Generic.List<object> value) => throw null;
public static bool TryParseObject(string json, out System.Collections.Generic.Dictionary<string, object> value) => throw null;
}
public class JsonComplexTypeSerializer : ServiceStack.Text.IStringSerializer
{
public JsonComplexTypeSerializer() => throw null;
public ServiceStack.JsonSerializerType DefaultSerializer { get => throw null; set { } }
public To DeserializeFromString<To>(string json) => throw null;
public object DeserializeFromString(string json, System.Type type) => throw null;
public System.Collections.Generic.HashSet<System.Type> JsonObjectTypes { get => throw null; set { } }
public string SerializeToString<TFrom>(TFrom from) => throw null;
public System.Collections.Generic.HashSet<System.Type> ServiceStackJsonTypes { get => throw null; set { } }
public System.Collections.Generic.HashSet<System.Type> SystemJsonTypes { get => throw null; set { } }
}
public enum JsonSerializerType
{
ServiceStackJson = 0,
SystemJson = 1,
JsonObject = 2,
}
namespace Logging
{
@@ -4177,6 +4277,21 @@ namespace ServiceStack
public ServiceStack.Logging.ILog GetLogger(string typeName) => throw null;
}
}
public static class SvgCreator
{
public static string CreateGradeDataUri(char grade) => throw null;
public static string CreateGradeSvg(char grade) => throw null;
public static string CreateSvg(char letter, string bgColor = default(string), string textColor = default(string)) => throw null;
public static string CreateSvgDataUri(char letter, string bgColor = default(string), string textColor = default(string)) => throw null;
public static string[] DarkColors { get => throw null; set { } }
public static string DataUriToSvg(string dataUri) => throw null;
public static string Decode(string dataUri) => throw null;
public static string Encode(string svg) => throw null;
public static string GetDarkColor(int index) => throw null;
public static string GradeBgColor(char grade) => throw null;
public static char GradeLetter(int votes) => throw null;
public static string ToDataUri(string svg) => throw null;
}
public static class TaskExt
{
public static System.Threading.Tasks.Task<object> AsTaskException(this System.Exception ex) => throw null;
@@ -4235,6 +4350,7 @@ namespace ServiceStack
public static ServiceStack.StaticActionInvoker GetStaticActionInvokerToCache(System.Reflection.MethodInfo method) => throw null;
public static ServiceStack.StaticMethodInvoker GetStaticInvoker(this System.Reflection.MethodInfo method) => throw null;
public static ServiceStack.StaticMethodInvoker GetStaticInvokerToCache(System.Reflection.MethodInfo method) => throw null;
public static bool IsRefStruct(this System.Type type) => throw null;
}
public class UrnId
{
@@ -4523,6 +4639,7 @@ namespace ServiceStack
public static ServiceStack.IO.IVirtualFile GetDefaultDocument(this ServiceStack.IO.IVirtualDirectory dir, System.Collections.Generic.List<string> defaultDocuments) => throw null;
public static ServiceStack.IO.IVirtualNode GetVirtualNode(this ServiceStack.IO.IVirtualPathProvider pathProvider, string virtualPath) => throw null;
public static System.Collections.Generic.IEnumerable<System.Linq.IGrouping<string, string[]>> GroupByFirstToken(this System.Collections.Generic.IEnumerable<string> resourceNames, char pathSeparator = default(char)) => throw null;
public static readonly System.Collections.Generic.HashSet<char> InvalidFileNameChars;
public static bool IsDirectory(this ServiceStack.IO.IVirtualNode node) => throw null;
public static bool IsFile(this ServiceStack.IO.IVirtualNode node) => throw null;
public static bool IsValidFileName(string path) => throw null;

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../ServiceStack.Interfaces/10.0.4/ServiceStack.Interfaces.csproj" />
<ProjectReference Include="../../ServiceStack.Text/10.0.4/ServiceStack.Text.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1039,6 +1039,12 @@ namespace ServiceStack
{
public IgnoreOnUpdateAttribute() => throw null;
}
[System.AttributeUsage((System.AttributeTargets)132)]
public class IncludeMetadataAttribute : ServiceStack.AttributeBase
{
public IncludeMetadataAttribute(System.Type type) => throw null;
public System.Type Type { get => throw null; }
}
[System.AttributeUsage((System.AttributeTargets)396)]
public class IndexAttribute : ServiceStack.AttributeBase
{
@@ -1056,6 +1062,7 @@ namespace ServiceStack
public MapColumnAttribute(string table, string column) => throw null;
public string Table { get => throw null; set { } }
}
[System.AttributeUsage((System.AttributeTargets)132, AllowMultiple = true, Inherited = true)]
public class MetaAttribute : ServiceStack.AttributeBase
{
public MetaAttribute(string name, string value) => throw null;
@@ -1174,6 +1181,9 @@ namespace ServiceStack
public class ReferenceAttribute : ServiceStack.AttributeBase
{
public ReferenceAttribute() => throw null;
public string RefId { get => throw null; set { } }
public string RefLabel { get => throw null; set { } }
public string SelfId { get => throw null; set { } }
}
[System.AttributeUsage((System.AttributeTargets)128)]
public class ReferenceFieldAttribute : ServiceStack.AttributeBase
@@ -1347,6 +1357,11 @@ namespace ServiceStack
public EmitFSharp(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null;
}
[System.AttributeUsage((System.AttributeTargets)140, AllowMultiple = true)]
public class EmitGo : ServiceStack.EmitCodeAttribute
{
public EmitGo(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null;
}
[System.AttributeUsage((System.AttributeTargets)140, AllowMultiple = true)]
public class EmitJava : ServiceStack.EmitCodeAttribute
{
public EmitJava(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null;
@@ -1367,6 +1382,16 @@ namespace ServiceStack
public EmitPython(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null;
}
[System.AttributeUsage((System.AttributeTargets)140, AllowMultiple = true)]
public class EmitRuby : ServiceStack.EmitCodeAttribute
{
public EmitRuby(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null;
}
[System.AttributeUsage((System.AttributeTargets)140, AllowMultiple = true)]
public class EmitRust : ServiceStack.EmitCodeAttribute
{
public EmitRust(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null;
}
[System.AttributeUsage((System.AttributeTargets)140, AllowMultiple = true)]
public class EmitSwift : ServiceStack.EmitCodeAttribute
{
public EmitSwift(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null;
@@ -1381,6 +1406,11 @@ namespace ServiceStack
{
public EmitVb(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null;
}
[System.AttributeUsage((System.AttributeTargets)140, AllowMultiple = true)]
public class EmitZig : ServiceStack.EmitCodeAttribute
{
public EmitZig(params string[] statements) : base(default(ServiceStack.Lang), default(string)) => throw null;
}
public class EmptyResponse : ServiceStack.IHasResponseStatus
{
public EmptyResponse() => throw null;
@@ -1542,6 +1572,7 @@ namespace ServiceStack
string Key { get; }
int? RefId { get; }
string RefIdStr { get; }
string UserAuthId { get; }
}
public interface IApiKeyResolver
{
@@ -1550,6 +1581,8 @@ namespace ServiceStack
public interface IApiKeySource
{
System.Threading.Tasks.Task<ServiceStack.IApiKey> GetApiKeyAsync(string key);
System.Threading.Tasks.Task<ServiceStack.IApiKey> GetApiKeyByIdAsync(int id);
System.Threading.Tasks.Task<System.Collections.Generic.List<ServiceStack.IApiKey>> GetApiKeysByUserIdAsync(string userId);
}
public interface IApiResponseDescription
{
@@ -1714,6 +1747,10 @@ namespace ServiceStack
{
int Version { get; set; }
}
public interface IHasWriteLock
{
object WriteLock { get; }
}
public interface IHtmlString
{
string ToHtmlString();
@@ -2342,6 +2379,7 @@ namespace ServiceStack
public System.Threading.CancellationToken? Token { get => throw null; set { } }
public bool Transient { get => throw null; set { } }
public object TransientRequest { get => throw null; set { } }
public object TransientResponse { get => throw null; set { } }
}
public abstract class BackgroundJobBase : ServiceStack.IMeta
{
@@ -2442,6 +2480,7 @@ namespace ServiceStack
public interface IBackgroundJobs
{
bool CancelJob(long jobId);
System.Collections.Generic.List<long> CancelJobs(ServiceStack.Jobs.BackgroundJobState? state = default(ServiceStack.Jobs.BackgroundJobState?), string worker = default(string));
void CancelWorker(string worker);
void CompleteJob(ServiceStack.Jobs.BackgroundJob job, object response = default(object));
object CreateRequest(ServiceStack.Jobs.BackgroundJobBase job);
@@ -2465,6 +2504,7 @@ namespace ServiceStack
void RequeueFailedJob(long jobId);
ServiceStack.Jobs.BackgroundJob RunCommand(string commandName, object arg, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions));
System.Threading.Tasks.Task<object> RunCommandAsync(string commandName, object arg, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions));
System.Collections.Generic.ICollection<ServiceStack.Jobs.ScheduledTask> ScheduledTasks { get; }
System.Threading.Tasks.Task StartAsync(System.Threading.CancellationToken stoppingToken);
System.Threading.Tasks.Task TickAsync();
void UpdateJobStatus(ServiceStack.Jobs.BackgroundJobStatusUpdate status);
@@ -2552,13 +2592,18 @@ namespace ServiceStack
FSharp = 2,
Vb = 4,
TypeScript = 8,
Dart = 16,
Swift = 32,
Java = 64,
Kotlin = 128,
Python = 256,
Go = 512,
Php = 1024,
JavaScript = 16,
CommonJs = 32,
Dart = 64,
Swift = 128,
Java = 256,
Kotlin = 512,
Python = 1024,
Go = 2048,
Php = 4096,
Ruby = 8192,
Rust = 16384,
Zig = 32768,
}
public enum Lifetime
{
@@ -2574,11 +2619,11 @@ namespace ServiceStack
}
public static class Locks
{
public static void AddLock(string name) => throw null;
public static readonly object AppDb;
public static object GetDbLock(string namedConnection = default(string)) => throw null;
public static readonly object JobsDb;
public static System.Collections.Generic.Dictionary<string, object> NamedConnections { get => throw null; }
public static readonly object RequestsDb;
public static object TryGetLock(string worker) => throw null;
public static System.Collections.Generic.Dictionary<string, object> Workers { get => throw null; }
}
@@ -3049,6 +3094,10 @@ namespace ServiceStack
public interface IHasStringId : ServiceStack.Model.IHasId<string>
{
}
public interface IHasTag
{
string Tag { get; set; }
}
public interface IMutId<T>
{
T Id { get; set; }
@@ -5353,6 +5402,38 @@ namespace ServiceStack
public static ServiceStack.RequestAttributes ToRequestAttribute(this ServiceStack.Format format) => throw null;
public static ServiceStack.Feature ToSoapFeature(this ServiceStack.RequestAttributes attributes) => throw null;
}
public class RequestLog : ServiceStack.IMeta
{
public string AbsoluteUri { get => throw null; set { } }
public RequestLog() => throw null;
public System.DateTime DateTime { get => throw null; set { } }
public ServiceStack.ResponseStatus Error { get => throw null; set { } }
public string ExceptionDataBody { get => throw null; set { } }
public string ExceptionSource { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> FormData { get => throw null; set { } }
public string ForwardedFor { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Headers { get => throw null; set { } }
public string HttpMethod { get => throw null; set { } }
public long Id { get => throw null; set { } }
public string IpAddress { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Items { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
public string OperationName { get => throw null; set { } }
public string PathInfo { get => throw null; set { } }
public string Referer { get => throw null; set { } }
public string Request { get => throw null; set { } }
public string RequestBody { get => throw null; set { } }
public System.TimeSpan RequestDuration { get => throw null; set { } }
public string Response { get => throw null; set { } }
public string ResponseBody { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> ResponseHeaders { get => throw null; set { } }
public string SessionBody { get => throw null; set { } }
public string SessionId { get => throw null; set { } }
public int StatusCode { get => throw null; set { } }
public string StatusDescription { get => throw null; set { } }
public string TraceId { get => throw null; set { } }
public string UserAuthId { get => throw null; set { } }
}
public class RequestLogEntry : ServiceStack.IMeta
{
public string AbsoluteUri { get => throw null; set { } }
@@ -5558,6 +5639,7 @@ namespace ServiceStack
public static class SvgIcons
{
public const string Apple = default;
public const string Chat = default;
public const string Completed = default;
public const string Facebook = default;
public const string Failed = default;
@@ -5766,6 +5848,11 @@ namespace ServiceStack
{
public ValidateGreaterThanOrEqualAttribute(int value) => throw null;
}
public class ValidateHasAnyRoleAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication
{
public ValidateHasAnyRoleAttribute(string[] roles) => throw null;
public string[] Roles { get => throw null; }
}
public class ValidateHasClaimAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication
{
public ValidateHasClaimAttribute(string type, string value) => throw null;
@@ -5777,11 +5864,21 @@ namespace ServiceStack
public ValidateHasPermissionAttribute(string permission) => throw null;
public string Permission { get => throw null; }
}
public class ValidateHasPermissionsAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication
{
public ValidateHasPermissionsAttribute(string[] permissions) => throw null;
public string[] Roles { get => throw null; }
}
public class ValidateHasRoleAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication
{
public ValidateHasRoleAttribute(string role) => throw null;
public string Role { get => throw null; }
}
public class ValidateHasRolesAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication
{
public ValidateHasRolesAttribute(string[] roles) => throw null;
public string[] Roles { get => throw null; }
}
public class ValidateHasScopeAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication
{
public ValidateHasScopeAttribute(string scope) => throw null;
@@ -6189,6 +6286,5 @@ namespace ServiceStack
{
public const string AppDb = default;
public const string JobsDb = default;
public const string RequestsDb = default;
}
}

View File

@@ -172,6 +172,7 @@ namespace ServiceStack
protected override void ConvertToPlaceholderAndParameter(ref object right) => throw null;
public SqlServerExpression(ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider) : base(default(ServiceStack.OrmLite.IOrmLiteDialectProvider)) => throw null;
protected override string GetCoalesceExpression(System.Linq.Expressions.BinaryExpression b, object left, object right) => throw null;
protected override string GetModExpression(System.Linq.Expressions.BinaryExpression b, object left, object right) => throw null;
public override string GetSubstringSql(object quotedColumn, int startIndex, int? length = default(int?)) => throw null;
public override void PrepareUpdateStatement(System.Data.IDbCommand dbCmd, T item, bool excludeDefaults = default(bool)) => throw null;
public override string ToDeleteRowStatement() => throw null;
@@ -184,16 +185,17 @@ namespace ServiceStack
public override System.Data.IDbConnection CreateConnection(string connectionString, System.Collections.Generic.Dictionary<string, string> options) => throw null;
public override System.Data.IDbDataParameter CreateParam() => throw null;
public SqlServerOrmLiteDialectProvider() => throw null;
public System.Collections.Generic.Dictionary<string, string> DateFormatMap;
public override void DisableForeignKeysCheck(System.Data.IDbCommand cmd) => throw null;
public override System.Threading.Tasks.Task DisableForeignKeysCheckAsync(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public override void DisableIdentityInsert<T>(System.Data.IDbCommand cmd) => throw null;
public override System.Threading.Tasks.Task DisableIdentityInsertAsync<T>(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public override bool DoesColumnExist(System.Data.IDbConnection db, string columnName, string tableName, string schema = default(string)) => throw null;
public override System.Threading.Tasks.Task<bool> DoesColumnExistAsync(System.Data.IDbConnection db, string columnName, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public override bool DoesColumnExist(System.Data.IDbConnection db, string columnName, ServiceStack.OrmLite.TableRef tableRef) => throw null;
public override System.Threading.Tasks.Task<bool> DoesColumnExistAsync(System.Data.IDbConnection db, string columnName, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public override bool DoesSchemaExist(System.Data.IDbCommand dbCmd, string schemaName) => throw null;
public override System.Threading.Tasks.Task<bool> DoesSchemaExistAsync(System.Data.IDbCommand dbCmd, string schemaName, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public override bool DoesTableExist(System.Data.IDbCommand dbCmd, string tableName, string schema = default(string)) => throw null;
public override System.Threading.Tasks.Task<bool> DoesTableExistAsync(System.Data.IDbCommand dbCmd, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public override bool DoesTableExist(System.Data.IDbCommand dbCmd, ServiceStack.OrmLite.TableRef tableRef) => throw null;
public override System.Threading.Tasks.Task<bool> DoesTableExistAsync(System.Data.IDbCommand dbCmd, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public override void EnableForeignKeysCheck(System.Data.IDbCommand cmd) => throw null;
public override System.Threading.Tasks.Task EnableForeignKeysCheckAsync(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public override void EnableIdentityInsert<T>(System.Data.IDbCommand cmd) => throw null;
@@ -227,21 +229,23 @@ namespace ServiceStack
public override string SqlBool(bool value) => throw null;
public override string SqlCast(object fieldOrValue, string castAs) => throw null;
public override string SqlCurrency(string fieldOrValue, string currencySymbol) => throw null;
public override string SqlDateFormat(string quotedColumn, string format) => throw null;
public override ServiceStack.OrmLite.SqlExpression<T> SqlExpression<T>() => throw null;
public override string SqlLimit(int? offset = default(int?), int? rows = default(int?)) => throw null;
public override string SqlRandom { get => throw null; }
protected static string SqlTop(string sql, int take, string selectType = default(string)) => throw null;
public override bool SupportsAsync { get => throw null; }
protected virtual bool SupportsSequences(ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public override string ToAddColumnStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public override string ToAlterColumnStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public override string ToChangeColumnNameStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumn) => throw null;
public override string ToAddColumnStatement(ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public override string ToAlterColumnStatement(ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public override string ToChangeColumnNameStatement(ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumn) => throw null;
public override string ToCreateSavePoint(string name) => throw null;
public override string ToCreateSchemaStatement(string schemaName) => throw null;
public override string ToDropConstraintStatement(string schema, string table, string constraintName) => throw null;
public override string ToDropConstraintStatement(ServiceStack.OrmLite.TableRef tableRef, string constraintName) => throw null;
public override string ToDropIndexStatement<T>(string indexName) => throw null;
public override string ToInsertRowStatement(System.Data.IDbCommand cmd, object objWithProperties, System.Collections.Generic.ICollection<string> insertFields = default(System.Collections.Generic.ICollection<string>)) => throw null;
public override string ToReleaseSavePoint(string name) => throw null;
public override string ToRenameColumnStatement(string schema, string table, string oldColumn, string newColumn) => throw null;
public override string ToRenameColumnStatement(ServiceStack.OrmLite.TableRef tableRef, string oldColumn, string newColumn) => throw null;
public override string ToRollbackSavePoint(string name) => throw null;
public override string ToSelectStatement(ServiceStack.OrmLite.QueryType queryType, ServiceStack.OrmLite.ModelDefinition modelDef, string selectExpression, string bodyExpression, string orderByExpression = default(string), int? offset = default(int?), int? rows = default(int?), System.Collections.Generic.ISet<string> tags = default(System.Collections.Generic.ISet<string>)) => throw null;
public override string ToTableNamesStatement(string schema) => throw null;
@@ -297,6 +301,14 @@ namespace ServiceStack
public static ServiceStack.OrmLite.SqlServer.SqlServer2022OrmLiteDialectProvider Instance { get => throw null; }
public static ServiceStack.OrmLite.IOrmLiteDialectProvider Provider { get => throw null; }
}
public static class SqlServerConfiguration
{
public static ServiceStack.OrmLite.OrmLiteConfigurationBuilder AddSqlServer(this ServiceStack.OrmLite.OrmLiteConfigurationBuilder builder, string namedConnection, string connectionString, System.Action<ServiceStack.OrmLite.SqlServer.SqlServer2022OrmLiteDialectProvider> configure = default(System.Action<ServiceStack.OrmLite.SqlServer.SqlServer2022OrmLiteDialectProvider>)) => throw null;
public static ServiceStack.OrmLite.OrmLiteConfigurationBuilder AddSqlServer<TVersion>(this ServiceStack.OrmLite.OrmLiteConfigurationBuilder builder, string namedConnection, string connectionString, System.Action<TVersion> configure = default(System.Action<TVersion>)) where TVersion : ServiceStack.OrmLite.SqlServer.SqlServerOrmLiteDialectProvider, new() => throw null;
public static ServiceStack.OrmLite.SqlServer.SqlServerOrmLiteDialectProvider Configure(ServiceStack.OrmLite.SqlServer.SqlServerOrmLiteDialectProvider dialect) => throw null;
public static ServiceStack.OrmLite.SqlServer.SqlServer2022OrmLiteDialectProvider UseSqlServer(this ServiceStack.OrmLite.OrmLiteConfigOptions config, string connectionString, System.Action<ServiceStack.OrmLite.SqlServer.SqlServer2022OrmLiteDialectProvider> configure = default(System.Action<ServiceStack.OrmLite.SqlServer.SqlServer2022OrmLiteDialectProvider>)) => throw null;
public static TVersion UseSqlServer<TVersion>(this ServiceStack.OrmLite.OrmLiteConfigOptions config, string connectionString, System.Action<TVersion> configure = default(System.Action<TVersion>)) where TVersion : ServiceStack.OrmLite.SqlServer.SqlServerOrmLiteDialectProvider, new() => throw null;
}
public static class SqlServerDialect
{
public static ServiceStack.OrmLite.SqlServer.SqlServerOrmLiteDialectProvider Instance { get => throw null; }

View File

@@ -7,10 +7,10 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../ServiceStack.Common/8.5.2/ServiceStack.Common.csproj" />
<ProjectReference Include="../../ServiceStack.Interfaces/8.5.2/ServiceStack.Interfaces.csproj" />
<ProjectReference Include="../../ServiceStack.OrmLite/8.5.2/ServiceStack.OrmLite.csproj" />
<ProjectReference Include="../../ServiceStack.Text/8.5.2/ServiceStack.Text.csproj" />
<ProjectReference Include="../../ServiceStack.Common/10.0.4/ServiceStack.Common.csproj" />
<ProjectReference Include="../../ServiceStack.Interfaces/10.0.4/ServiceStack.Interfaces.csproj" />
<ProjectReference Include="../../ServiceStack.OrmLite/10.0.4/ServiceStack.OrmLite.csproj" />
<ProjectReference Include="../../ServiceStack.Text/10.0.4/ServiceStack.Text.csproj" />
<ProjectReference Include="../../System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>

View File

@@ -6,13 +6,75 @@ namespace ServiceStack
{
public class AliasNamingStrategy : ServiceStack.OrmLite.OrmLiteNamingStrategyBase
{
public System.Collections.Generic.Dictionary<string, string> ColumnAliases;
public AliasNamingStrategy() => throw null;
public override string GetColumnName(string name) => throw null;
public override string GetTableName(string name) => throw null;
public System.Collections.Generic.Dictionary<string, string> TableAliases;
public ServiceStack.OrmLite.INamingStrategy UseNamingStrategy { get => throw null; set { } }
}
public struct AsyncDbTasks1<T1>
{
public ServiceStack.OrmLite.AsyncDbTasks2<T1, T2> Add<T2>(System.Func<System.Data.IDbConnection, System.Threading.Tasks.Task<T2>> fn) => throw null;
public ServiceStack.OrmLite.AsyncDbTasks2<T1, bool> Add(System.Func<System.Data.IDbConnection, System.Threading.Tasks.Task> fn) => throw null;
public AsyncDbTasks1(ServiceStack.Data.IDbConnectionFactory dbFactory, System.Threading.Tasks.Task<T1> task1) => throw null;
public System.Threading.Tasks.Task<T1> RunAsync() => throw null;
}
public struct AsyncDbTasks2<T1, T2>
{
public ServiceStack.OrmLite.AsyncDbTasks3<T1, T2, T3> Add<T3>(System.Func<System.Data.IDbConnection, System.Threading.Tasks.Task<T3>> fn) => throw null;
public ServiceStack.OrmLite.AsyncDbTasks3<T1, T2, bool> Add(System.Func<System.Data.IDbConnection, System.Threading.Tasks.Task> fn) => throw null;
public AsyncDbTasks2(ServiceStack.Data.IDbConnectionFactory dbFactory, System.Threading.Tasks.Task<T1> task1, System.Threading.Tasks.Task<T2> task2) => throw null;
public System.Threading.Tasks.Task<(T1, T2)> RunAsync() => throw null;
}
public struct AsyncDbTasks3<T1, T2, T3>
{
public ServiceStack.OrmLite.AsyncDbTasks4<T1, T2, T3, T4> Add<T4>(System.Func<System.Data.IDbConnection, System.Threading.Tasks.Task<T4>> fn) => throw null;
public ServiceStack.OrmLite.AsyncDbTasks4<T1, T2, T3, bool> Add(System.Func<System.Data.IDbConnection, System.Threading.Tasks.Task> fn) => throw null;
public AsyncDbTasks3(ServiceStack.Data.IDbConnectionFactory dbFactory, System.Threading.Tasks.Task<T1> task1, System.Threading.Tasks.Task<T2> task2, System.Threading.Tasks.Task<T3> task3) => throw null;
public System.Threading.Tasks.Task<(T1, T2, T3)> RunAsync() => throw null;
}
public struct AsyncDbTasks4<T1, T2, T3, T4>
{
public ServiceStack.OrmLite.AsyncDbTasks5<T1, T2, T3, T4, T5> Add<T5>(System.Func<System.Data.IDbConnection, System.Threading.Tasks.Task<T5>> fn) => throw null;
public ServiceStack.OrmLite.AsyncDbTasks5<T1, T2, T3, T4, bool> Add(System.Func<System.Data.IDbConnection, System.Threading.Tasks.Task> fn) => throw null;
public AsyncDbTasks4(ServiceStack.Data.IDbConnectionFactory dbFactory, System.Threading.Tasks.Task<T1> task1, System.Threading.Tasks.Task<T2> task2, System.Threading.Tasks.Task<T3> task3, System.Threading.Tasks.Task<T4> task4) => throw null;
public System.Threading.Tasks.Task<(T1, T2, T3, T4)> RunAsync() => throw null;
}
public struct AsyncDbTasks5<T1, T2, T3, T4, T5>
{
public ServiceStack.OrmLite.AsyncDbTasks6<T1, T2, T3, T4, T5, T6> Add<T6>(System.Func<System.Data.IDbConnection, System.Threading.Tasks.Task<T6>> fn) => throw null;
public ServiceStack.OrmLite.AsyncDbTasks6<T1, T2, T3, T4, T5, bool> Add(System.Func<System.Data.IDbConnection, System.Threading.Tasks.Task> fn) => throw null;
public AsyncDbTasks5(ServiceStack.Data.IDbConnectionFactory dbFactory, System.Threading.Tasks.Task<T1> task1, System.Threading.Tasks.Task<T2> task2, System.Threading.Tasks.Task<T3> task3, System.Threading.Tasks.Task<T4> task4, System.Threading.Tasks.Task<T5> task5) => throw null;
public System.Threading.Tasks.Task<(T1, T2, T3, T4, T5)> RunAsync() => throw null;
}
public struct AsyncDbTasks6<T1, T2, T3, T4, T5, T6>
{
public ServiceStack.OrmLite.AsyncDbTasks7<T1, T2, T3, T4, T5, T6, T7> Add<T7>(System.Func<System.Data.IDbConnection, System.Threading.Tasks.Task<T7>> fn) => throw null;
public ServiceStack.OrmLite.AsyncDbTasks7<T1, T2, T3, T4, T5, T6, bool> Add(System.Func<System.Data.IDbConnection, System.Threading.Tasks.Task> fn) => throw null;
public AsyncDbTasks6(ServiceStack.Data.IDbConnectionFactory dbFactory, System.Threading.Tasks.Task<T1> task1, System.Threading.Tasks.Task<T2> task2, System.Threading.Tasks.Task<T3> task3, System.Threading.Tasks.Task<T4> task4, System.Threading.Tasks.Task<T5> task5, System.Threading.Tasks.Task<T6> task6) => throw null;
public System.Threading.Tasks.Task<(T1, T2, T3, T4, T5, T6)> RunAsync() => throw null;
}
public struct AsyncDbTasks7<T1, T2, T3, T4, T5, T6, T7>
{
public ServiceStack.OrmLite.AsyncDbTasks8<T1, T2, T3, T4, T5, T6, T7, T8> Add<T8>(System.Func<System.Data.IDbConnection, System.Threading.Tasks.Task<T8>> fn) => throw null;
public ServiceStack.OrmLite.AsyncDbTasks8<T1, T2, T3, T4, T5, T6, T7, bool> Add(System.Func<System.Data.IDbConnection, System.Threading.Tasks.Task> fn) => throw null;
public AsyncDbTasks7(ServiceStack.Data.IDbConnectionFactory dbFactory, System.Threading.Tasks.Task<T1> task1, System.Threading.Tasks.Task<T2> task2, System.Threading.Tasks.Task<T3> task3, System.Threading.Tasks.Task<T4> task4, System.Threading.Tasks.Task<T5> task5, System.Threading.Tasks.Task<T6> task6, System.Threading.Tasks.Task<T7> task7) => throw null;
public System.Threading.Tasks.Task<(T1, T2, T3, T4, T5, T6, T7)> RunAsync() => throw null;
}
public struct AsyncDbTasks8<T1, T2, T3, T4, T5, T6, T7, T8>
{
public AsyncDbTasks8(ServiceStack.Data.IDbConnectionFactory dbFactory, System.Threading.Tasks.Task<T1> task1, System.Threading.Tasks.Task<T2> task2, System.Threading.Tasks.Task<T3> task3, System.Threading.Tasks.Task<T4> task4, System.Threading.Tasks.Task<T5> task5, System.Threading.Tasks.Task<T6> task6, System.Threading.Tasks.Task<T7> task7, System.Threading.Tasks.Task<T8> task8) => throw null;
public System.Threading.Tasks.Task<(T1, T2, T3, T4, T5, T6, T7, T8)> RunAsync() => throw null;
}
public struct AsyncDbTasksBuilder
{
public ServiceStack.OrmLite.AsyncDbTasks1<T1> Add<T1>(System.Func<System.Data.IDbConnection, System.Threading.Tasks.Task<T1>> fn) => throw null;
public ServiceStack.OrmLite.AsyncDbTasks1<bool> Add(System.Func<System.Data.IDbConnection, System.Threading.Tasks.Task> fn) => throw null;
public AsyncDbTasksBuilder(ServiceStack.Data.IDbConnectionFactory dbFactory) => throw null;
}
public static class AsyncDbTasksBuilderUtils
{
public static ServiceStack.OrmLite.AsyncDbTasksBuilder AsyncDbTasksBuilder(this ServiceStack.Data.IDbConnectionFactory dbFactory) => throw null;
}
public class BulkInsertConfig
{
public int BatchSize { get => throw null; set { } }
@@ -856,6 +918,8 @@ namespace ServiceStack
public string Name { get => throw null; set { } }
public int Order { get => throw null; set { } }
public System.Reflection.PropertyInfo PropertyInfo { get => throw null; set { } }
public string ReferenceRefId { get => throw null; set { } }
public string ReferenceSelfId { get => throw null; set { } }
public bool RequiresAlias { get => throw null; }
public bool ReturnOnInsert { get => throw null; set { } }
public int? Scale { get => throw null; set { } }
@@ -916,19 +980,23 @@ namespace ServiceStack
public interface INamingStrategy
{
string ApplyNameRestrictions(string name);
System.Collections.Generic.Dictionary<string, string> ColumnAliases { get; }
string GetAlias(string name);
string GetColumnName(string name);
string GetSchemaName(string name);
string GetSchemaName(ServiceStack.OrmLite.ModelDefinition modelDef);
string GetSequenceName(string modelName, string fieldName);
string GetTableName(string name);
string GetTableName(ServiceStack.OrmLite.ModelDefinition modelDef);
System.Collections.Generic.Dictionary<string, string> SchemaAliases { get; }
System.Collections.Generic.Dictionary<string, string> TableAliases { get; }
}
public class IndexFieldsCacheKey
{
public IndexFieldsCacheKey(string[] fields, ServiceStack.OrmLite.ModelDefinition modelDefinition, ServiceStack.OrmLite.IOrmLiteDialectProvider dialect) => throw null;
public IndexFieldsCacheKey(string fields, ServiceStack.OrmLite.ModelDefinition modelDefinition, ServiceStack.OrmLite.IOrmLiteDialectProvider dialect) => throw null;
public ServiceStack.OrmLite.IOrmLiteDialectProvider Dialect { get => throw null; }
public override bool Equals(object obj) => throw null;
public string[] Fields { get => throw null; }
public string Fields { get => throw null; }
public override int GetHashCode() => throw null;
public ServiceStack.OrmLite.ModelDefinition ModelDefinition { get => throw null; }
}
@@ -947,22 +1015,23 @@ namespace ServiceStack
{
void BulkInsert<T>(System.Data.IDbConnection db, System.Collections.Generic.IEnumerable<T> objs, ServiceStack.OrmLite.BulkInsertConfig config = default(ServiceStack.OrmLite.BulkInsertConfig));
System.Data.IDbConnection CreateConnection(string filePath, System.Collections.Generic.Dictionary<string, string> options);
ServiceStack.OrmLite.OrmLiteConnection CreateOrmLiteConnection(ServiceStack.OrmLite.OrmLiteConnectionFactory factory, string namedConnection = default(string));
System.Data.IDbDataParameter CreateParam();
System.Data.IDbCommand CreateParameterizedDeleteStatement(System.Data.IDbConnection connection, object objWithProperties);
void DisableForeignKeysCheck(System.Data.IDbCommand cmd);
System.Threading.Tasks.Task DisableForeignKeysCheckAsync(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
void DisableIdentityInsert<T>(System.Data.IDbCommand cmd);
System.Threading.Tasks.Task DisableIdentityInsertAsync<T>(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
bool DoesColumnExist(System.Data.IDbConnection db, string columnName, string tableName, string schema = default(string));
System.Threading.Tasks.Task<bool> DoesColumnExistAsync(System.Data.IDbConnection db, string columnName, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
bool DoesColumnExist(System.Data.IDbConnection db, string columnName, ServiceStack.OrmLite.TableRef tableRef);
System.Threading.Tasks.Task<bool> DoesColumnExistAsync(System.Data.IDbConnection db, string columnName, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
bool DoesSchemaExist(System.Data.IDbCommand dbCmd, string schema);
System.Threading.Tasks.Task<bool> DoesSchemaExistAsync(System.Data.IDbCommand dbCmd, string schema, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
bool DoesSequenceExist(System.Data.IDbCommand dbCmd, string sequence);
System.Threading.Tasks.Task<bool> DoesSequenceExistAsync(System.Data.IDbCommand dbCmd, string sequenceName, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
bool DoesTableExist(System.Data.IDbConnection db, string tableName, string schema = default(string));
bool DoesTableExist(System.Data.IDbCommand dbCmd, string tableName, string schema = default(string));
System.Threading.Tasks.Task<bool> DoesTableExistAsync(System.Data.IDbConnection db, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<bool> DoesTableExistAsync(System.Data.IDbCommand dbCmd, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
bool DoesTableExist(System.Data.IDbConnection db, ServiceStack.OrmLite.TableRef tableRef);
bool DoesTableExist(System.Data.IDbCommand dbCmd, ServiceStack.OrmLite.TableRef tableRef);
System.Threading.Tasks.Task<bool> DoesTableExistAsync(System.Data.IDbConnection db, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<bool> DoesTableExistAsync(System.Data.IDbCommand dbCmd, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
void EnableForeignKeysCheck(System.Data.IDbCommand cmd);
System.Threading.Tasks.Task EnableForeignKeysCheckAsync(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
void EnableIdentityInsert<T>(System.Data.IDbCommand cmd);
@@ -993,25 +1062,21 @@ namespace ServiceStack
string GetLoadChildrenSubSelect<From>(ServiceStack.OrmLite.SqlExpression<From> expr);
object GetParamValue(object value, System.Type fieldType);
string GetQuotedColumnName(string columnName);
string GetQuotedColumnName(ServiceStack.OrmLite.FieldDefinition fieldDef);
string GetQuotedName(string name);
string GetQuotedName(string name, string schema);
string GetQuotedTableName(System.Type modelType);
string GetQuotedTableName(ServiceStack.OrmLite.ModelDefinition modelDef);
string GetQuotedTableName(string tableName, string schema = default(string));
string GetQuotedTableName(string tableName, string schema, bool useStrategy);
string GetQuotedValue(string paramValue);
string GetQuotedValue(object value, System.Type fieldType);
string GetRefFieldSql(string subSql, ServiceStack.OrmLite.ModelDefinition refModelDef, ServiceStack.OrmLite.FieldDefinition refField);
string GetRefSelfSql<From>(ServiceStack.OrmLite.SqlExpression<From> refQ, ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.FieldDefinition refSelf, ServiceStack.OrmLite.ModelDefinition refModelDef);
string GetRefSelfSql<From>(ServiceStack.OrmLite.SqlExpression<From> refQ, ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.FieldDefinition refSelf, ServiceStack.OrmLite.ModelDefinition refModelDef, ServiceStack.OrmLite.FieldDefinition refId);
string GetRowVersionColumn(ServiceStack.OrmLite.FieldDefinition field, string tablePrefix = default(string));
ServiceStack.OrmLite.SelectItem GetRowVersionSelectColumn(ServiceStack.OrmLite.FieldDefinition field, string tablePrefix = default(string));
string GetSchemaName(ServiceStack.OrmLite.TableRef tableRef);
System.Collections.Generic.List<string> GetSchemas(System.Data.IDbCommand dbCmd);
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> GetSchemaTables(System.Data.IDbCommand dbCmd);
string GetTableName(System.Type modelType);
string GetTableName(ServiceStack.OrmLite.ModelDefinition modelDef);
string GetTableName(ServiceStack.OrmLite.ModelDefinition modelDef, bool useStrategy);
string GetTableName(string table, string schema = default(string));
string GetTableName(string table, string schema, bool useStrategy);
string GetTableNameOnly(ServiceStack.OrmLite.TableRef tableRef);
object GetValue(System.Data.IDataReader reader, int columnIndex, System.Type type);
int GetValues(System.Data.IDataReader reader, object[] values);
bool HasInsertReturnValues(ServiceStack.OrmLite.ModelDefinition modelDef);
@@ -1022,6 +1087,9 @@ namespace ServiceStack
System.Threading.Tasks.Task<long> InsertAndGetLastInsertIdAsync<T>(System.Data.IDbCommand dbCmd, System.Threading.CancellationToken token);
string MergeParamsIntoSql(string sql, System.Collections.Generic.IEnumerable<System.Data.IDbDataParameter> dbParams);
ServiceStack.OrmLite.INamingStrategy NamingStrategy { get; set; }
System.Action<System.Data.IDbCommand> OnAfterExecuteNonQuery { get; set; }
System.Action<System.Data.IDbCommand> OnBeforeExecuteNonQuery { get; set; }
System.Action<System.Data.IDbConnection> OnDisposeConnection { get; set; }
System.Action<System.Data.IDbConnection> OnOpenConnection { get; set; }
System.Threading.Tasks.Task OpenAsync(System.Data.IDbConnection db, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
System.Func<string, string> ParamNameFilter { get; set; }
@@ -1034,6 +1102,8 @@ namespace ServiceStack
void PrepareUpdateRowAddStatement<T>(System.Data.IDbCommand dbCmd, System.Collections.Generic.Dictionary<string, object> args, string sqlFilter);
void PrepareUpdateRowStatement(System.Data.IDbCommand dbCmd, object objWithProperties, System.Collections.Generic.ICollection<string> updateFields = default(System.Collections.Generic.ICollection<string>));
void PrepareUpdateRowStatement<T>(System.Data.IDbCommand dbCmd, System.Collections.Generic.Dictionary<string, object> args, string sqlFilter);
string QuoteSchema(string schema, string table);
string QuoteTable(ServiceStack.OrmLite.TableRef tableRef);
System.Threading.Tasks.Task<bool> ReadAsync(System.Data.IDataReader reader, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<System.Collections.Generic.List<T>> ReaderEach<T>(System.Data.IDataReader reader, System.Func<T> fn, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
System.Threading.Tasks.Task<Return> ReaderEach<Return>(System.Data.IDataReader reader, System.Action fn, Return source, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
@@ -1046,10 +1116,12 @@ namespace ServiceStack
void SetParameterValues<T>(System.Data.IDbCommand dbCmd, object obj);
string SqlBool(bool value);
string SqlCast(object fieldOrValue, string castAs);
string SqlChar(int charCode);
string SqlConcat(System.Collections.Generic.IEnumerable<object> args);
string SqlConflict(string sql, string conflictResolution);
string SqlCurrency(string fieldOrValue);
string SqlCurrency(string fieldOrValue, string currencySymbol);
string SqlDateFormat(string quotedColumn, string format);
ServiceStack.OrmLite.SqlExpression<T> SqlExpression<T>();
string SqlLimit(int? offset = default(int?), int? rows = default(int?));
string SqlRandom { get; }
@@ -1057,10 +1129,10 @@ namespace ServiceStack
bool SupportsAsync { get; }
bool SupportsConcurrentWrites { get; }
bool SupportsSchema { get; }
string ToAddColumnStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef);
string ToAddColumnStatement(ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef);
string ToAddForeignKeyStatement<T, TForeign>(System.Linq.Expressions.Expression<System.Func<T, object>> field, System.Linq.Expressions.Expression<System.Func<TForeign, object>> foreignField, ServiceStack.OrmLite.OnFkOption onUpdate, ServiceStack.OrmLite.OnFkOption onDelete, string foreignKeyName = default(string));
string ToAlterColumnStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef);
string ToChangeColumnNameStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumn);
string ToAlterColumnStatement(ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef);
string ToChangeColumnNameStatement(ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumn);
string ToCreateIndexStatement<T>(System.Linq.Expressions.Expression<System.Func<T, object>> field, string indexName = default(string), bool unique = default(bool));
System.Collections.Generic.List<string> ToCreateIndexStatements(System.Type tableType);
string ToCreateSavePoint(string name);
@@ -1070,9 +1142,10 @@ namespace ServiceStack
string ToCreateTableStatement(System.Type tableType);
object ToDbValue(object value, System.Type type);
string ToDeleteStatement(System.Type tableType, string sqlFilter, params object[] filterParams);
string ToDropColumnStatement(string schema, string table, string column);
string ToDropConstraintStatement(string schema, string table, string constraint);
string ToDropForeignKeyStatement(string schema, string table, string foreignKeyName);
string ToDropColumnStatement(ServiceStack.OrmLite.TableRef tableRef, string column);
string ToDropConstraintStatement(ServiceStack.OrmLite.TableRef tableRef, string constraint);
string ToDropForeignKeyStatement(ServiceStack.OrmLite.TableRef tableRef, string foreignKeyName);
string ToDropIndexStatement<T>(string indexName);
string ToExecuteProcedureStatement(object objWithProperties);
string ToExistStatement(System.Type fromTableType, object objWithProperties, string sqlFilter, params object[] filterParams);
string ToInsertRowSql<T>(T obj, System.Collections.Generic.ICollection<string> insertFields = default(System.Collections.Generic.ICollection<string>));
@@ -1082,7 +1155,8 @@ namespace ServiceStack
string ToPostCreateTableStatement(ServiceStack.OrmLite.ModelDefinition modelDef);
string ToPostDropTableStatement(ServiceStack.OrmLite.ModelDefinition modelDef);
string ToReleaseSavePoint(string name);
string ToRenameColumnStatement(string schema, string table, string oldColumn, string newColumn);
string ToRenameColumnStatement(ServiceStack.OrmLite.TableRef tableRef, string oldColumn, string newColumn);
string ToResetSequenceStatement(System.Type tableType, string columnName, int value);
string ToRollbackSavePoint(string name);
string ToRowCountStatement(string innerSql);
string ToSelectFromProcedureStatement(object fromObjWithProperties, System.Type outputModelType, string sqlFilter, params object[] filterParams);
@@ -1091,6 +1165,7 @@ namespace ServiceStack
string ToTableNamesStatement(string schema);
string ToTableNamesWithRowCountsStatement(bool live, string schema);
string ToUpdateStatement<T>(System.Data.IDbCommand dbCmd, T item, System.Collections.Generic.ICollection<string> updateFields = default(System.Collections.Generic.ICollection<string>));
string UnquotedTable(ServiceStack.OrmLite.TableRef tableRef);
System.Collections.Generic.Dictionary<string, string> Variables { get; }
}
public interface IOrmLiteExecFilter
@@ -1349,8 +1424,11 @@ namespace ServiceStack
public class LowercaseUnderscoreNamingStrategy : ServiceStack.OrmLite.OrmLiteNamingStrategyBase
{
public LowercaseUnderscoreNamingStrategy() => throw null;
public override string GetAlias(string name) => throw null;
public override string GetColumnName(string name) => throw null;
public override string GetSchemaName(string name) => throw null;
public override string GetTableName(string name) => throw null;
public bool IgnoreAlias { get => throw null; set { } }
}
public static class Messages
{
@@ -1404,6 +1482,7 @@ namespace ServiceStack
public ServiceStack.Logging.ILog Log { get => throw null; set { } }
public System.Type[] MigrationTypes { get => throw null; }
public static void Recreate(System.Data.IDbConnection db) => throw null;
public ServiceStack.AppTaskResult Rerun(string migrationName) => throw null;
public ServiceStack.AppTaskResult Revert(string migrationName) => throw null;
public ServiceStack.AppTaskResult Revert(string migrationName, bool throwIfError) => throw null;
public ServiceStack.AppTaskResult Run() => throw null;
@@ -1466,6 +1545,10 @@ namespace ServiceStack
public static ServiceStack.OrmLite.ModelDefinition Definition { get => throw null; }
public static string PrimaryKeyName { get => throw null; }
}
public class NamingStrategyExtensions
{
public NamingStrategyExtensions() => throw null;
}
public abstract class NativeValueOrmLiteConverter : ServiceStack.OrmLite.OrmLiteConverter
{
protected NativeValueOrmLiteConverter() => throw null;
@@ -1498,13 +1581,17 @@ namespace ServiceStack
public System.Data.IDbCommand DbCommand { get => throw null; }
public ServiceStack.OrmLite.IOrmLiteDialectProvider DialectProvider { get => throw null; set { } }
public void Dispose() => throw null;
public long EndTimestamp;
public int ExecuteNonQuery() => throw null;
public System.Data.IDataReader ExecuteReader() => throw null;
public System.Data.IDataReader ExecuteReader(System.Data.CommandBehavior behavior) => throw null;
public object ExecuteScalar() => throw null;
public System.TimeSpan GetElapsedTime() => throw null;
public bool IsDisposed { get => throw null; }
public ServiceStack.OrmLite.OrmLiteConnection OrmLiteConnection { get => throw null; }
public System.Data.IDataParameterCollection Parameters { get => throw null; }
public void Prepare() => throw null;
public long StartTimestamp;
public System.Data.IDbTransaction Transaction { get => throw null; set { } }
public System.Data.UpdateRowSource UpdatedRowSource { get => throw null; set { } }
}
@@ -1523,11 +1610,14 @@ namespace ServiceStack
public static ServiceStack.OrmLite.IOrmLiteExecFilter ExecFilter { get => throw null; set { } }
public static ServiceStack.OrmLite.IOrmLiteDialectProvider GetDialectProvider(this System.Data.IDbCommand dbCmd) => throw null;
public static ServiceStack.OrmLite.IOrmLiteDialectProvider GetDialectProvider(this System.Data.IDbConnection db) => throw null;
public static System.TimeSpan? GetElapsedTime(this System.Data.IDbCommand db) => throw null;
public static ServiceStack.OrmLite.IOrmLiteExecFilter GetExecFilter(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider) => throw null;
public static ServiceStack.OrmLite.IOrmLiteExecFilter GetExecFilter(this System.Data.IDbCommand dbCmd) => throw null;
public static ServiceStack.OrmLite.IOrmLiteExecFilter GetExecFilter(this System.Data.IDbConnection db) => throw null;
public static ServiceStack.OrmLite.ModelDefinition GetModelMetadata(this System.Type modelType) => throw null;
public static ServiceStack.OrmLite.INamingStrategy GetNamingStrategy(this System.Data.IDbConnection db) => throw null;
public static string GetTag(this System.Data.IDbConnection db) => throw null;
public static string GetTag(this System.Data.IDbCommand db) => throw null;
public const string IdField = default;
public static bool IncludeTablePrefixes { get => throw null; set { } }
public static System.Action<System.Data.IDbCommand, object> InsertFilter { get => throw null; set { } }
@@ -1555,13 +1645,26 @@ namespace ServiceStack
public static System.Data.IDbConnection ToDbConnection(this string dbConnectionStringOrFilePath) => throw null;
public static System.Data.IDbConnection ToDbConnection(this string dbConnectionStringOrFilePath, ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider) => throw null;
public static System.Action<System.Data.IDbCommand, object> UpdateFilter { get => throw null; set { } }
public static System.Data.IDbConnection WithTag(this System.Data.IDbConnection db, string name) => throw null;
}
public class OrmLiteConfigOptions
{
public OrmLiteConfigOptions() => throw null;
public ServiceStack.Data.IDbConnectionFactory DbFactory { get => throw null; }
public void Init(string connectionString, ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider) => throw null;
}
public class OrmLiteConfigurationBuilder
{
public ServiceStack.OrmLite.OrmLiteConfigurationBuilder AddConnection(string name, string connectionString, ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider = default(ServiceStack.OrmLite.IOrmLiteDialectProvider)) => throw null;
public OrmLiteConfigurationBuilder(ServiceStack.Data.IDbConnectionFactory dbFactory) => throw null;
public ServiceStack.Data.IDbConnectionFactory DbFactory { get => throw null; }
}
public static class OrmLiteConflictResolutions
{
public static void OnConflict(this System.Data.IDbCommand dbCmd, string conflictResolution) => throw null;
public static void OnConflictIgnore(this System.Data.IDbCommand dbCmd) => throw null;
}
public class OrmLiteConnection : System.Data.IDbConnection, System.IDisposable, ServiceStack.Data.IHasDbConnection, ServiceStack.Data.IHasDbTransaction, ServiceStack.OrmLite.IHasDialectProvider
public class OrmLiteConnection : System.Data.IDbConnection, System.IDisposable, ServiceStack.Data.IHasDbConnection, ServiceStack.Data.IHasDbTransaction, ServiceStack.OrmLite.IHasDialectProvider, ServiceStack.Model.IHasTag
{
public bool AutoDisposeConnection { get => throw null; set { } }
public System.Data.IDbTransaction BeginTransaction() => throw null;
@@ -1574,6 +1677,7 @@ namespace ServiceStack
public int ConnectionTimeout { get => throw null; }
public System.Data.IDbCommand CreateCommand() => throw null;
public OrmLiteConnection(ServiceStack.OrmLite.OrmLiteConnectionFactory factory) => throw null;
public OrmLiteConnection(ServiceStack.OrmLite.OrmLiteConnectionFactory factory, System.Data.IDbConnection connection, System.Data.IDbTransaction transaction = default(System.Data.IDbTransaction)) => throw null;
public string Database { get => throw null; }
public System.Data.IDbConnection DbConnection { get => throw null; }
public System.Data.IDbTransaction DbTransaction { get => throw null; }
@@ -1582,11 +1686,14 @@ namespace ServiceStack
public readonly ServiceStack.OrmLite.OrmLiteConnectionFactory Factory;
public System.Data.IDbCommand LastCommand { get => throw null; set { } }
public string LastCommandText { get => throw null; set { } }
public string NamedConnection { get => throw null; set { } }
public static explicit operator System.Data.Common.DbConnection(ServiceStack.OrmLite.OrmLiteConnection dbConn) => throw null;
public void Open() => throw null;
public System.Threading.Tasks.Task OpenAsync(System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Data.ConnectionState State { get => throw null; }
public string Tag { get => throw null; set { } }
public System.Data.IDbTransaction Transaction { get => throw null; set { } }
public object WriteLock { get => throw null; set { } }
}
public class OrmLiteConnectionFactory : ServiceStack.Data.IDbConnectionFactory, ServiceStack.Data.IDbConnectionFactoryExtended
{
@@ -1597,6 +1704,7 @@ namespace ServiceStack
public string ConnectionString { get => throw null; set { } }
public virtual System.Data.IDbConnection CreateDbConnection() => throw null;
public static System.Data.IDbConnection CreateDbConnection(string namedConnection) => throw null;
public System.Data.Common.DbConnection CreateDbWithWriteLock(string namedConnection = default(string)) => throw null;
public OrmLiteConnectionFactory() => throw null;
public OrmLiteConnectionFactory(string connectionString) => throw null;
public OrmLiteConnectionFactory(string connectionString, ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider) => throw null;
@@ -1606,16 +1714,25 @@ namespace ServiceStack
public static System.Collections.Generic.Dictionary<string, ServiceStack.OrmLite.OrmLiteConnectionFactory> NamedConnections { get => throw null; }
public System.Action<ServiceStack.OrmLite.OrmLiteConnection> OnDispose { get => throw null; set { } }
public virtual System.Data.IDbConnection OpenDbConnection() => throw null;
public virtual System.Data.IDbConnection OpenDbConnection(System.Action<System.Data.IDbConnection> configure) => throw null;
public virtual System.Data.IDbConnection OpenDbConnection(string namedConnection) => throw null;
public virtual System.Data.IDbConnection OpenDbConnection(string namedConnection, System.Action<System.Data.IDbConnection> configure) => throw null;
public virtual System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionAsync(System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionAsync(System.Action<System.Data.IDbConnection> configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionAsync(string namedConnection, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionAsync(string namedConnection, System.Action<System.Data.IDbConnection> configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual System.Data.IDbConnection OpenDbConnectionString(string connectionString) => throw null;
public virtual System.Data.IDbConnection OpenDbConnectionString(string connectionString, System.Action<System.Data.IDbConnection> configure) => throw null;
public virtual System.Data.IDbConnection OpenDbConnectionString(string connectionString, string providerName) => throw null;
public virtual System.Data.IDbConnection OpenDbConnectionString(string connectionString, string providerName, System.Action<System.Data.IDbConnection> configure) => throw null;
public virtual System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionStringAsync(string connectionString, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionStringAsync(string connectionString, System.Action<System.Data.IDbConnection> configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionStringAsync(string connectionString, string providerName, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionStringAsync(string connectionString, string providerName, System.Action<System.Data.IDbConnection> configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual void RegisterConnection(string namedConnection, string connectionString, ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider) => throw null;
public virtual void RegisterConnection(string namedConnection, ServiceStack.OrmLite.OrmLiteConnectionFactory connectionFactory) => throw null;
public virtual void RegisterDialectProvider(string providerName, ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider) => throw null;
public virtual System.Data.IDbConnection Use(System.Data.IDbConnection connection, System.Data.IDbTransaction trans = default(System.Data.IDbTransaction)) => throw null;
}
public static partial class OrmLiteConnectionFactoryExtensions
{
@@ -1625,23 +1742,36 @@ namespace ServiceStack
public static ServiceStack.OrmLite.IOrmLiteDialectProvider GetDialectProvider(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string providerName = default(string), string namedConnection = default(string)) => throw null;
public static System.Collections.Generic.Dictionary<string, ServiceStack.OrmLite.OrmLiteConnectionFactory> GetNamedConnections(this ServiceStack.Data.IDbConnectionFactory dbFactory) => throw null;
public static System.Data.IDbConnection Open(this ServiceStack.Data.IDbConnectionFactory connectionFactory) => throw null;
public static System.Data.IDbConnection Open(this ServiceStack.Data.IDbConnectionFactory connectionFactory, System.Action<System.Data.IDbConnection> configure) => throw null;
public static System.Data.IDbConnection Open(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string namedConnection) => throw null;
public static System.Data.IDbConnection Open(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string namedConnection, System.Action<System.Data.IDbConnection> configure) => throw null;
public static System.Threading.Tasks.Task<System.Data.IDbConnection> OpenAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<System.Data.IDbConnection> OpenAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, System.Action<System.Data.IDbConnection> configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<System.Data.IDbConnection> OpenAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string namedConnection, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<System.Data.IDbConnection> OpenAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string namedConnection, System.Action<System.Data.IDbConnection> configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Data.IDbConnection OpenDbConnection(this ServiceStack.Data.IDbConnectionFactory connectionFactory, System.Action<System.Data.IDbConnection> configure) => throw null;
public static System.Data.IDbConnection OpenDbConnection(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string namedConnection) => throw null;
public static System.Data.IDbConnection OpenDbConnection(this ServiceStack.Data.IDbConnectionFactory dbFactory, ServiceStack.ConnectionInfo connInfo) => throw null;
public static System.Data.IDbConnection OpenDbConnection(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string namedConnection, System.Action<System.Data.IDbConnection> configure) => throw null;
public static System.Data.IDbConnection OpenDbConnection(this ServiceStack.Data.IDbConnectionFactory dbFactory, ServiceStack.ConnectionInfo connInfo, System.Action<System.Data.IDbConnection> configure = default(System.Action<System.Data.IDbConnection>)) => throw null;
public static System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, System.Action<System.Data.IDbConnection> configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string namedConnection, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionAsync(this ServiceStack.Data.IDbConnectionFactory dbFactory, ServiceStack.ConnectionInfo connInfo) => throw null;
public static System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string namedConnection, System.Action<System.Data.IDbConnection> configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionAsync(this ServiceStack.Data.IDbConnectionFactory dbFactory, ServiceStack.ConnectionInfo connInfo, System.Action<System.Data.IDbConnection> configure = default(System.Action<System.Data.IDbConnection>)) => throw null;
public static System.Data.IDbConnection OpenDbConnectionString(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string connectionString) => throw null;
public static System.Data.IDbConnection OpenDbConnectionString(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string connectionString, System.Action<System.Data.IDbConnection> configure) => throw null;
public static System.Data.IDbConnection OpenDbConnectionString(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string connectionString, string providerName) => throw null;
public static System.Data.IDbConnection OpenDbConnectionString(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string connectionString, string providerName, System.Action<System.Data.IDbConnection> configure) => throw null;
public static System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionStringAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string connectionString, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionStringAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string connectionString, System.Action<System.Data.IDbConnection> configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionStringAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string connectionString, string providerName, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<System.Data.IDbConnection> OpenDbConnectionStringAsync(this ServiceStack.Data.IDbConnectionFactory connectionFactory, string connectionString, string providerName, System.Action<System.Data.IDbConnection> configure, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static void RegisterConnection(this ServiceStack.Data.IDbConnectionFactory dbFactory, string namedConnection, string connectionString, ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider) => throw null;
public static void RegisterConnection(this ServiceStack.Data.IDbConnectionFactory dbFactory, string namedConnection, ServiceStack.OrmLite.OrmLiteConnectionFactory connectionFactory) => throw null;
public static System.Data.IDbCommand ToDbCommand(this System.Data.IDbCommand dbCmd) => throw null;
public static System.Data.IDbConnection ToDbConnection(this System.Data.IDbConnection db) => throw null;
public static System.Data.IDbTransaction ToDbTransaction(this System.Data.IDbTransaction dbTrans) => throw null;
public static System.Data.IDbConnection Use(this ServiceStack.Data.IDbConnectionFactory dbFactory, System.Data.IDbConnection connection, System.Data.IDbTransaction trans = default(System.Data.IDbTransaction)) => throw null;
}
public static class OrmLiteConnectionUtils
{
@@ -1670,7 +1800,7 @@ namespace ServiceStack
public virtual object FromDbValue(System.Type fieldType, object value) => throw null;
public virtual object GetValue(System.Data.IDataReader reader, int columnIndex, object[] values) => throw null;
public virtual void InitDbParam(System.Data.IDbDataParameter p, System.Type fieldType) => throw null;
public static ServiceStack.Logging.ILog Log;
public static ServiceStack.Logging.ILog Log { get => throw null; }
public virtual object ToDbValue(System.Type fieldType, object value) => throw null;
public virtual string ToQuotedString(System.Type fieldType, object value) => throw null;
}
@@ -1708,9 +1838,11 @@ namespace ServiceStack
public string AutoIncrementDefinition;
public virtual void BulkInsert<T>(System.Data.IDbConnection db, System.Collections.Generic.IEnumerable<T> objs, ServiceStack.OrmLite.BulkInsertConfig config = default(ServiceStack.OrmLite.BulkInsertConfig)) => throw null;
public virtual string ColumnNameOnly(string columnExpr) => throw null;
public ServiceStack.OrmLite.OrmLiteDialectProviderBase<TDialect> ConfigureJson(System.Action<ServiceStack.JsonComplexTypeSerializer> configure) => throw null;
public System.Collections.Generic.List<string> ConnectionCommands { get => throw null; }
public System.Collections.Generic.Dictionary<System.Type, ServiceStack.OrmLite.IOrmLiteConverter> Converters;
public abstract System.Data.IDbConnection CreateConnection(string filePath, System.Collections.Generic.Dictionary<string, string> options);
public virtual ServiceStack.OrmLite.OrmLiteConnection CreateOrmLiteConnection(ServiceStack.OrmLite.OrmLiteConnectionFactory factory, string namedConnection = default(string)) => throw null;
public abstract System.Data.IDbDataParameter CreateParam();
public System.Data.IDbCommand CreateParameterizedDeleteStatement(System.Data.IDbConnection connection, object objWithProperties) => throw null;
public System.Func<ServiceStack.OrmLite.ModelDefinition, System.Collections.Generic.IEnumerable<ServiceStack.OrmLite.FieldDefinition>> CreateTableFieldsStrategy { get => throw null; set { } }
@@ -1721,16 +1853,16 @@ namespace ServiceStack
public virtual System.Threading.Tasks.Task DisableForeignKeysCheckAsync(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual void DisableIdentityInsert<T>(System.Data.IDbCommand cmd) => throw null;
public virtual System.Threading.Tasks.Task DisableIdentityInsertAsync<T>(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual bool DoesColumnExist(System.Data.IDbConnection db, string columnName, string tableName, string schema = default(string)) => throw null;
public virtual System.Threading.Tasks.Task<bool> DoesColumnExistAsync(System.Data.IDbConnection db, string columnName, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual bool DoesColumnExist(System.Data.IDbConnection db, string columnName, ServiceStack.OrmLite.TableRef tableRef) => throw null;
public virtual System.Threading.Tasks.Task<bool> DoesColumnExistAsync(System.Data.IDbConnection db, string columnName, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public abstract bool DoesSchemaExist(System.Data.IDbCommand dbCmd, string schemaName);
public virtual System.Threading.Tasks.Task<bool> DoesSchemaExistAsync(System.Data.IDbCommand dbCmd, string schema, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual bool DoesSequenceExist(System.Data.IDbCommand dbCmd, string sequence) => throw null;
public virtual System.Threading.Tasks.Task<bool> DoesSequenceExistAsync(System.Data.IDbCommand dbCmd, string sequenceName, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual bool DoesTableExist(System.Data.IDbConnection db, string tableName, string schema = default(string)) => throw null;
public virtual bool DoesTableExist(System.Data.IDbCommand dbCmd, string tableName, string schema = default(string)) => throw null;
public virtual System.Threading.Tasks.Task<bool> DoesTableExistAsync(System.Data.IDbConnection db, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual System.Threading.Tasks.Task<bool> DoesTableExistAsync(System.Data.IDbCommand dbCmd, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual bool DoesTableExist(System.Data.IDbConnection db, ServiceStack.OrmLite.TableRef tableRef) => throw null;
public virtual bool DoesTableExist(System.Data.IDbCommand dbCmd, ServiceStack.OrmLite.TableRef tableRef) => throw null;
public virtual System.Threading.Tasks.Task<bool> DoesTableExistAsync(System.Data.IDbConnection db, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual System.Threading.Tasks.Task<bool> DoesTableExistAsync(System.Data.IDbCommand dbCmd, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual void EnableForeignKeysCheck(System.Data.IDbCommand cmd) => throw null;
public virtual System.Threading.Tasks.Task EnableForeignKeysCheckAsync(System.Data.IDbCommand cmd, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual void EnableIdentityInsert<T>(System.Data.IDbCommand cmd) => throw null;
@@ -1748,6 +1880,7 @@ namespace ServiceStack
public virtual string GetAutoIdDefaultValue(ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public virtual string GetCheckConstraint(ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public virtual string GetColumnDefinition(ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public virtual string GetColumnName(ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public virtual string GetColumnNames(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null;
public virtual ServiceStack.OrmLite.SelectItem[] GetColumnNames(ServiceStack.OrmLite.ModelDefinition modelDef, string tablePrefix) => throw null;
public string GetColumnTypeDefinition(System.Type columnType, int? fieldLength, int? scale) => throw null;
@@ -1774,28 +1907,23 @@ namespace ServiceStack
public virtual string GetLoadChildrenSubSelect<From>(ServiceStack.OrmLite.SqlExpression<From> expr) => throw null;
protected static ServiceStack.OrmLite.ModelDefinition GetModel(System.Type modelType) => throw null;
public virtual object GetParamValue(object value, System.Type fieldType) => throw null;
public virtual string GetQuotedColumnName(ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public virtual string GetQuotedColumnName(string columnName) => throw null;
public virtual string GetQuotedName(string name) => throw null;
public virtual string GetQuotedName(string name, string schema) => throw null;
public virtual string GetQuotedTableName(System.Type modelType) => throw null;
public virtual string GetQuotedTableName(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null;
public virtual string GetQuotedTableName(string tableName, string schema = default(string)) => throw null;
public virtual string GetQuotedTableName(string tableName, string schema, bool useStrategy) => throw null;
public virtual string GetQuotedValue(string paramValue) => throw null;
public virtual string GetQuotedValue(object value, System.Type fieldType) => throw null;
protected virtual object GetQuotedValueOrDbNull<T>(ServiceStack.OrmLite.FieldDefinition fieldDef, object obj) => throw null;
public virtual string GetRefFieldSql(string subSql, ServiceStack.OrmLite.ModelDefinition refModelDef, ServiceStack.OrmLite.FieldDefinition refField) => throw null;
public virtual string GetRefSelfSql<From>(ServiceStack.OrmLite.SqlExpression<From> refQ, ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.FieldDefinition refSelf, ServiceStack.OrmLite.ModelDefinition refModelDef) => throw null;
public virtual string GetRefSelfSql<From>(ServiceStack.OrmLite.SqlExpression<From> refQ, ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.FieldDefinition refSelf, ServiceStack.OrmLite.ModelDefinition refModelDef, ServiceStack.OrmLite.FieldDefinition refId) => throw null;
public virtual string GetRowVersionColumn(ServiceStack.OrmLite.FieldDefinition field, string tablePrefix = default(string)) => throw null;
public virtual ServiceStack.OrmLite.SelectItem GetRowVersionSelectColumn(ServiceStack.OrmLite.FieldDefinition field, string tablePrefix = default(string)) => throw null;
public virtual string GetSchemaName(string schema) => throw null;
public virtual string GetSchemaName(ServiceStack.OrmLite.TableRef tableRef) => throw null;
public virtual System.Collections.Generic.List<string> GetSchemas(System.Data.IDbCommand dbCmd) => throw null;
public virtual System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> GetSchemaTables(System.Data.IDbCommand dbCmd) => throw null;
public virtual string GetTableName(System.Type modelType) => throw null;
public virtual string GetTableName(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null;
public virtual string GetTableName(ServiceStack.OrmLite.ModelDefinition modelDef, bool useStrategy) => throw null;
public virtual string GetTableName(string table, string schema = default(string)) => throw null;
public virtual string GetTableName(string table, string schema, bool useStrategy) => throw null;
public virtual string GetTableNameOnly(ServiceStack.OrmLite.TableRef tableRef) => throw null;
protected virtual string GetUniqueConstraintName(ServiceStack.DataAnnotations.UniqueConstraintAttribute constraint, string tableName) => throw null;
public virtual string GetUniqueConstraints(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null;
public object GetValue(System.Data.IDataReader reader, int columnIndex, System.Type type) => throw null;
@@ -1811,9 +1939,13 @@ namespace ServiceStack
public virtual void InitUpdateParam(System.Data.IDbDataParameter param) => throw null;
public virtual System.Threading.Tasks.Task<long> InsertAndGetLastInsertIdAsync<T>(System.Data.IDbCommand dbCmd, System.Threading.CancellationToken token) => throw null;
public virtual bool IsFullSelectStatement(string sql) => throw null;
public virtual string JoinSchema(string schema, string table) => throw null;
protected static readonly ServiceStack.Logging.ILog Log;
public virtual string MergeParamsIntoSql(string sql, System.Collections.Generic.IEnumerable<System.Data.IDbDataParameter> dbParams) => throw null;
public ServiceStack.OrmLite.INamingStrategy NamingStrategy { get => throw null; set { } }
public System.Action<System.Data.IDbCommand> OnAfterExecuteNonQuery { get => throw null; set { } }
public System.Action<System.Data.IDbCommand> OnBeforeExecuteNonQuery { get => throw null; set { } }
public System.Action<System.Data.IDbConnection> OnDisposeConnection { get => throw null; set { } }
public System.Collections.Generic.List<string> OneTimeConnectionCommands { get => throw null; }
public System.Action<System.Data.IDbConnection> OnOpenConnection { get => throw null; set { } }
public virtual System.Threading.Tasks.Task OpenAsync(System.Data.IDbConnection db, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
@@ -1827,7 +1959,10 @@ namespace ServiceStack
public virtual void PrepareUpdateRowAddStatement<T>(System.Data.IDbCommand dbCmd, System.Collections.Generic.Dictionary<string, object> args, string sqlFilter) => throw null;
public virtual void PrepareUpdateRowStatement(System.Data.IDbCommand dbCmd, object objWithProperties, System.Collections.Generic.ICollection<string> updateFields = default(System.Collections.Generic.ICollection<string>)) => throw null;
public virtual void PrepareUpdateRowStatement<T>(System.Data.IDbCommand dbCmd, System.Collections.Generic.Dictionary<string, object> args, string sqlFilter) => throw null;
protected char QuoteChar;
public virtual string QuoteIfRequired(string name) => throw null;
public virtual string QuoteSchema(string schema, string table) => throw null;
public virtual string QuoteTable(ServiceStack.OrmLite.TableRef tableRef) => throw null;
public virtual System.Threading.Tasks.Task<bool> ReadAsync(System.Data.IDataReader reader, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual System.Threading.Tasks.Task<System.Collections.Generic.List<T>> ReaderEach<T>(System.Data.IDataReader reader, System.Func<T> fn, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual System.Threading.Tasks.Task<Return> ReaderEach<Return>(System.Data.IDataReader reader, System.Action fn, Return source, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
@@ -1850,10 +1985,12 @@ namespace ServiceStack
protected virtual bool ShouldSkipInsert(ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public virtual string SqlBool(bool value) => throw null;
public virtual string SqlCast(object fieldOrValue, string castAs) => throw null;
public virtual string SqlChar(int charCode) => throw null;
public virtual string SqlConcat(System.Collections.Generic.IEnumerable<object> args) => throw null;
public virtual string SqlConflict(string sql, string conflictResolution) => throw null;
public virtual string SqlCurrency(string fieldOrValue) => throw null;
public virtual string SqlCurrency(string fieldOrValue, string currencySymbol) => throw null;
public virtual string SqlDateFormat(string quotedColumn, string format) => throw null;
public virtual ServiceStack.OrmLite.SqlExpression<T> SqlExpression<T>() => throw null;
public virtual string SqlLimit(int? offset = default(int?), int? rows = default(int?)) => throw null;
public virtual string SqlRandom { get => throw null; }
@@ -1862,10 +1999,10 @@ namespace ServiceStack
public virtual bool SupportsAsync { get => throw null; }
public virtual bool SupportsConcurrentWrites { get => throw null; }
public virtual bool SupportsSchema { get => throw null; }
public virtual string ToAddColumnStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public virtual string ToAddColumnStatement(ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public virtual string ToAddForeignKeyStatement<T, TForeign>(System.Linq.Expressions.Expression<System.Func<T, object>> field, System.Linq.Expressions.Expression<System.Func<TForeign, object>> foreignField, ServiceStack.OrmLite.OnFkOption onUpdate, ServiceStack.OrmLite.OnFkOption onDelete, string foreignKeyName = default(string)) => throw null;
public virtual string ToAlterColumnStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public virtual string ToChangeColumnNameStatement(string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumn) => throw null;
public virtual string ToAlterColumnStatement(ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public virtual string ToChangeColumnNameStatement(ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumn) => throw null;
protected virtual string ToCreateIndexStatement(bool isUnique, string indexName, ServiceStack.OrmLite.ModelDefinition modelDef, string fieldName, bool isCombined = default(bool), ServiceStack.OrmLite.FieldDefinition fieldDef = default(ServiceStack.OrmLite.FieldDefinition)) => throw null;
public virtual string ToCreateIndexStatement<T>(System.Linq.Expressions.Expression<System.Func<T, object>> field, string indexName = default(string), bool unique = default(bool)) => throw null;
public virtual System.Collections.Generic.List<string> ToCreateIndexStatements(System.Type tableType) => throw null;
@@ -1876,9 +2013,10 @@ namespace ServiceStack
public virtual string ToCreateTableStatement(System.Type tableType) => throw null;
public virtual object ToDbValue(object value, System.Type type) => throw null;
public virtual string ToDeleteStatement(System.Type tableType, string sqlFilter, params object[] filterParams) => throw null;
public virtual string ToDropColumnStatement(string schema, string table, string column) => throw null;
public virtual string ToDropConstraintStatement(string schema, string table, string constraintName) => throw null;
public virtual string ToDropForeignKeyStatement(string schema, string table, string foreignKeyName) => throw null;
public virtual string ToDropColumnStatement(ServiceStack.OrmLite.TableRef tableRef, string column) => throw null;
public virtual string ToDropConstraintStatement(ServiceStack.OrmLite.TableRef tableRef, string constraintName) => throw null;
public virtual string ToDropForeignKeyStatement(ServiceStack.OrmLite.TableRef tableRef, string foreignKeyName) => throw null;
public virtual string ToDropIndexStatement<T>(string indexName) => throw null;
public virtual string ToExecuteProcedureStatement(object objWithProperties) => throw null;
public virtual string ToExistStatement(System.Type fromTableType, object objWithProperties, string sqlFilter, params object[] filterParams) => throw null;
public virtual string ToInsertRowSql<T>(T obj, System.Collections.Generic.ICollection<string> insertFields = default(System.Collections.Generic.ICollection<string>)) => throw null;
@@ -1888,7 +2026,8 @@ namespace ServiceStack
public virtual string ToPostCreateTableStatement(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null;
public virtual string ToPostDropTableStatement(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null;
public virtual string ToReleaseSavePoint(string name) => throw null;
public virtual string ToRenameColumnStatement(string schema, string table, string oldColumn, string newColumn) => throw null;
public virtual string ToRenameColumnStatement(ServiceStack.OrmLite.TableRef tableRef, string oldColumn, string newColumn) => throw null;
public virtual string ToResetSequenceStatement(System.Type tableType, string columnName, int value) => throw null;
public virtual string ToRollbackSavePoint(string name) => throw null;
public virtual string ToRowCountStatement(string innerSql) => throw null;
public virtual string ToSelectFromProcedureStatement(object fromObjWithProperties, System.Type outputModelType, string sqlFilter, params object[] filterParams) => throw null;
@@ -1897,6 +2036,8 @@ namespace ServiceStack
public virtual string ToTableNamesStatement(string schema) => throw null;
public virtual string ToTableNamesWithRowCountsStatement(bool live, string schema) => throw null;
public virtual string ToUpdateStatement<T>(System.Data.IDbCommand dbCmd, T item, System.Collections.Generic.ICollection<string> updateFields = default(System.Collections.Generic.ICollection<string>)) => throw null;
public virtual string UnquotedTable(ServiceStack.OrmLite.TableRef tableRef) => throw null;
public virtual bool UseJson { set { } }
public ServiceStack.OrmLite.Converters.ValueTypeConverter ValueTypeConverter { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Variables { get => throw null; set { } }
}
@@ -1911,12 +2052,15 @@ namespace ServiceStack
public static string GetParam(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, string name, string format) => throw null;
public static string GetParam(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, string name) => throw null;
public static string GetParam(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, int indexNo = default(int)) => throw null;
public static string GetQuotedColumnName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public static string GetQuotedColumnName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, ServiceStack.OrmLite.ModelDefinition tableDef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public static string GetQuotedColumnName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, ServiceStack.OrmLite.ModelDefinition tableDef, string tableAlias, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public static string GetQuotedColumnName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, ServiceStack.OrmLite.ModelDefinition tableDef, string fieldName) => throw null;
public static string GetQuotedColumnName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, ServiceStack.OrmLite.ModelDefinition tableDef, string tableAlias, string fieldName) => throw null;
public static string GetQuotedTableName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, string tableName) => throw null;
public static ServiceStack.OrmLite.Converters.StringConverter GetStringConverter(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect) => throw null;
public static string GetTableName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, string tableName) => throw null;
public static string GetTableName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Type table) => throw null;
public static string GetTableName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, ServiceStack.OrmLite.ModelDefinition modelDef) => throw null;
public static bool HasConverter(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Type type) => throw null;
public static void InitDbParam(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Data.IDbDataParameter dbParam, System.Type columnType) => throw null;
public static void InitDbParam(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Data.IDbDataParameter dbParam, System.Type columnType, object value) => throw null;
@@ -1947,13 +2091,17 @@ namespace ServiceStack
public class OrmLiteNamingStrategyBase : ServiceStack.OrmLite.INamingStrategy
{
public virtual string ApplyNameRestrictions(string name) => throw null;
public System.Collections.Generic.Dictionary<string, string> ColumnAliases { get => throw null; }
public OrmLiteNamingStrategyBase() => throw null;
public virtual string GetAlias(string name) => throw null;
public virtual string GetColumnName(string name) => throw null;
public virtual string GetSchemaName(string name) => throw null;
public virtual string GetSchemaName(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null;
public virtual string GetSequenceName(string modelName, string fieldName) => throw null;
public virtual string GetTableName(string name) => throw null;
public virtual string GetTableName(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null;
public System.Collections.Generic.Dictionary<string, string> SchemaAliases { get => throw null; }
public System.Collections.Generic.Dictionary<string, string> TableAliases { get => throw null; }
}
public class OrmLitePersistenceProvider : System.IDisposable, ServiceStack.Data.IEntityStore
{
@@ -1994,6 +2142,7 @@ namespace ServiceStack
public static bool Exists<T>(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.SqlExpression<T> expression) => throw null;
public static bool Exists<T>(this System.Data.IDbConnection dbConn, object anonType) => throw null;
public static bool Exists<T>(this System.Data.IDbConnection dbConn, string sql, object anonType = default(object)) => throw null;
public static bool ExistsById<T>(this System.Data.IDbConnection dbConn, object id) => throw null;
public static System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<K, V>> KeyValuePairs<K, V>(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.ISqlExpression query) => throw null;
public static System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<K, V>> KeyValuePairs<K, V>(this System.Data.IDbConnection dbConn, string sql, object anonType = default(object)) => throw null;
public static long LastInsertId(this System.Data.IDbConnection dbConn) => throw null;
@@ -2063,6 +2212,7 @@ namespace ServiceStack
public static System.Threading.Tasks.Task<bool> ExistsAsync<T>(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.SqlExpression<T> expression, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<bool> ExistsAsync<T>(this System.Data.IDbConnection dbConn, object anonType, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<bool> ExistsAsync<T>(this System.Data.IDbConnection dbConn, string sql, object anonType = default(object), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<bool> ExistsByIdAsync<T>(this System.Data.IDbConnection dbConn, object id, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<K, V>>> KeyValuePairsAsync<K, V>(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.ISqlExpression query, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<K, V>>> KeyValuePairsAsync<K, V>(this System.Data.IDbConnection dbConn, string sql, System.Collections.Generic.IEnumerable<System.Data.IDbDataParameter> sqlParams, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<K, V>>> KeyValuePairsAsync<K, V>(this System.Data.IDbConnection dbConn, string sql, object anonType = default(object), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
@@ -2114,6 +2264,7 @@ namespace ServiceStack
public static System.Data.IDbDataParameter AddParam(this System.Data.IDbCommand dbCmd, string name, object value = default(object), System.Data.ParameterDirection direction = default(System.Data.ParameterDirection), System.Data.DbType? dbType = default(System.Data.DbType?), byte? precision = default(byte?), byte? scale = default(byte?), int? size = default(int?), System.Action<System.Data.IDbDataParameter> paramFilter = default(System.Action<System.Data.IDbDataParameter>)) => throw null;
public static void ClearFilters(this System.Data.IDbCommand dbCmd) => throw null;
public static System.Data.IDbDataParameter CreateParam(this System.Data.IDbCommand dbCmd, string name, object value = default(object), System.Data.ParameterDirection direction = default(System.Data.ParameterDirection), System.Data.DbType? dbType = default(System.Data.DbType?), byte? precision = default(byte?), byte? scale = default(byte?), int? size = default(int?)) => throw null;
public static ServiceStack.OrmLite.FieldDefinition GetExplicitRefFieldDefIfExists(this ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.ModelDefinition refModelDef) => throw null;
public static ServiceStack.OrmLite.FieldDefinition GetRefFieldDef(this ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.ModelDefinition refModelDef, System.Type refType) => throw null;
public static ServiceStack.OrmLite.FieldDefinition GetRefFieldDefIfExists(this ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.ModelDefinition refModelDef) => throw null;
public static ServiceStack.OrmLite.FieldDefinition GetSelfRefFieldDefIfExists(this ServiceStack.OrmLite.ModelDefinition modelDef, ServiceStack.OrmLite.ModelDefinition refModelDef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
@@ -2122,7 +2273,6 @@ namespace ServiceStack
public static System.Collections.Generic.Dictionary<K, System.Collections.Generic.List<V>> Lookup<K, V>(this System.Data.IDbCommand dbCmd, string sql, object anonType = default(object)) => throw null;
public static System.Data.IDbCommand SetFilters<T>(this System.Data.IDbCommand dbCmd, object anonType) => throw null;
public static System.Collections.Generic.List<T> SqlColumn<T>(this System.Data.IDbCommand dbCmd, string sql, object anonType = default(object)) => throw null;
public const string UseDbConnectionExtensions = default;
}
public static class OrmLiteReadExpressionsApi
{
@@ -2150,6 +2300,8 @@ namespace ServiceStack
public static ServiceStack.OrmLite.ColumnSchema[] GetTableColumns(this System.Data.IDbConnection dbConn, System.Type type) => throw null;
public static ServiceStack.OrmLite.ColumnSchema[] GetTableColumns(this System.Data.IDbConnection dbConn, string sql) => throw null;
public static string GetTableName<T>(this System.Data.IDbConnection db) => throw null;
public static string GetTableName(this System.Data.IDbConnection db, System.Type type) => throw null;
public static string GetTableName(this System.Data.IDbConnection db, ServiceStack.OrmLite.ModelDefinition modelDef) => throw null;
public static System.Collections.Generic.List<string> GetTableNames(this System.Data.IDbConnection db) => throw null;
public static System.Collections.Generic.List<string> GetTableNames(this System.Data.IDbConnection db, string schema) => throw null;
public static System.Threading.Tasks.Task<System.Collections.Generic.List<string>> GetTableNamesAsync(this System.Data.IDbConnection db) => throw null;
@@ -2173,6 +2325,7 @@ namespace ServiceStack
public static long RowCount<T>(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.SqlExpression<T> expression) => throw null;
public static long RowCount(this System.Data.IDbConnection dbConn, string sql, object anonType = default(object)) => throw null;
public static long RowCount(this System.Data.IDbConnection dbConn, string sql, System.Collections.Generic.IEnumerable<System.Data.IDbDataParameter> sqlParams) => throw null;
public static long RowCount<T>(this System.Data.IDbConnection dbConn) => throw null;
public static ServiceStack.OrmLite.SavePoint SavePoint(this System.Data.IDbTransaction trans, string name) => throw null;
public static System.Threading.Tasks.Task<ServiceStack.OrmLite.SavePoint> SavePointAsync(this System.Data.IDbTransaction trans, string name) => throw null;
public static TKey Scalar<T, TKey>(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression<System.Func<T, object>> field) => throw null;
@@ -2221,6 +2374,7 @@ namespace ServiceStack
public static System.Threading.Tasks.Task<System.Collections.Generic.List<Into>> LoadSelectAsync<Into, From>(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.SqlExpression<From> expression, System.Linq.Expressions.Expression<System.Func<Into, object>> include) => throw null;
public static System.Threading.Tasks.Task<long> RowCountAsync<T>(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.SqlExpression<T> expression, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<long> RowCountAsync(this System.Data.IDbConnection dbConn, string sql, object anonType = default(object), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<long> RowCountAsync<T>(this System.Data.IDbConnection dbConn) => throw null;
public static System.Threading.Tasks.Task<TKey> ScalarAsync<T, TKey>(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression<System.Func<T, object>> field, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<TKey> ScalarAsync<T, TKey>(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression<System.Func<T, object>> field, System.Linq.Expressions.Expression<System.Func<T, bool>> predicate, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<System.Collections.Generic.List<T>> SelectAsync<T>(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression<System.Func<T, bool>> predicate, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
@@ -2327,9 +2481,10 @@ namespace ServiceStack
}
public static class OrmLiteSchemaApi
{
public static bool ColumnExists(this System.Data.IDbConnection dbConn, string columnName, ServiceStack.OrmLite.TableRef tableRef) => throw null;
public static bool ColumnExists(this System.Data.IDbConnection dbConn, string columnName, string tableName, string schema = default(string)) => throw null;
public static bool ColumnExists<T>(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression<System.Func<T, object>> field) => throw null;
public static System.Threading.Tasks.Task<bool> ColumnExistsAsync(this System.Data.IDbConnection dbConn, string columnName, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<bool> ColumnExistsAsync(this System.Data.IDbConnection dbConn, string columnName, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<bool> ColumnExistsAsync<T>(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression<System.Func<T, object>> field, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static void CreateSchema<T>(this System.Data.IDbConnection dbConn) => throw null;
public static bool CreateSchema(this System.Data.IDbConnection dbConn, string schemaName) => throw null;
@@ -2349,41 +2504,46 @@ namespace ServiceStack
public static System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> GetSchemaTables(this System.Data.IDbConnection dbConn) => throw null;
public static void Migrate<T>(this System.Data.IDbConnection dbConn) => throw null;
public static void Revert<T>(this System.Data.IDbConnection dbConn) => throw null;
public static bool TableExists(this System.Data.IDbConnection dbConn, string tableName, string schema = default(string)) => throw null;
public static bool TableExists(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.TableRef tableRef) => throw null;
public static bool TableExists(this System.Data.IDbConnection dbConn, string tableName, string schema) => throw null;
public static bool TableExists<T>(this System.Data.IDbConnection dbConn) => throw null;
public static System.Threading.Tasks.Task<bool> TableExistsAsync(this System.Data.IDbConnection dbConn, string tableName, string schema = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<bool> TableExistsAsync(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.TableRef tableRef, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<bool> TableExistsAsync<T>(this System.Data.IDbConnection dbConn, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
}
public static class OrmLiteSchemaModifyApi
{
public static void AddColumn<T>(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression<System.Func<T, object>> field) => throw null;
public static void AddColumn(this System.Data.IDbConnection dbConn, System.Type modelType, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public static void AddColumn(this System.Data.IDbConnection dbConn, string table, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public static void AddColumn(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public static void AddColumn(this System.Data.IDbConnection dbConn, string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public static void AddForeignKey<T, TForeign>(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression<System.Func<T, object>> field, System.Linq.Expressions.Expression<System.Func<TForeign, object>> foreignField, ServiceStack.OrmLite.OnFkOption onUpdate, ServiceStack.OrmLite.OnFkOption onDelete, string foreignKeyName = default(string)) => throw null;
public static void AlterColumn<T>(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression<System.Func<T, object>> field) => throw null;
public static void AlterColumn(this System.Data.IDbConnection dbConn, System.Type modelType, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public static void AlterColumn(this System.Data.IDbConnection dbConn, string table, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public static void AlterColumn(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public static void AlterColumn(this System.Data.IDbConnection dbConn, string schema, string table, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public static void AlterTable<T>(this System.Data.IDbConnection dbConn, string command) => throw null;
public static void AlterTable(this System.Data.IDbConnection dbConn, System.Type modelType, string command) => throw null;
public static void ChangeColumnName<T>(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression<System.Func<T, object>> field, string oldColumn) => throw null;
public static void ChangeColumnName(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.TableRef tableRef, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumn) => throw null;
public static void ChangeColumnName(this System.Data.IDbConnection dbConn, System.Type modelType, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumn) => throw null;
public static void CreateIndex<T>(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression<System.Func<T, object>> field, string indexName = default(string), bool unique = default(bool)) => throw null;
public static void DropColumn<T>(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression<System.Func<T, object>> field) => throw null;
public static void DropColumn<T>(this System.Data.IDbConnection dbConn, string column) => throw null;
public static void DropColumn(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.TableRef tableRef, string column) => throw null;
public static void DropColumn(this System.Data.IDbConnection dbConn, System.Type modelType, string column) => throw null;
public static void DropColumn(this System.Data.IDbConnection dbConn, string table, string column) => throw null;
public static void DropColumn(this System.Data.IDbConnection dbConn, string schema, string table, string column) => throw null;
public static void DropConstraint(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.TableRef tableRef, string constraint) => throw null;
public static void DropConstraint(this System.Data.IDbConnection dbConn, System.Type modelType, string constraint) => throw null;
public static void DropForeignKey<T>(this System.Data.IDbConnection dbConn, string foreignKeyName) => throw null;
public static void DropForeignKeys<T>(this System.Data.IDbConnection dbConn) => throw null;
public static void DropIndex<T>(this System.Data.IDbConnection dbConn, string indexName) => throw null;
public static void Migrate(this System.Data.IDbConnection dbConn, System.Type modelType) => throw null;
public static ServiceStack.OrmLite.TableRef QuoteTable(this System.Data.IDbConnection dbConn, string tableName, bool useStrategy = default(bool)) => throw null;
public static ServiceStack.OrmLite.TableRef QuoteTableAlias(this System.Data.IDbConnection dbConn, string tableName) => throw null;
public static void RenameColumn<T>(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression<System.Func<T, object>> field, string oldColumn) => throw null;
public static void RenameColumn<T>(this System.Data.IDbConnection dbConn, string oldColumn, string newColumn) => throw null;
public static void RenameColumn(this System.Data.IDbConnection dbConn, System.Type modelType, string oldColumn, string newColumn) => throw null;
public static void RenameColumn(this System.Data.IDbConnection dbConn, string table, string oldColumn, string newColumn) => throw null;
public static void RenameColumn(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.TableRef tableRef, string oldColumn, string newColumn) => throw null;
public static void RenameColumn(this System.Data.IDbConnection dbConn, string schema, string table, string oldColumn, string newColumn) => throw null;
public static void Revert(this System.Data.IDbConnection dbConn, System.Type modelType) => throw null;
}
@@ -2423,6 +2583,7 @@ namespace ServiceStack
public System.Data.IsolationLevel IsolationLevel { get => throw null; }
public void Rollback() => throw null;
public System.Data.IDbTransaction Transaction { get => throw null; set { } }
public object WriteLock { get => throw null; }
}
public static class OrmLiteUtils
{
@@ -2452,6 +2613,7 @@ namespace ServiceStack
public static System.Collections.Generic.List<string> GetNonDefaultValueInsertFields<T>(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider, object obj) => throw null;
public static void HandleException(System.Exception ex, string message = default(string), params object[] args) => throw null;
public static string[] IllegalSqlFragmentTokens;
public static bool IsQuoted(string symbol) => throw null;
public static bool IsRefType(this System.Type fieldType) => throw null;
public static bool IsScalar<T>() => throw null;
public static bool isUnsafeSql(string sql, System.Text.RegularExpressions.Regex verifySql) => throw null;
@@ -2536,6 +2698,8 @@ namespace ServiceStack
public static long InsertIntoSelect<T>(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.ISqlExpression query) => throw null;
public static long InsertIntoSelect<T>(this System.Data.IDbConnection dbConn, ServiceStack.OrmLite.ISqlExpression query, System.Action<System.Data.IDbCommand> commandFilter) => throw null;
public static void InsertUsingDefaults<T>(this System.Data.IDbConnection dbConn, params T[] objs) => throw null;
public static object ResetSequence<T>(this System.Data.IDbConnection dbConn, System.Linq.Expressions.Expression<System.Func<T, object>> field, int value = default(int)) => throw null;
public static object ResetSequence(this System.Data.IDbConnection dbConn, System.Type tableType, string columnName, int value = default(int)) => throw null;
public static bool Save<T>(this System.Data.IDbConnection dbConn, T obj, bool references = default(bool)) => throw null;
public static int Save<T>(this System.Data.IDbConnection dbConn, params T[] objs) => throw null;
public static int SaveAll<T>(this System.Data.IDbConnection dbConn, System.Collections.Generic.IEnumerable<T> objs) => throw null;
@@ -2554,6 +2718,7 @@ namespace ServiceStack
public static class OrmLiteWriteApiAsync
{
public static System.Threading.Tasks.Task<int> DeleteAllAsync<T>(this System.Data.IDbConnection dbConn, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<int> DeleteAllAsync<T>(this System.Data.IDbConnection dbConn, System.Collections.Generic.IEnumerable<T> rows, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<int> DeleteAllAsync(this System.Data.IDbConnection dbConn, System.Type tableType, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<int> DeleteAsync<T>(this System.Data.IDbConnection dbConn, object anonFilter, System.Action<System.Data.IDbCommand> commandFilter = default(System.Action<System.Data.IDbCommand>), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<int> DeleteAsync<T>(this System.Data.IDbConnection dbConn, System.Collections.Generic.Dictionary<string, object> filters, System.Action<System.Data.IDbCommand> commandFilter = default(System.Action<System.Data.IDbCommand>), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
@@ -2717,7 +2882,9 @@ namespace ServiceStack
public class SelectItemColumn : ServiceStack.OrmLite.SelectItem
{
public string ColumnName { get => throw null; set { } }
public SelectItemColumn(ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider, ServiceStack.OrmLite.FieldDefinition fieldDef, string quotedTableAlias = default(string)) : base(default(ServiceStack.OrmLite.IOrmLiteDialectProvider), default(string)) => throw null;
public SelectItemColumn(ServiceStack.OrmLite.IOrmLiteDialectProvider dialectProvider, string columnName, string columnAlias = default(string), string quotedTableAlias = default(string)) : base(default(ServiceStack.OrmLite.IOrmLiteDialectProvider), default(string)) => throw null;
public string GetColumnName() => throw null;
public string QuotedTableAlias { get => throw null; set { } }
public override string ToString() => throw null;
}
@@ -2727,6 +2894,62 @@ namespace ServiceStack
public string SelectExpression { get => throw null; set { } }
public override string ToString() => throw null;
}
public class SingleWriterDbCommand : System.Data.Common.DbCommand
{
public override void Cancel() => throw null;
public override string CommandText { get => throw null; set { } }
public override int CommandTimeout { get => throw null; set { } }
public override System.Data.CommandType CommandType { get => throw null; set { } }
protected override System.Data.Common.DbParameter CreateDbParameter() => throw null;
public SingleWriterDbCommand(ServiceStack.OrmLite.SingleWriterDbConnection db, System.Data.Common.DbCommand cmd, object writeLock) => throw null;
protected override System.Data.Common.DbConnection DbConnection { get => throw null; set { } }
protected override System.Data.Common.DbParameterCollection DbParameterCollection { get => throw null; }
protected override System.Data.Common.DbTransaction DbTransaction { get => throw null; set { } }
public override bool DesignTimeVisible { get => throw null; set { } }
protected override void Dispose(bool disposing) => throw null;
protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) => throw null;
public override int ExecuteNonQuery() => throw null;
public override object ExecuteScalar() => throw null;
public override void Prepare() => throw null;
public override System.Data.UpdateRowSource UpdatedRowSource { get => throw null; set { } }
}
public class SingleWriterDbConnection : System.Data.Common.DbConnection, ServiceStack.Model.IHasTag, ServiceStack.IHasWriteLock
{
protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) => throw null;
public override void ChangeDatabase(string databaseName) => throw null;
public override void Close() => throw null;
public override string ConnectionString { get => throw null; set { } }
protected override System.Data.Common.DbCommand CreateDbCommand() => throw null;
public SingleWriterDbConnection(System.Data.Common.DbConnection db, object writeLock) => throw null;
public SingleWriterDbConnection(ServiceStack.OrmLite.OrmLiteConnectionFactory factory, object writeLock) => throw null;
public override string Database { get => throw null; }
public override string DataSource { get => throw null; }
public System.Data.Common.DbConnection Db { get => throw null; }
protected override void Dispose(bool disposing) => throw null;
public ServiceStack.OrmLite.OrmLiteConnectionFactory Factory { get => throw null; }
public override void Open() => throw null;
public override string ServerVersion { get => throw null; }
public override System.Data.ConnectionState State { get => throw null; }
public string Tag { get => throw null; set { } }
public object WriteLock { get => throw null; }
}
public static partial class SingleWriterExtensions
{
public static System.Data.Common.DbConnection CreateSingleWriterDb(this ServiceStack.Data.IDbConnectionFactory dbFactory, string namedConnection = default(string)) => throw null;
public static object GetWriteLock(this System.Data.IDbConnection dbConnection) => throw null;
public static System.Data.Common.DbConnection OpenSingleWriterDb(this ServiceStack.Data.IDbConnectionFactory dbFactory, string namedConnection = default(string)) => throw null;
public static System.Data.Common.DbConnection WithWriteLock(this System.Data.IDbConnection db, object writeLock) => throw null;
}
public class SingleWriterTransaction : System.Data.Common.DbTransaction
{
public override void Commit() => throw null;
public SingleWriterTransaction(ServiceStack.OrmLite.SingleWriterDbConnection dbConnection, System.Data.Common.DbTransaction transaction, System.Data.IsolationLevel isolationLevel) => throw null;
protected override System.Data.Common.DbConnection DbConnection { get => throw null; }
protected override void Dispose(bool disposing) => throw null;
public override System.Data.IsolationLevel IsolationLevel { get => throw null; }
public override void Rollback() => throw null;
public readonly System.Data.Common.DbTransaction Transaction;
}
public static class Sql
{
public static T AllFields<T>(T item) => throw null;
@@ -2842,6 +3065,20 @@ namespace ServiceStack
public ServiceStack.OrmLite.SqlExpression<T> CustomJoin(string joinString) => throw null;
protected bool CustomSelect { get => throw null; set { } }
public ServiceStack.OrmLite.IOrmLiteDialectProvider DialectProvider { get => throw null; set { } }
public class DialectSql
{
public string Bool(bool value) => throw null;
public string Cast(object fieldOrValue, string castAs) => throw null;
public string Char(int charCode) => throw null;
public string Concat(System.Collections.Generic.IEnumerable<object> args) => throw null;
public string Conflict(string sql, string conflictResolution) => throw null;
public DialectSql(ServiceStack.OrmLite.IOrmLiteDialectProvider dialect) => throw null;
public string Currency(string fieldOrValue) => throw null;
public string Currency(string fieldOrValue, string currencySymbol) => throw null;
public string DateFormat(string quotedColumn, string format) => throw null;
public string Limit(int? offset = default(int?), int? rows = default(int?)) => throw null;
public string Random { get => throw null; }
}
public string Dump(bool includeParams) => throw null;
public virtual ServiceStack.OrmLite.SqlExpression<T> Ensure(System.Linq.Expressions.Expression<System.Func<T, bool>> predicate) => throw null;
public virtual ServiceStack.OrmLite.SqlExpression<T> Ensure<Target>(System.Linq.Expressions.Expression<System.Func<Target, bool>> predicate) => throw null;
@@ -2865,6 +3102,7 @@ namespace ServiceStack
protected object GetFalseExpression() => throw null;
protected virtual object GetMemberExpression(System.Linq.Expressions.MemberExpression m) => throw null;
public ServiceStack.OrmLite.ModelDefinition GetModelDefinition(ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
protected virtual string GetModExpression(System.Linq.Expressions.BinaryExpression b, object left, object right) => throw null;
protected virtual string GetQuotedColumnName(ServiceStack.OrmLite.ModelDefinition tableDef, string memberName) => throw null;
protected virtual string GetQuotedColumnName(ServiceStack.OrmLite.ModelDefinition tableDef, string tableAlias, string memberName) => throw null;
protected object GetQuotedFalseValue() => throw null;
@@ -2903,6 +3141,7 @@ namespace ServiceStack
protected virtual bool IsConstantExpression(System.Linq.Expressions.Expression e) => throw null;
protected virtual bool IsFieldName(object quotedExp) => throw null;
public bool IsJoinedTable(System.Type type) => throw null;
protected bool IsNull(object expr) => throw null;
protected virtual bool IsParameterAccess(System.Linq.Expressions.Expression e) => throw null;
protected virtual bool IsParameterOrConvertAccess(System.Linq.Expressions.Expression e) => throw null;
protected bool isSelectExpression;
@@ -3036,6 +3275,8 @@ namespace ServiceStack
public virtual ServiceStack.OrmLite.SqlExpression<T> SetTableAlias(string tableAlias) => throw null;
public virtual ServiceStack.OrmLite.SqlExpression<T> Skip(int? skip = default(int?)) => throw null;
protected bool skipParameterizationForThisExpression;
public ServiceStack.OrmLite.SqlExpression<T>.DialectSql sql { get => throw null; }
public string SqlColumn(ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public string SqlColumn(string columnName) => throw null;
public System.Func<string, string> SqlFilter { get => throw null; set { } }
public string SqlTable(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null;
@@ -3105,6 +3346,7 @@ namespace ServiceStack
protected virtual object VisitNewArray(System.Linq.Expressions.NewArrayExpression na) => throw null;
protected virtual System.Collections.Generic.List<object> VisitNewArrayFromExpressionList(System.Linq.Expressions.NewArrayExpression na) => throw null;
protected virtual object VisitParameter(System.Linq.Expressions.ParameterExpression p) => throw null;
protected virtual object VisitSpanContainsMethodCall(System.Linq.Expressions.MethodCallExpression m) => throw null;
protected virtual object VisitSqlMethodCall(System.Linq.Expressions.MethodCallExpression m) => throw null;
protected virtual object VisitStaticArrayMethodCall(System.Linq.Expressions.MethodCallExpression m) => throw null;
protected virtual object VisitStaticStringMethodCall(System.Linq.Expressions.MethodCallExpression m) => throw null;
@@ -3186,6 +3428,21 @@ namespace ServiceStack
public TableOptions() => throw null;
public string Expression { get => throw null; set { } }
}
public struct TableRef
{
public TableRef(string name) => throw null;
public TableRef(string schema, string name) => throw null;
public TableRef(ServiceStack.OrmLite.ModelDefinition modelDef) => throw null;
public TableRef(System.Type modelType) => throw null;
public string GetSchemaName() => throw null;
public string GetTableName() => throw null;
public static ServiceStack.OrmLite.TableRef Literal(string quotedName) => throw null;
public ServiceStack.OrmLite.ModelDefinition ModelDef { get => throw null; set { } }
public string Name { get => throw null; set { } }
public static implicit operator ServiceStack.OrmLite.TableRef(string name) => throw null;
public string QuotedName { get => throw null; set { } }
public string Schema { get => throw null; set { } }
}
public class UntypedApi<T> : ServiceStack.OrmLite.IUntypedApi
{
public System.Collections.IEnumerable Cast(System.Collections.IEnumerable results) => throw null;
@@ -3334,4 +3591,12 @@ namespace ServiceStack
public string Xml { get => throw null; }
}
}
public static class OrmLiteLog
{
public static ServiceStack.Logging.ILog Log;
}
public static partial class OrmLiteServiceCollectionExtensions
{
public static ServiceStack.OrmLite.OrmLiteConfigurationBuilder AddOrmLite(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action<ServiceStack.OrmLite.OrmLiteConfigOptions> configure) => throw null;
}
}

View File

@@ -7,7 +7,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/8.0.2/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../ServiceStack.Common/10.0.4/ServiceStack.Common.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,21 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../ServiceStack.Common/8.5.2/ServiceStack.Common.csproj" />
<ProjectReference Include="../../System.Collections.NonGeneric/4.3.0/System.Collections.NonGeneric.csproj" />
<ProjectReference Include="../../System.ComponentModel.Annotations/5.0.0/System.ComponentModel.Annotations.csproj" />
<ProjectReference Include="../../System.ComponentModel.Primitives/4.3.0/System.ComponentModel.Primitives.csproj" />
<ProjectReference Include="../../System.Dynamic.Runtime/4.3.0/System.Dynamic.Runtime.csproj" />
<ProjectReference Include="../../System.Memory/4.6.0/System.Memory.csproj" />
<ProjectReference Include="../../System.Reflection.Emit/4.7.0/System.Reflection.Emit.csproj" />
<ProjectReference Include="../../System.Reflection.Emit.Lightweight/4.7.0/System.Reflection.Emit.Lightweight.csproj" />
<ProjectReference Include="../../System.Reflection.TypeExtensions/4.7.0/System.Reflection.TypeExtensions.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1070,6 +1070,9 @@ namespace ServiceStack
}
public static class MimeTypes
{
public const string AudioMp3 = default;
public const string AudioMpeg = default;
public const string AudioWav = default;
public const string Binary = default;
public const string Bson = default;
public const string Cert = default;
@@ -1264,7 +1267,9 @@ namespace ServiceStack
public string PlatformName;
public static class Platforms
{
public const string Net10 = default;
public const string Net6 = default;
public const string Net8 = default;
public const string NetFX = default;
public const string NetStandard = default;
}
@@ -1331,6 +1336,7 @@ namespace ServiceStack
public static TAttribute FirstAttribute<TAttribute>(this System.Reflection.ParameterInfo paramInfo) => throw null;
public static TAttribute FirstAttribute<TAttribute>(this System.Reflection.PropertyInfo propertyInfo) => throw null;
public static System.Type FirstGenericTypeDefinition(this System.Type type) => throw null;
public static T FirstInheritedAttribute<T>(this System.Type type) where T : System.Attribute => throw null;
public static object FromObjectDictionary(this System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object>> values, System.Type type) => throw null;
public static T FromObjectDictionary<T>(this System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object>> values) => throw null;
public static System.Type[] GenericTypeArguments(this System.Type type) => throw null;
@@ -1780,6 +1786,12 @@ namespace ServiceStack
public override string ConvertName(string name) => throw null;
public JsonNamingPolicyDecorator(System.Text.Json.JsonNamingPolicy underlyingNamingPolicy) => throw null;
}
public class TypeJsonConverter : System.Text.Json.Serialization.JsonConverter<System.Type>
{
public TypeJsonConverter() => throw null;
public override System.Type Read(ref System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options) => throw null;
public override void Write(System.Text.Json.Utf8JsonWriter writer, System.Type value, System.Text.Json.JsonSerializerOptions options) => throw null;
}
public class XsdTimeOnlyJsonConverter : System.Text.Json.Serialization.JsonConverter<System.TimeOnly>
{
public XsdTimeOnlyJsonConverter() => throw null;
@@ -1830,6 +1842,7 @@ namespace ServiceStack
{
public static class AssemblyUtils
{
public static bool DefaultValidateTypeName(string typeName) => throw null;
public static System.Type FindType(string typeName) => throw null;
public static System.Type FindType(string typeName, string assemblyName) => throw null;
public static System.Type FindTypeFromLoadedAssemblies(string typeName) => throw null;
@@ -1837,6 +1850,9 @@ namespace ServiceStack
public static System.Reflection.Assembly LoadAssembly(string assemblyPath) => throw null;
public static System.Type MainInterface<T>() => throw null;
public static string ToTypeString(this System.Type type) => throw null;
public static System.Type UncheckedFindType(string typeName) => throw null;
public static System.Func<string, bool> ValidateTypeName { get => throw null; set { } }
public static System.Text.RegularExpressions.Regex ValidateTypeRegex { get => throw null; set { } }
public static string WriteType(System.Type type) => throw null;
}
public class CachedTypeInfo
@@ -2438,6 +2454,7 @@ namespace ServiceStack
public static System.DateTime Truncate(this System.DateTime dateTime, System.TimeSpan timeSpan) => throw null;
public const long UnixEpoch = 621355968000000000;
public static readonly System.DateTime UnixEpochDateTimeUnspecified;
public static System.DateTime WithDay(this System.DateTime from, int day) => throw null;
}
public sealed class DefaultMemory : ServiceStack.Text.MemoryProvider
{
@@ -2535,6 +2552,7 @@ namespace ServiceStack
public static bool IsIOS { get => throw null; set { } }
public static bool IsLinux { get => throw null; set { } }
public static bool IsMono { get => throw null; set { } }
public static bool IsNet10 { get => throw null; set { } }
public static bool IsNet6 { get => throw null; set { } }
public static bool IsNet8 { get => throw null; set { } }
public static bool IsNetCore { get => throw null; set { } }
@@ -2979,8 +2997,8 @@ namespace ServiceStack
public class JsonStringSerializer : ServiceStack.Text.IStringSerializer
{
public JsonStringSerializer() => throw null;
public To DeserializeFromString<To>(string serializedText) => throw null;
public object DeserializeFromString(string serializedText, System.Type type) => throw null;
public To DeserializeFromString<To>(string json) => throw null;
public object DeserializeFromString(string json, System.Type type) => throw null;
public string SerializeToString<TFrom>(TFrom from) => throw null;
}
public struct JsonValue : ServiceStack.Text.IValueWriter
@@ -3446,6 +3464,7 @@ namespace ServiceStack
}
public static class StringBuilderCacheAlt
{
public static System.Text.StringBuilder Allocate(int capacity) => throw null;
public static System.Text.StringBuilder Allocate() => throw null;
public static void Free(System.Text.StringBuilder sb) => throw null;
public static string ReturnAndFree(System.Text.StringBuilder sb) => throw null;
@@ -3495,11 +3514,13 @@ namespace ServiceStack
public static short ParseInt16(this System.ReadOnlySpan<char> value) => throw null;
public static int ParseInt32(this System.ReadOnlySpan<char> value) => throw null;
public static long ParseInt64(this System.ReadOnlySpan<char> value) => throw null;
public static object ParseInteger(this System.ReadOnlySpan<char> value) => throw null;
public static sbyte ParseSByte(this System.ReadOnlySpan<char> value) => throw null;
public static object ParseSignedInteger(this System.ReadOnlySpan<char> value) => throw null;
public static ushort ParseUInt16(this System.ReadOnlySpan<char> value) => throw null;
public static uint ParseUInt32(this System.ReadOnlySpan<char> value) => throw null;
public static ulong ParseUInt64(this System.ReadOnlySpan<char> value) => throw null;
public static object ParseUnsignedInteger(this System.ReadOnlySpan<char> value) => throw null;
public static System.ReadOnlySpan<char> RightPart(this System.ReadOnlySpan<char> strVal, char needle) => throw null;
public static System.ReadOnlySpan<char> RightPart(this System.ReadOnlySpan<char> strVal, string needle) => throw null;
public static System.ReadOnlySpan<char> SafeSlice(this System.ReadOnlySpan<char> value, int startIndex) => throw null;
@@ -3569,6 +3590,10 @@ namespace ServiceStack
public override int GetHashCode() => throw null;
}
}
public static class SystemJsonUtils
{
public static object AsObject(this System.Text.Json.JsonElement element) => throw null;
}
public static class SystemTime
{
public static System.DateTime Now { get => throw null; }

View File

@@ -1,15 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.CSharp/4.7.0/Microsoft.CSharp.csproj" />
<ProjectReference Include="../../System.Diagnostics.DiagnosticSource/8.0.0/System.Diagnostics.DiagnosticSource.csproj" />
<ProjectReference Include="../../System.Memory/4.6.0/System.Memory.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,10 +7,10 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../ServiceStack.Client/8.5.2/ServiceStack.Client.csproj" />
<ProjectReference Include="../../ServiceStack.Common/8.5.2/ServiceStack.Common.csproj" />
<ProjectReference Include="../../ServiceStack.Interfaces/8.5.2/ServiceStack.Interfaces.csproj" />
<ProjectReference Include="../../ServiceStack.Text/8.5.2/ServiceStack.Text.csproj" />
<ProjectReference Include="../../ServiceStack.Client/10.0.4/ServiceStack.Client.csproj" />
<ProjectReference Include="../../ServiceStack.Common/10.0.4/ServiceStack.Common.csproj" />
<ProjectReference Include="../../ServiceStack.Interfaces/10.0.4/ServiceStack.Interfaces.csproj" />
<ProjectReference Include="../../ServiceStack.Text/10.0.4/ServiceStack.Text.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.Runtime/4.3.0/System.Runtime.csproj" />
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,11 +7,11 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.Diagnostics.Debug/4.3.0/System.Diagnostics.Debug.csproj" />
<ProjectReference Include="../../System.Diagnostics.Tracing/4.3.0/System.Diagnostics.Tracing.csproj" />
<ProjectReference Include="../../System.Resources.ResourceManager/4.3.0/System.Resources.ResourceManager.csproj" />
<ProjectReference Include="../../System.Runtime/4.3.0/System.Runtime.csproj" />
<ProjectReference Include="../../System.Threading/4.3.0/System.Threading.csproj" />
<ProjectReference Include="../../System.Diagnostics.Debug/4.0.11/System.Diagnostics.Debug.csproj" />
<ProjectReference Include="../../System.Diagnostics.Tracing/4.1.0/System.Diagnostics.Tracing.csproj" />
<ProjectReference Include="../../System.Resources.ResourceManager/4.0.1/System.Resources.ResourceManager.csproj" />
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
<ProjectReference Include="../../System.Threading/4.0.11/System.Threading.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,42 +0,0 @@
// This file contains auto-generated code.
// Generated from `System.ClientModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8`.
namespace System
{
namespace ClientModel
{
namespace Primitives
{
public interface IJsonModel<T> : System.ClientModel.Primitives.IPersistableModel<T>
{
T Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options);
void Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options);
}
public interface IPersistableModel<T>
{
T Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options);
string GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options);
System.BinaryData Write(System.ClientModel.Primitives.ModelReaderWriterOptions options);
}
public static class ModelReaderWriter
{
public static T Read<T>(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) where T : System.ClientModel.Primitives.IPersistableModel<T> => throw null;
public static object Read(System.BinaryData data, System.Type returnType, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) => throw null;
public static System.BinaryData Write<T>(T model, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) where T : System.ClientModel.Primitives.IPersistableModel<T> => throw null;
public static System.BinaryData Write(object model, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) => throw null;
}
public class ModelReaderWriterOptions
{
public ModelReaderWriterOptions(string format) => throw null;
public string Format { get => throw null; }
public static System.ClientModel.Primitives.ModelReaderWriterOptions Json { get => throw null; }
public static System.ClientModel.Primitives.ModelReaderWriterOptions Xml { get => throw null; }
}
[System.AttributeUsage((System.AttributeTargets)4)]
public sealed class PersistableModelProxyAttribute : System.Attribute
{
public PersistableModelProxyAttribute(System.Type proxyType) => throw null;
public System.Type ProxyType { get => throw null; }
}
}
}
}

View File

@@ -0,0 +1,443 @@
// This file contains auto-generated code.
// Generated from `System.ClientModel, Version=1.5.1.0, Culture=neutral, PublicKeyToken=92742159e12e44c8`.
namespace System
{
namespace ClientModel
{
public class ApiKeyCredential
{
public ApiKeyCredential(string key) => throw null;
public void Deconstruct(out string key) => throw null;
public void Update(string key) => throw null;
}
public abstract class AsyncCollectionResult<T> : System.ClientModel.Primitives.AsyncCollectionResult, System.Collections.Generic.IAsyncEnumerable<T>
{
protected AsyncCollectionResult() => throw null;
public System.Collections.Generic.IAsyncEnumerator<T> GetAsyncEnumerator(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null;
protected abstract System.Collections.Generic.IAsyncEnumerable<T> GetValuesFromPageAsync(System.ClientModel.ClientResult page);
}
public abstract class AuthenticationTokenProvider
{
public abstract System.ClientModel.Primitives.GetTokenOptions CreateTokenOptions(System.Collections.Generic.IReadOnlyDictionary<string, object> properties);
protected AuthenticationTokenProvider() => throw null;
public abstract System.ClientModel.Primitives.AuthenticationToken GetToken(System.ClientModel.Primitives.GetTokenOptions options, System.Threading.CancellationToken cancellationToken);
public abstract System.Threading.Tasks.ValueTask<System.ClientModel.Primitives.AuthenticationToken> GetTokenAsync(System.ClientModel.Primitives.GetTokenOptions options, System.Threading.CancellationToken cancellationToken);
}
public abstract class BinaryContent : System.IDisposable
{
public static System.ClientModel.BinaryContent Create(System.BinaryData value) => throw null;
public static System.ClientModel.BinaryContent Create<T>(T model, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) where T : System.ClientModel.Primitives.IPersistableModel<T> => throw null;
public static System.ClientModel.BinaryContent Create(System.IO.Stream stream) => throw null;
public static System.ClientModel.BinaryContent CreateJson<T>(T jsonSerializable, System.Text.Json.JsonSerializerOptions options = default(System.Text.Json.JsonSerializerOptions)) => throw null;
public static System.ClientModel.BinaryContent CreateJson<T>(T jsonSerializable, System.Text.Json.Serialization.Metadata.JsonTypeInfo<T> jsonTypeInfo) => throw null;
public static System.ClientModel.BinaryContent CreateJson(string jsonString, bool validate = default(bool)) => throw null;
protected BinaryContent() => throw null;
public abstract void Dispose();
public string MediaType { get => throw null; set { } }
public abstract bool TryComputeLength(out long length);
public abstract void WriteTo(System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
public abstract System.Threading.Tasks.Task WriteToAsync(System.IO.Stream stream, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
}
public class ClientResult
{
protected ClientResult(System.ClientModel.Primitives.PipelineResponse response) => throw null;
public static System.ClientModel.ClientResult<T> FromOptionalValue<T>(T value, System.ClientModel.Primitives.PipelineResponse response) => throw null;
public static System.ClientModel.ClientResult FromResponse(System.ClientModel.Primitives.PipelineResponse response) => throw null;
public static System.ClientModel.ClientResult<T> FromValue<T>(T value, System.ClientModel.Primitives.PipelineResponse response) => throw null;
public System.ClientModel.Primitives.PipelineResponse GetRawResponse() => throw null;
}
public class ClientResult<T> : System.ClientModel.ClientResult
{
protected ClientResult(T value, System.ClientModel.Primitives.PipelineResponse response) : base(default(System.ClientModel.Primitives.PipelineResponse)) => throw null;
public static implicit operator T(System.ClientModel.ClientResult<T> result) => throw null;
public virtual T Value { get => throw null; }
}
public class ClientResultException : System.Exception
{
public static System.Threading.Tasks.Task<System.ClientModel.ClientResultException> CreateAsync(System.ClientModel.Primitives.PipelineResponse response, System.Exception innerException = default(System.Exception)) => throw null;
public ClientResultException(System.ClientModel.Primitives.PipelineResponse response, System.Exception innerException = default(System.Exception)) => throw null;
public ClientResultException(string message, System.ClientModel.Primitives.PipelineResponse response = default(System.ClientModel.Primitives.PipelineResponse), System.Exception innerException = default(System.Exception)) => throw null;
public System.ClientModel.Primitives.PipelineResponse GetRawResponse() => throw null;
public int Status { get => throw null; set { } }
}
public abstract class CollectionResult<T> : System.ClientModel.Primitives.CollectionResult, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
{
protected CollectionResult() => throw null;
public System.Collections.Generic.IEnumerator<T> GetEnumerator() => throw null;
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null;
protected abstract System.Collections.Generic.IEnumerable<T> GetValuesFromPage(System.ClientModel.ClientResult page);
}
public class ContinuationToken
{
protected ContinuationToken() => throw null;
protected ContinuationToken(System.BinaryData bytes) => throw null;
public static System.ClientModel.ContinuationToken FromBytes(System.BinaryData bytes) => throw null;
public virtual System.BinaryData ToBytes() => throw null;
}
namespace Primitives
{
public static partial class ActivityExtensions
{
public static System.Diagnostics.Activity MarkClientActivityFailed(this System.Diagnostics.Activity activity, System.Exception exception) => throw null;
public static System.Diagnostics.Activity StartClientActivity(this System.Diagnostics.ActivitySource activitySource, System.ClientModel.Primitives.ClientPipelineOptions options, string name, System.Diagnostics.ActivityKind kind = default(System.Diagnostics.ActivityKind), System.Diagnostics.ActivityContext parentContext = default(System.Diagnostics.ActivityContext), System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object>> tags = default(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object>>)) => throw null;
}
public class ApiKeyAuthenticationPolicy : System.ClientModel.Primitives.AuthenticationPolicy
{
public static System.ClientModel.Primitives.ApiKeyAuthenticationPolicy CreateBasicAuthorizationPolicy(System.ClientModel.ApiKeyCredential credential) => throw null;
public static System.ClientModel.Primitives.ApiKeyAuthenticationPolicy CreateBearerAuthorizationPolicy(System.ClientModel.ApiKeyCredential credential) => throw null;
public static System.ClientModel.Primitives.ApiKeyAuthenticationPolicy CreateHeaderApiKeyPolicy(System.ClientModel.ApiKeyCredential credential, string headerName, string keyPrefix = default(string)) => throw null;
public override sealed void Process(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList<System.ClientModel.Primitives.PipelinePolicy> pipeline, int currentIndex) => throw null;
public override sealed System.Threading.Tasks.ValueTask ProcessAsync(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList<System.ClientModel.Primitives.PipelinePolicy> pipeline, int currentIndex) => throw null;
}
public abstract class AsyncCollectionResult
{
protected AsyncCollectionResult() => throw null;
public abstract System.ClientModel.ContinuationToken GetContinuationToken(System.ClientModel.ClientResult page);
public abstract System.Collections.Generic.IAsyncEnumerable<System.ClientModel.ClientResult> GetRawPagesAsync();
}
public abstract class AuthenticationPolicy : System.ClientModel.Primitives.PipelinePolicy
{
protected AuthenticationPolicy() => throw null;
}
public class AuthenticationToken
{
public AuthenticationToken(string tokenValue, string tokenType, System.DateTimeOffset expiresOn, System.DateTimeOffset? refreshOn = default(System.DateTimeOffset?)) => throw null;
public System.DateTimeOffset? ExpiresOn { get => throw null; }
public System.DateTimeOffset? RefreshOn { get => throw null; }
public string TokenType { get => throw null; }
public string TokenValue { get => throw null; }
}
public class BearerTokenPolicy : System.ClientModel.Primitives.AuthenticationPolicy
{
public BearerTokenPolicy(System.ClientModel.AuthenticationTokenProvider tokenProvider, System.Collections.Generic.IEnumerable<System.Collections.Generic.IReadOnlyDictionary<string, object>> contexts) => throw null;
public BearerTokenPolicy(System.ClientModel.AuthenticationTokenProvider tokenProvider, string scope) => throw null;
public override void Process(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList<System.ClientModel.Primitives.PipelinePolicy> pipeline, int currentIndex) => throw null;
public override System.Threading.Tasks.ValueTask ProcessAsync(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList<System.ClientModel.Primitives.PipelinePolicy> pipeline, int currentIndex) => throw null;
}
public class ClientCache
{
public ClientCache(int maxSize) => throw null;
public T GetClient<T>(object clientId, System.Func<T> createClient) where T : class => throw null;
}
public struct ClientConnection
{
public object Credential { get => throw null; }
public System.ClientModel.Primitives.CredentialKind CredentialKind { get => throw null; }
public ClientConnection(string id, string locator, object credential, System.ClientModel.Primitives.CredentialKind credentialKind) => throw null;
public ClientConnection(string id, string locator) => throw null;
public string Id { get => throw null; }
public string Locator { get => throw null; }
public override string ToString() => throw null;
public bool TryGetLocatorAsUri(out System.Uri uri) => throw null;
}
public class ClientConnectionCollection : System.Collections.ObjectModel.KeyedCollection<string, System.ClientModel.Primitives.ClientConnection>
{
public void AddRange(System.Collections.Generic.IEnumerable<System.ClientModel.Primitives.ClientConnection> connections) => throw null;
public ClientConnectionCollection() => throw null;
protected override string GetKeyForItem(System.ClientModel.Primitives.ClientConnection item) => throw null;
}
public abstract class ClientConnectionProvider
{
protected ClientConnectionProvider(int maxCacheSize) => throw null;
public abstract System.Collections.Generic.IEnumerable<System.ClientModel.Primitives.ClientConnection> GetAllConnections();
public abstract System.ClientModel.Primitives.ClientConnection GetConnection(string connectionId);
public System.ClientModel.Primitives.ClientCache Subclients { get => throw null; }
}
[System.Flags]
public enum ClientErrorBehaviors
{
Default = 0,
NoThrow = 1,
}
public class ClientLoggingOptions
{
public System.Collections.Generic.IList<string> AllowedHeaderNames { get => throw null; }
public System.Collections.Generic.IList<string> AllowedQueryParameters { get => throw null; }
protected void AssertNotFrozen() => throw null;
public ClientLoggingOptions() => throw null;
public bool? EnableLogging { get => throw null; set { } }
public bool? EnableMessageContentLogging { get => throw null; set { } }
public bool? EnableMessageLogging { get => throw null; set { } }
public virtual void Freeze() => throw null;
public Microsoft.Extensions.Logging.ILoggerFactory LoggerFactory { get => throw null; set { } }
public int? MessageContentSizeLimit { get => throw null; set { } }
}
public sealed class ClientPipeline
{
public static System.ClientModel.Primitives.ClientPipeline Create(System.ClientModel.Primitives.ClientPipelineOptions options = default(System.ClientModel.Primitives.ClientPipelineOptions)) => throw null;
public static System.ClientModel.Primitives.ClientPipeline Create(System.ClientModel.Primitives.ClientPipelineOptions options, System.ReadOnlySpan<System.ClientModel.Primitives.PipelinePolicy> perCallPolicies, System.ReadOnlySpan<System.ClientModel.Primitives.PipelinePolicy> perTryPolicies, System.ReadOnlySpan<System.ClientModel.Primitives.PipelinePolicy> beforeTransportPolicies) => throw null;
public System.ClientModel.Primitives.PipelineMessage CreateMessage() => throw null;
public void Send(System.ClientModel.Primitives.PipelineMessage message) => throw null;
public System.Threading.Tasks.ValueTask SendAsync(System.ClientModel.Primitives.PipelineMessage message) => throw null;
}
public class ClientPipelineOptions
{
public void AddPolicy(System.ClientModel.Primitives.PipelinePolicy policy, System.ClientModel.Primitives.PipelinePosition position) => throw null;
protected void AssertNotFrozen() => throw null;
public System.ClientModel.Primitives.ClientLoggingOptions ClientLoggingOptions { get => throw null; set { } }
public ClientPipelineOptions() => throw null;
public bool? EnableDistributedTracing { get => throw null; set { } }
public virtual void Freeze() => throw null;
public System.ClientModel.Primitives.PipelinePolicy MessageLoggingPolicy { get => throw null; set { } }
public System.TimeSpan? NetworkTimeout { get => throw null; set { } }
public System.ClientModel.Primitives.PipelinePolicy RetryPolicy { get => throw null; set { } }
public System.ClientModel.Primitives.PipelineTransport Transport { get => throw null; set { } }
}
public class ClientRetryPolicy : System.ClientModel.Primitives.PipelinePolicy
{
public ClientRetryPolicy(int maxRetries = default(int)) => throw null;
public ClientRetryPolicy(int maxRetries, bool enableLogging, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory) => throw null;
public static System.ClientModel.Primitives.ClientRetryPolicy Default { get => throw null; }
protected virtual System.TimeSpan GetNextDelay(System.ClientModel.Primitives.PipelineMessage message, int tryCount) => throw null;
protected virtual void OnRequestSent(System.ClientModel.Primitives.PipelineMessage message) => throw null;
protected virtual System.Threading.Tasks.ValueTask OnRequestSentAsync(System.ClientModel.Primitives.PipelineMessage message) => throw null;
protected virtual void OnSendingRequest(System.ClientModel.Primitives.PipelineMessage message) => throw null;
protected virtual System.Threading.Tasks.ValueTask OnSendingRequestAsync(System.ClientModel.Primitives.PipelineMessage message) => throw null;
protected virtual void OnTryComplete(System.ClientModel.Primitives.PipelineMessage message) => throw null;
public override sealed void Process(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList<System.ClientModel.Primitives.PipelinePolicy> pipeline, int currentIndex) => throw null;
public override sealed System.Threading.Tasks.ValueTask ProcessAsync(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList<System.ClientModel.Primitives.PipelinePolicy> pipeline, int currentIndex) => throw null;
protected virtual bool ShouldRetry(System.ClientModel.Primitives.PipelineMessage message, System.Exception exception) => throw null;
protected virtual System.Threading.Tasks.ValueTask<bool> ShouldRetryAsync(System.ClientModel.Primitives.PipelineMessage message, System.Exception exception) => throw null;
protected virtual void Wait(System.TimeSpan time, System.Threading.CancellationToken cancellationToken) => throw null;
protected virtual System.Threading.Tasks.Task WaitAsync(System.TimeSpan time, System.Threading.CancellationToken cancellationToken) => throw null;
}
public abstract class CollectionResult
{
protected CollectionResult() => throw null;
public abstract System.ClientModel.ContinuationToken GetContinuationToken(System.ClientModel.ClientResult page);
public abstract System.Collections.Generic.IEnumerable<System.ClientModel.ClientResult> GetRawPages();
}
public enum CredentialKind
{
None = 0,
ApiKeyString = 1,
TokenCredential = 2,
}
public class GetTokenOptions
{
public const string AuthorizationUrlPropertyName = default;
public GetTokenOptions(System.Collections.Generic.IReadOnlyDictionary<string, object> properties) => throw null;
public System.Collections.Generic.IReadOnlyDictionary<string, object> Properties { get => throw null; }
public const string RefreshUrlPropertyName = default;
public const string ScopesPropertyName = default;
public const string TokenUrlPropertyName = default;
}
public class HttpClientPipelineTransport : System.ClientModel.Primitives.PipelineTransport, System.IDisposable
{
protected override System.ClientModel.Primitives.PipelineMessage CreateMessageCore() => throw null;
public HttpClientPipelineTransport() => throw null;
public HttpClientPipelineTransport(System.Net.Http.HttpClient client) => throw null;
public HttpClientPipelineTransport(System.Net.Http.HttpClient client, bool enableLogging, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory) => throw null;
public void Dispose() => throw null;
protected virtual void Dispose(bool disposing) => throw null;
protected virtual void OnReceivedResponse(System.ClientModel.Primitives.PipelineMessage message, System.Net.Http.HttpResponseMessage httpResponse) => throw null;
protected virtual void OnSendingRequest(System.ClientModel.Primitives.PipelineMessage message, System.Net.Http.HttpRequestMessage httpRequest) => throw null;
protected override sealed void ProcessCore(System.ClientModel.Primitives.PipelineMessage message) => throw null;
protected override sealed System.Threading.Tasks.ValueTask ProcessCoreAsync(System.ClientModel.Primitives.PipelineMessage message) => throw null;
public static System.ClientModel.Primitives.HttpClientPipelineTransport Shared { get => throw null; }
}
public interface IJsonModel<T> : System.ClientModel.Primitives.IPersistableModel<T>
{
T Create(ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options);
void Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options);
}
public interface IPersistableModel<T>
{
T Create(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options);
string GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions options);
System.BinaryData Write(System.ClientModel.Primitives.ModelReaderWriterOptions options);
}
public class JsonModelConverter : System.Text.Json.Serialization.JsonConverter<System.ClientModel.Primitives.IJsonModel<object>>
{
public override bool CanConvert(System.Type typeToConvert) => throw null;
public JsonModelConverter() => throw null;
public JsonModelConverter(System.ClientModel.Primitives.ModelReaderWriterOptions options) => throw null;
public JsonModelConverter(System.ClientModel.Primitives.ModelReaderWriterOptions options, System.ClientModel.Primitives.ModelReaderWriterContext context) => throw null;
public override System.ClientModel.Primitives.IJsonModel<object> Read(ref System.Text.Json.Utf8JsonReader reader, System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options) => throw null;
public override void Write(System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.IJsonModel<object> value, System.Text.Json.JsonSerializerOptions options) => throw null;
}
public class MessageLoggingPolicy : System.ClientModel.Primitives.PipelinePolicy
{
public MessageLoggingPolicy(System.ClientModel.Primitives.ClientLoggingOptions options = default(System.ClientModel.Primitives.ClientLoggingOptions)) => throw null;
public static System.ClientModel.Primitives.MessageLoggingPolicy Default { get => throw null; }
public override sealed void Process(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList<System.ClientModel.Primitives.PipelinePolicy> pipeline, int currentIndex) => throw null;
public override sealed System.Threading.Tasks.ValueTask ProcessAsync(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList<System.ClientModel.Primitives.PipelinePolicy> pipeline, int currentIndex) => throw null;
}
public static class ModelReaderWriter
{
public static T Read<T>(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) where T : System.ClientModel.Primitives.IPersistableModel<T> => throw null;
public static T Read<T>(System.BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options, System.ClientModel.Primitives.ModelReaderWriterContext context) => throw null;
public static object Read(System.BinaryData data, System.Type returnType, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) => throw null;
public static object Read(System.BinaryData data, System.Type returnType, System.ClientModel.Primitives.ModelReaderWriterOptions options, System.ClientModel.Primitives.ModelReaderWriterContext context) => throw null;
public static System.BinaryData Write<T>(T model, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) where T : System.ClientModel.Primitives.IPersistableModel<T> => throw null;
public static System.BinaryData Write(object model, System.ClientModel.Primitives.ModelReaderWriterOptions options = default(System.ClientModel.Primitives.ModelReaderWriterOptions)) => throw null;
public static System.BinaryData Write<T>(T model, System.ClientModel.Primitives.ModelReaderWriterOptions options, System.ClientModel.Primitives.ModelReaderWriterContext context) => throw null;
public static System.BinaryData Write(object model, System.ClientModel.Primitives.ModelReaderWriterOptions options, System.ClientModel.Primitives.ModelReaderWriterContext context) => throw null;
}
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true)]
public class ModelReaderWriterBuildableAttribute : System.Attribute
{
public ModelReaderWriterBuildableAttribute(System.Type type) => throw null;
}
public abstract class ModelReaderWriterContext
{
protected ModelReaderWriterContext() => throw null;
public System.ClientModel.Primitives.ModelReaderWriterTypeBuilder GetTypeBuilder(System.Type type) => throw null;
public bool TryGetTypeBuilder(System.Type type, out System.ClientModel.Primitives.ModelReaderWriterTypeBuilder builder) => throw null;
protected virtual bool TryGetTypeBuilderCore(System.Type type, out System.ClientModel.Primitives.ModelReaderWriterTypeBuilder builder) => throw null;
}
[System.AttributeUsage((System.AttributeTargets)1)]
public sealed class ModelReaderWriterContextTypeAttribute : System.Attribute
{
public ModelReaderWriterContextTypeAttribute(System.Type contextType) => throw null;
}
public class ModelReaderWriterOptions
{
public ModelReaderWriterOptions(string format) => throw null;
public string Format { get => throw null; }
public static System.ClientModel.Primitives.ModelReaderWriterOptions Json { get => throw null; }
public static System.ClientModel.Primitives.ModelReaderWriterOptions Xml { get => throw null; }
}
public abstract class ModelReaderWriterTypeBuilder
{
protected virtual void AddItem(object collectionBuilder, object item) => throw null;
protected virtual void AddItemWithKey(object collectionBuilder, string key, object item) => throw null;
protected abstract System.Type BuilderType { get; }
protected virtual object ConvertCollectionBuilder(object collectionBuilder) => throw null;
protected abstract object CreateInstance();
protected ModelReaderWriterTypeBuilder() => throw null;
protected virtual System.Collections.IEnumerable GetItems(object collection) => throw null;
protected virtual System.Type ItemType { get => throw null; }
}
public abstract class OperationResult
{
protected OperationResult(System.ClientModel.Primitives.PipelineResponse response) => throw null;
public System.ClientModel.Primitives.PipelineResponse GetRawResponse() => throw null;
public bool HasCompleted { get => throw null; set { } }
public abstract System.ClientModel.ContinuationToken RehydrationToken { get; set; }
protected void SetRawResponse(System.ClientModel.Primitives.PipelineResponse response) => throw null;
public abstract System.ClientModel.ClientResult UpdateStatus(System.ClientModel.Primitives.RequestOptions options = default(System.ClientModel.Primitives.RequestOptions));
public abstract System.Threading.Tasks.ValueTask<System.ClientModel.ClientResult> UpdateStatusAsync(System.ClientModel.Primitives.RequestOptions options = default(System.ClientModel.Primitives.RequestOptions));
public virtual void WaitForCompletion(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null;
public virtual System.Threading.Tasks.ValueTask WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null;
}
[System.AttributeUsage((System.AttributeTargets)4)]
public sealed class PersistableModelProxyAttribute : System.Attribute
{
public PersistableModelProxyAttribute(System.Type proxyType) => throw null;
public System.Type ProxyType { get => throw null; }
}
public class PipelineMessage : System.IDisposable
{
public void Apply(System.ClientModel.Primitives.RequestOptions options) => throw null;
public bool BufferResponse { get => throw null; set { } }
public System.Threading.CancellationToken CancellationToken { get => throw null; set { } }
protected PipelineMessage(System.ClientModel.Primitives.PipelineRequest request) => throw null;
public void Dispose() => throw null;
protected virtual void Dispose(bool disposing) => throw null;
public System.ClientModel.Primitives.PipelineResponse ExtractResponse() => throw null;
public System.TimeSpan? NetworkTimeout { get => throw null; set { } }
public System.ClientModel.Primitives.PipelineRequest Request { get => throw null; }
public System.ClientModel.Primitives.PipelineResponse Response { get => throw null; set { } }
public System.ClientModel.Primitives.PipelineMessageClassifier ResponseClassifier { get => throw null; set { } }
public void SetProperty(System.Type key, object value) => throw null;
public bool TryGetProperty(System.Type key, out object value) => throw null;
}
public abstract class PipelineMessageClassifier
{
public static System.ClientModel.Primitives.PipelineMessageClassifier Create(System.ReadOnlySpan<ushort> successStatusCodes) => throw null;
protected PipelineMessageClassifier() => throw null;
public static System.ClientModel.Primitives.PipelineMessageClassifier Default { get => throw null; }
public abstract bool TryClassify(System.ClientModel.Primitives.PipelineMessage message, out bool isError);
public abstract bool TryClassify(System.ClientModel.Primitives.PipelineMessage message, System.Exception exception, out bool isRetriable);
}
public abstract class PipelinePolicy
{
protected PipelinePolicy() => throw null;
public abstract void Process(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList<System.ClientModel.Primitives.PipelinePolicy> pipeline, int currentIndex);
public abstract System.Threading.Tasks.ValueTask ProcessAsync(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList<System.ClientModel.Primitives.PipelinePolicy> pipeline, int currentIndex);
protected static void ProcessNext(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList<System.ClientModel.Primitives.PipelinePolicy> pipeline, int currentIndex) => throw null;
protected static System.Threading.Tasks.ValueTask ProcessNextAsync(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList<System.ClientModel.Primitives.PipelinePolicy> pipeline, int currentIndex) => throw null;
}
public enum PipelinePosition
{
PerCall = 0,
PerTry = 1,
BeforeTransport = 2,
}
public abstract class PipelineRequest : System.IDisposable
{
public System.ClientModel.BinaryContent Content { get => throw null; set { } }
protected abstract System.ClientModel.BinaryContent ContentCore { get; set; }
protected PipelineRequest() => throw null;
public abstract void Dispose();
public System.ClientModel.Primitives.PipelineRequestHeaders Headers { get => throw null; }
protected abstract System.ClientModel.Primitives.PipelineRequestHeaders HeadersCore { get; }
public string Method { get => throw null; set { } }
protected abstract string MethodCore { get; set; }
public System.Uri Uri { get => throw null; set { } }
protected abstract System.Uri UriCore { get; set; }
}
public abstract class PipelineRequestHeaders : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, string>>, System.Collections.IEnumerable
{
public abstract void Add(string name, string value);
protected PipelineRequestHeaders() => throw null;
public abstract System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, string>> GetEnumerator();
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null;
public abstract bool Remove(string name);
public abstract void Set(string name, string value);
public abstract bool TryGetValue(string name, out string value);
public abstract bool TryGetValues(string name, out System.Collections.Generic.IEnumerable<string> values);
}
public abstract class PipelineResponse : System.IDisposable
{
public abstract System.BinaryData BufferContent(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
public abstract System.Threading.Tasks.ValueTask<System.BinaryData> BufferContentAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
public abstract System.BinaryData Content { get; }
public abstract System.IO.Stream ContentStream { get; set; }
protected PipelineResponse() => throw null;
public abstract void Dispose();
public System.ClientModel.Primitives.PipelineResponseHeaders Headers { get => throw null; }
protected abstract System.ClientModel.Primitives.PipelineResponseHeaders HeadersCore { get; }
public virtual bool IsError { get => throw null; }
protected virtual bool IsErrorCore { get => throw null; set { } }
public abstract string ReasonPhrase { get; }
public abstract int Status { get; }
}
public abstract class PipelineResponseHeaders : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, string>>, System.Collections.IEnumerable
{
protected PipelineResponseHeaders() => throw null;
public abstract System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, string>> GetEnumerator();
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null;
public abstract bool TryGetValue(string name, out string value);
public abstract bool TryGetValues(string name, out System.Collections.Generic.IEnumerable<string> values);
}
public abstract class PipelineTransport : System.ClientModel.Primitives.PipelinePolicy
{
public System.ClientModel.Primitives.PipelineMessage CreateMessage() => throw null;
protected abstract System.ClientModel.Primitives.PipelineMessage CreateMessageCore();
protected PipelineTransport() => throw null;
protected PipelineTransport(bool enableLogging, Microsoft.Extensions.Logging.ILoggerFactory loggerFactory) => throw null;
public void Process(System.ClientModel.Primitives.PipelineMessage message) => throw null;
public override sealed void Process(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList<System.ClientModel.Primitives.PipelinePolicy> pipeline, int currentIndex) => throw null;
public System.Threading.Tasks.ValueTask ProcessAsync(System.ClientModel.Primitives.PipelineMessage message) => throw null;
public override sealed System.Threading.Tasks.ValueTask ProcessAsync(System.ClientModel.Primitives.PipelineMessage message, System.Collections.Generic.IReadOnlyList<System.ClientModel.Primitives.PipelinePolicy> pipeline, int currentIndex) => throw null;
protected abstract void ProcessCore(System.ClientModel.Primitives.PipelineMessage message);
protected abstract System.Threading.Tasks.ValueTask ProcessCoreAsync(System.ClientModel.Primitives.PipelineMessage message);
}
public class RequestOptions
{
public void AddHeader(string name, string value) => throw null;
public void AddPolicy(System.ClientModel.Primitives.PipelinePolicy policy, System.ClientModel.Primitives.PipelinePosition position) => throw null;
protected virtual void Apply(System.ClientModel.Primitives.PipelineMessage message) => throw null;
protected void AssertNotFrozen() => throw null;
public bool BufferResponse { get => throw null; set { } }
public System.Threading.CancellationToken CancellationToken { get => throw null; set { } }
public RequestOptions() => throw null;
public System.ClientModel.Primitives.ClientErrorBehaviors ErrorOptions { get => throw null; set { } }
public virtual void Freeze() => throw null;
public void SetHeader(string name, string value) => throw null;
}
}
}
}

View File

@@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.Memory.Data/1.0.2/System.Memory.Data.csproj" />
<ProjectReference Include="../../System.Text.Json/4.7.2/System.Text.Json.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Logging.Abstractions/8.0.3/Microsoft.Extensions.Logging.Abstractions.csproj" />
<ProjectReference Include="../../System.Memory.Data/8.0.1/System.Memory.Data.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,16 +7,16 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.Collections/4.3.0/System.Collections.csproj" />
<ProjectReference Include="../../System.Diagnostics.Debug/4.3.0/System.Diagnostics.Debug.csproj" />
<ProjectReference Include="../../System.Diagnostics.Tracing/4.3.0/System.Diagnostics.Tracing.csproj" />
<ProjectReference Include="../../System.Globalization/4.3.0/System.Globalization.csproj" />
<ProjectReference Include="../../System.Reflection/4.3.0/System.Reflection.csproj" />
<ProjectReference Include="../../System.Resources.ResourceManager/4.3.0/System.Resources.ResourceManager.csproj" />
<ProjectReference Include="../../System.Runtime/4.3.0/System.Runtime.csproj" />
<ProjectReference Include="../../System.Runtime.Extensions/4.3.0/System.Runtime.Extensions.csproj" />
<ProjectReference Include="../../System.Threading/4.3.0/System.Threading.csproj" />
<ProjectReference Include="../../System.Threading.Tasks/4.3.0/System.Threading.Tasks.csproj" />
<ProjectReference Include="../../System.Collections/4.0.11/System.Collections.csproj" />
<ProjectReference Include="../../System.Diagnostics.Debug/4.0.11/System.Diagnostics.Debug.csproj" />
<ProjectReference Include="../../System.Diagnostics.Tracing/4.1.0/System.Diagnostics.Tracing.csproj" />
<ProjectReference Include="../../System.Globalization/4.0.11/System.Globalization.csproj" />
<ProjectReference Include="../../System.Reflection/4.1.0/System.Reflection.csproj" />
<ProjectReference Include="../../System.Resources.ResourceManager/4.0.1/System.Resources.ResourceManager.csproj" />
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
<ProjectReference Include="../../System.Runtime.Extensions/4.1.0/System.Runtime.Extensions.csproj" />
<ProjectReference Include="../../System.Threading/4.0.11/System.Threading.csproj" />
<ProjectReference Include="../../System.Threading.Tasks/4.0.11/System.Threading.Tasks.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,9 +7,9 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.NETCore.Platforms/3.1.0/Microsoft.NETCore.Platforms.csproj" />
<ProjectReference Include="../../Microsoft.NETCore.Targets/1.1.0/Microsoft.NETCore.Targets.csproj" />
<ProjectReference Include="../../System.Runtime/4.3.0/System.Runtime.csproj" />
<ProjectReference Include="../../Microsoft.NETCore.Platforms/1.0.1/Microsoft.NETCore.Platforms.csproj" />
<ProjectReference Include="../../Microsoft.NETCore.Targets/1.0.1/Microsoft.NETCore.Targets.csproj" />
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,15 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.ComponentModel/4.3.0/System.ComponentModel.csproj" />
<ProjectReference Include="../../System.Resources.ResourceManager/4.3.0/System.Resources.ResourceManager.csproj" />
<ProjectReference Include="../../System.Runtime/4.3.0/System.Runtime.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,13 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.Runtime/4.3.0/System.Runtime.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `System.Configuration.ConfigurationManager, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`.
// Generated from `System.Configuration.ConfigurationManager, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`.
namespace System
{
namespace Configuration

View File

@@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.Diagnostics.EventLog/9.0.1/System.Diagnostics.EventLog.csproj" />
<ProjectReference Include="../../System.Security.Cryptography.ProtectedData/9.0.1/System.Security.Cryptography.ProtectedData.csproj" />
<ProjectReference Include="../../System.Diagnostics.EventLog/10.0.1/System.Diagnostics.EventLog.csproj" />
<ProjectReference Include="../../System.Security.Cryptography.ProtectedData/10.0.1/System.Security.Cryptography.ProtectedData.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,14 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.Diagnostics.EventLog/9.0.1/System.Diagnostics.EventLog.csproj" />
<ProjectReference Include="../../System.Security.Cryptography.ProtectedData/9.0.1/System.Security.Cryptography.ProtectedData.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,11 +7,11 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.NETCore.Platforms/3.1.0/Microsoft.NETCore.Platforms.csproj" />
<ProjectReference Include="../../Microsoft.NETCore.Targets/1.1.0/Microsoft.NETCore.Targets.csproj" />
<ProjectReference Include="../../System.IO/4.3.0/System.IO.csproj" />
<ProjectReference Include="../../System.Runtime/4.3.0/System.Runtime.csproj" />
<ProjectReference Include="../../System.Text.Encoding/4.3.0/System.Text.Encoding.csproj" />
<ProjectReference Include="../../Microsoft.NETCore.Platforms/1.0.1/Microsoft.NETCore.Platforms.csproj" />
<ProjectReference Include="../../Microsoft.NETCore.Targets/1.0.1/Microsoft.NETCore.Targets.csproj" />
<ProjectReference Include="../../System.IO/4.1.0/System.IO.csproj" />
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
<ProjectReference Include="../../System.Text.Encoding/4.0.11/System.Text.Encoding.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `System.Data.OleDb, Version=9.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`.
// Generated from `System.Data.OleDb, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`.
namespace System
{
namespace Data

View File

@@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.csproj" />
<ProjectReference Include="../../System.Diagnostics.PerformanceCounter/9.0.1/System.Diagnostics.PerformanceCounter.csproj" />
<ProjectReference Include="../../System.Configuration.ConfigurationManager/10.0.1/System.Configuration.ConfigurationManager.csproj" />
<ProjectReference Include="../../System.Diagnostics.PerformanceCounter/10.0.1/System.Diagnostics.PerformanceCounter.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,13 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Stub.System.Data.SQLite.Core.NetStandard/1.0.119/Stub.System.Data.SQLite.Core.NetStandard.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,27 +0,0 @@
// This file contains auto-generated code.
// Generated from `System.Data.SQLite.EF6, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139`.
namespace System
{
namespace Data
{
namespace SQLite
{
namespace EF6
{
public sealed class SQLiteProviderFactory : System.Data.Common.DbProviderFactory, System.IDisposable, System.IServiceProvider
{
public override System.Data.Common.DbCommand CreateCommand() => throw null;
public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() => throw null;
public override System.Data.Common.DbConnection CreateConnection() => throw null;
public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() => throw null;
public override System.Data.Common.DbDataAdapter CreateDataAdapter() => throw null;
public override System.Data.Common.DbParameter CreateParameter() => throw null;
public SQLiteProviderFactory() => throw null;
public void Dispose() => throw null;
public object GetService(System.Type serviceType) => throw null;
public static readonly System.Data.SQLite.EF6.SQLiteProviderFactory Instance;
}
}
}
}
}

View File

@@ -1,13 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../EntityFramework/6.5.1/EntityFramework.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,14 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.Data.SQLite.Core/1.0.119/System.Data.SQLite.Core.csproj" />
<ProjectReference Include="../../System.Data.SQLite.EF6/1.0.119/System.Data.SQLite.EF6.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `System.Data.SQLite, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139`.
// Generated from `System.Data.SQLite, Version=2.0.2.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139`.
namespace System
{
namespace Data
@@ -469,7 +469,6 @@ namespace System
public override string Database { get => throw null; }
public override string DataSource { get => throw null; }
protected override System.Data.Common.DbProviderFactory DbProviderFactory { get => throw null; }
public static string DecryptLegacyDatabase(string fileName, byte[] passwordBytes, int? pageSize, System.Data.SQLite.SQLiteProgressEventHandler progress) => throw null;
public System.Data.DbType? DefaultDbType { get => throw null; set { } }
public static System.Data.SQLite.SQLiteConnectionFlags DefaultFlags { get => throw null; }
public int DefaultMaximumSleepTime { get => throw null; set { } }
@@ -583,6 +582,12 @@ namespace System
SqlStringPreview = 23,
Canceled = 24,
DataReaderPreview = 25,
DisposedCommand = 26,
FinalizingCommand = 27,
FinalizedCommand = 28,
DisposedDataReader = 29,
FinalizingDataReader = 30,
FinalizedDataReader = 31,
}
[System.Flags]
public enum SQLiteConnectionFlags : long
@@ -833,6 +838,7 @@ namespace System
UnixEpoch = 3,
InvariantCulture = 4,
CurrentCulture = 5,
Binary = 6,
Default = 1,
}
public class SQLiteDelegateFunction : System.Data.SQLite.SQLiteFunction
@@ -964,7 +970,6 @@ namespace System
Constraint_RowId = 2579,
Constraint_Pinned = 2835,
Constraint_DataType = 3091,
Misuse_No_License = 277,
Notice_Recover_Wal = 283,
Notice_Recover_Rollback = 539,
Notice_Rbu = 795,
@@ -992,12 +997,6 @@ namespace System
Reader = 3,
Default = 1,
}
public static class SQLiteExtra
{
public static int Cleanup() => throw null;
public static int Configure(string argument) => throw null;
public static int Verify(string argument) => throw null;
}
public sealed class SQLiteFactory : System.Data.Common.DbProviderFactory, System.IDisposable, System.IServiceProvider
{
public override System.Data.Common.DbCommand CreateCommand() => throw null;

View File

@@ -7,9 +7,9 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.NETCore.Platforms/3.1.0/Microsoft.NETCore.Platforms.csproj" />
<ProjectReference Include="../../Microsoft.NETCore.Targets/1.1.0/Microsoft.NETCore.Targets.csproj" />
<ProjectReference Include="../../System.Runtime/4.3.0/System.Runtime.csproj" />
<ProjectReference Include="../../Microsoft.NETCore.Platforms/1.0.1/Microsoft.NETCore.Platforms.csproj" />
<ProjectReference Include="../../Microsoft.NETCore.Targets/1.0.1/Microsoft.NETCore.Targets.csproj" />
<ProjectReference Include="../../System.Runtime/4.1.0/System.Runtime.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

Some files were not shown because too many files have changed in this diff Show More