Merge pull request #18587 from michaelnebel/csharp/updatestubs

C#: Update stubs
This commit is contained in:
Michael Nebel
2025-02-03 13:19:52 +01:00
committed by GitHub
383 changed files with 8497 additions and 2979 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
C# 13: Added MaD models for some overload implementations using `ReadOnlySpan` parameters (like `String.Format(System.String, System.ReadOnlySpan<System.Object>))`).

View File

@@ -63,6 +63,7 @@ extensions:
- ["System.IO", "Path", False, "Combine", "(System.String,System.String,System.String,System.String)", "", "Argument[2]", "ReturnValue", "taint", "manual"]
- ["System.IO", "Path", False, "Combine", "(System.String,System.String,System.String,System.String)", "", "Argument[3]", "ReturnValue", "taint", "manual"]
- ["System.IO", "Path", False, "Combine", "(System.String[])", "", "Argument[0].Element", "ReturnValue", "taint", "manual"]
- ["System.IO", "Path", False, "Combine", "(System.ReadOnlySpan<System.String>)", "", "Argument[0].Element", "ReturnValue", "taint", "manual"]
- ["System.IO", "Path", False, "GetDirectoryName", "(System.ReadOnlySpan<System.Char>)", "", "Argument[0].Element", "ReturnValue", "taint", "manual"]
- ["System.IO", "Path", False, "GetDirectoryName", "(System.String)", "", "Argument[0]", "ReturnValue", "taint", "manual"]
- ["System.IO", "Path", False, "GetExtension", "(System.ReadOnlySpan<System.Char>)", "", "Argument[0].Element", "ReturnValue", "taint", "manual"]
@@ -96,6 +97,7 @@ extensions:
- ["System.IO", "Stream", True, "ReadExactly", "(System.Span<System.Byte>)", "", "Argument[this]", "Argument[0].Element", "taint", "manual"]
- ["System.IO", "Stream", True, "ReadExactly", "(System.Byte[],System.Int32,System.Int32)", "", "Argument[this]", "Argument[0].Element", "taint", "manual"]
- ["System.IO", "Stream", True, "Write", "(System.Byte[],System.Int32,System.Int32)", "", "Argument[0].Element", "Argument[this]", "taint", "manual"]
- ["System.IO", "Stream", True, "Write", "(System.ReadOnlySpan<System.Byte>)", "", "Argument[0].Element", "Argument[this]", "taint", "manual"]
- ["System.IO", "Stream", False, "WriteAsync", "(System.Byte[],System.Int32,System.Int32)", "", "Argument[0].Element", "Argument[this]", "taint", "manual"]
- ["System.IO", "Stream", True, "WriteAsync", "(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)", "", "Argument[0].Element", "Argument[this]", "taint", "manual"]
- ["System.IO", "StreamReader", False, "StreamReader", "(System.IO.Stream)", "", "Argument[0]", "Argument[this]", "taint", "manual"]

View File

@@ -70,6 +70,15 @@ extensions:
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.String,System.Object[])", "", "Argument[1]", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.String,System.Object[])", "", "Argument[2].Element", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.String,System.Object[])", "", "Argument[this]", "ReturnValue", "value", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.String,System.ReadOnlySpan<System.Object>)", "", "Argument[1]", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.String,System.ReadOnlySpan<System.Object>)", "", "Argument[2].Element", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.String,System.ReadOnlySpan<System.Object>)", "", "Argument[this]", "ReturnValue", "value", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.Text.CompositeFormat,System.Object[])", "", "Argument[1]", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.Text.CompositeFormat,System.Object[])", "", "Argument[2].Element", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.Text.CompositeFormat,System.Object[])", "", "Argument[this]", "ReturnValue", "value", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan<System.Object>)", "", "Argument[1]", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan<System.Object>)", "", "Argument[2].Element", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan<System.Object>)", "", "Argument[this]", "ReturnValue", "value", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.Object)", "", "Argument[0]", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.Object)", "", "Argument[1]", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.Object)", "", "Argument[this]", "ReturnValue", "value", "manual"]
@@ -85,16 +94,29 @@ extensions:
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.Object[])", "", "Argument[0]", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.Object[])", "", "Argument[1].Element", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.Object[])", "", "Argument[this]", "ReturnValue", "value", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.ReadOnlySpan<System.Object>)", "", "Argument[0]", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.ReadOnlySpan<System.Object>)", "", "Argument[1].Element", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendFormat", "(System.String,System.ReadOnlySpan<System.Object>)", "", "Argument[this]", "ReturnValue", "value", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.Object[])", "", "Argument[1].Element", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.Object[])", "", "Argument[this]", "ReturnValue", "value", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.ReadOnlySpan<System.Object>)", "", "Argument[1].Element", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.ReadOnlySpan<System.Object>)", "", "Argument[this]", "ReturnValue", "value", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.String[])", "", "Argument[1].Element", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.String[])", "", "Argument[this]", "ReturnValue", "value", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.ReadOnlySpan<System.String>)", "", "Argument[1].Element", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.Char,System.ReadOnlySpan<System.String>)", "", "Argument[this]", "ReturnValue", "value", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.Object[])", "", "Argument[0]", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.Object[])", "", "Argument[1].Element", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.Object[])", "", "Argument[this]", "ReturnValue", "value", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.ReadOnlySpan<System.Object>)", "", "Argument[0]", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.ReadOnlySpan<System.Object>)", "", "Argument[1].Element", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.ReadOnlySpan<System.Object>)", "", "Argument[this]", "ReturnValue", "value", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.String[])", "", "Argument[0]", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.String[])", "", "Argument[1].Element", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.String[])", "", "Argument[this]", "ReturnValue", "value", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.ReadOnlySpan<System.String>)", "", "Argument[0]", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.ReadOnlySpan<System.String>)", "", "Argument[1].Element", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin", "(System.String,System.ReadOnlySpan<System.String>)", "", "Argument[this]", "ReturnValue", "value", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin<T>", "(System.Char,System.Collections.Generic.IEnumerable<T>)", "", "Argument[1].Element", "Argument[this]", "taint", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin<T>", "(System.Char,System.Collections.Generic.IEnumerable<T>)", "", "Argument[this]", "ReturnValue", "value", "manual"]
- ["System.Text", "StringBuilder", False, "AppendJoin<T>", "(System.String,System.Collections.Generic.IEnumerable<T>)", "", "Argument[0]", "Argument[this]", "taint", "manual"]

View File

@@ -33,10 +33,12 @@ extensions:
- ["System.Threading.Tasks", "Task", False, "Task", "(System.Action<System.Object>,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions)", "", "Argument[1]", "Argument[0].Parameter[0]", "value", "manual"]
- ["System.Threading.Tasks", "Task", False, "Task", "(System.Action<System.Object>,System.Object,System.Threading.Tasks.TaskCreationOptions)", "", "Argument[1]", "Argument[0].Parameter[0]", "value", "manual"]
- ["System.Threading.Tasks", "Task", False, "WhenAll<TResult>", "(System.Collections.Generic.IEnumerable<System.Threading.Tasks.Task<TResult>>)", "", "Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result]", "ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element", "value", "manual"]
- ["System.Threading.Tasks", "Task", False, "WhenAll<TResult>", "(System.ReadOnlySpan<System.Threading.Tasks.Task<TResult>>)", "", "Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result]", "ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element", "value", "manual"]
- ["System.Threading.Tasks", "Task", False, "WhenAll<TResult>", "(System.Threading.Tasks.Task<TResult>[])", "", "Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result]", "ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element", "value", "manual"]
- ["System.Threading.Tasks", "Task", False, "WhenAny<TResult>", "(System.Collections.Generic.IEnumerable<System.Threading.Tasks.Task<TResult>>)", "", "Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result]", "ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element", "value", "manual"]
- ["System.Threading.Tasks", "Task", False, "WhenAny<TResult>", "(System.Threading.Tasks.Task<TResult>,System.Threading.Tasks.Task<TResult>)", "", "Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result]", "ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element", "value", "manual"]
- ["System.Threading.Tasks", "Task", False, "WhenAny<TResult>", "(System.Threading.Tasks.Task<TResult>,System.Threading.Tasks.Task<TResult>)", "", "Argument[1].Element.Property[System.Threading.Tasks.Task`1.Result]", "ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element", "value", "manual"]
- ["System.Threading.Tasks", "Task", False, "WhenAny<TResult>", "(System.ReadOnlySpan<System.Threading.Tasks.Task<TResult>>)", "", "Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result]", "ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element", "value", "manual"]
- ["System.Threading.Tasks", "Task", False, "WhenAny<TResult>", "(System.Threading.Tasks.Task<TResult>[])", "", "Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result]", "ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element", "value", "manual"]
- ["System.Threading.Tasks", "Task<TResult>", False, "ConfigureAwait", "(System.Boolean)", "", "Argument[this]", "ReturnValue.SyntheticField[m_configuredTaskAwaiter].SyntheticField[m_task_configured_task_awaitable]", "value", "manual"]
- ["System.Threading.Tasks", "Task<TResult>", False, "ContinueWith", "(System.Action<System.Threading.Tasks.Task<TResult>,System.Object>,System.Object)", "", "Argument[1]", "Argument[0].Parameter[1]", "value", "manual"]

View File

@@ -419,6 +419,7 @@ extensions:
- ["System", "String", False, "Concat", "(System.Object,System.Object,System.Object)", "", "Argument[1]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Concat", "(System.Object,System.Object,System.Object)", "", "Argument[2]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Concat", "(System.Object[])", "", "Argument[0].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Concat", "(System.ReadOnlySpan<System.Object>)", "", "Argument[0].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Concat", "(System.ReadOnlySpan<System.Char>,System.ReadOnlySpan<System.Char>)", "", "Argument[0].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Concat", "(System.ReadOnlySpan<System.Char>,System.ReadOnlySpan<System.Char>)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Concat", "(System.ReadOnlySpan<System.Char>,System.ReadOnlySpan<System.Char>,System.ReadOnlySpan<System.Char>)", "", "Argument[0].Element", "ReturnValue", "taint", "manual"]
@@ -438,6 +439,7 @@ extensions:
- ["System", "String", False, "Concat", "(System.String,System.String,System.String,System.String)", "", "Argument[2]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Concat", "(System.String,System.String,System.String,System.String)", "", "Argument[3]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Concat", "(System.String[])", "", "Argument[0].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Concat", "(System.ReadOnlySpan<System.String>)", "", "Argument[0].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Concat<T>", "(System.Collections.Generic.IEnumerable<T>)", "", "Argument[0].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Copy", "(System.String)", "", "Argument[0]", "ReturnValue", "value", "manual"]
- ["System", "String", False, "Format", "(System.IFormatProvider,System.String,System.Object)", "", "Argument[1]", "ReturnValue", "taint", "manual"]
@@ -451,6 +453,12 @@ extensions:
- ["System", "String", False, "Format", "(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)", "", "Argument[4]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Format", "(System.IFormatProvider,System.String,System.Object[])", "", "Argument[1]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Format", "(System.IFormatProvider,System.String,System.Object[])", "", "Argument[2].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Format", "(System.IFormatProvider,System.String,System.ReadOnlySpan<System.Object>)", "", "Argument[1]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Format", "(System.IFormatProvider,System.String,System.ReadOnlySpan<System.Object>)", "", "Argument[2].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Format", "(System.IFormatProvider,System.Text.CompositeFormat,System.Object[])", "", "Argument[1]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Format", "(System.IFormatProvider,System.Text.CompositeFormat,System.Object[])", "", "Argument[2].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Format", "(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan<System.Object>)", "", "Argument[1]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Format", "(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan<System.Object>)", "", "Argument[2].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Format", "(System.String,System.Object)", "", "Argument[0]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Format", "(System.String,System.Object)", "", "Argument[1]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Format", "(System.String,System.Object,System.Object)", "", "Argument[0]", "ReturnValue", "taint", "manual"]
@@ -462,22 +470,32 @@ extensions:
- ["System", "String", False, "Format", "(System.String,System.Object,System.Object,System.Object)", "", "Argument[3]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Format", "(System.String,System.Object[])", "", "Argument[0]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Format", "(System.String,System.Object[])", "", "Argument[1].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Format", "(System.String,System.ReadOnlySpan<System.Object>)", "", "Argument[0]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Format", "(System.String,System.ReadOnlySpan<System.Object>)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "GetEnumerator", "()", "", "Argument[this].Element", "ReturnValue.Property[System.CharEnumerator.Current]", "value", "manual"]
- ["System", "String", False, "GetEnumerator", "()", "", "Argument[this].Element", "ReturnValue.Property[System.Collections.Generic.IEnumerator`1.Current]", "value", "manual"]
- ["System", "String", False, "Insert", "(System.Int32,System.String)", "", "Argument[1]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Insert", "(System.Int32,System.String)", "", "Argument[this]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.Char,System.Object[])", "", "Argument[0]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.Char,System.Object[])", "", "Argument[1].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.Char,System.ReadOnlySpan<System.Object>)", "", "Argument[0]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.Char,System.ReadOnlySpan<System.Object>)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.Char,System.String[])", "", "Argument[0]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.Char,System.String[])", "", "Argument[1].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.Char,System.ReadOnlySpan<System.String>)", "", "Argument[0]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.Char,System.ReadOnlySpan<System.String>)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.Char,System.String[],System.Int32,System.Int32)", "", "Argument[0]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.Char,System.String[],System.Int32,System.Int32)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.String,System.Collections.Generic.IEnumerable<System.String>)", "", "Argument[0]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.String,System.Collections.Generic.IEnumerable<System.String>)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.String,System.Object[])", "", "Argument[0]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.String,System.Object[])", "", "Argument[1].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.String,System.ReadOnlySpan<System.Object>)", "", "Argument[0]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.String,System.ReadOnlySpan<System.Object>)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.String,System.String[])", "", "Argument[0]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.String,System.String[])", "", "Argument[1].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.String,System.ReadOnlySpan<System.String>)", "", "Argument[0]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.String,System.ReadOnlySpan<System.String>)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.String,System.String[],System.Int32,System.Int32)", "", "Argument[0]", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join", "(System.String,System.String[],System.Int32,System.Int32)", "", "Argument[1].Element", "ReturnValue", "taint", "manual"]
- ["System", "String", False, "Join<T>", "(System.Char,System.Collections.Generic.IEnumerable<T>)", "", "Argument[0]", "ReturnValue", "taint", "manual"]
@@ -499,6 +517,7 @@ extensions:
- ["System", "String", False, "Split", "(System.Char,System.Int32,System.StringSplitOptions)", "", "Argument[this]", "ReturnValue.Element", "taint", "manual"]
- ["System", "String", False, "Split", "(System.Char,System.StringSplitOptions)", "", "Argument[this]", "ReturnValue.Element", "taint", "manual"]
- ["System", "String", False, "Split", "(System.Char[])", "", "Argument[this]", "ReturnValue.Element", "taint", "manual"]
- ["System", "String", False, "Split", "(System.ReadOnlySpan<System.Char>)", "", "Argument[this]", "ReturnValue.Element", "taint", "manual"]
- ["System", "String", False, "Split", "(System.Char[],System.Int32)", "", "Argument[this]", "ReturnValue.Element", "taint", "manual"]
- ["System", "String", False, "Split", "(System.Char[],System.Int32,System.StringSplitOptions)", "", "Argument[this]", "ReturnValue.Element", "taint", "manual"]
- ["System", "String", False, "Split", "(System.Char[],System.StringSplitOptions)", "", "Argument[this]", "ReturnValue.Element", "taint", "manual"]

View File

@@ -1,5 +1,5 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../../resources/stubs/Dapper/2.1.24/Dapper.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../../resources/stubs/System.Data.SQLite/1.0.118/System.Data.SQLite.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../../resources/stubs/Dapper/2.1.35/Dapper.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../../resources/stubs/System.Data.SQLite/1.0.119/System.Data.SQLite.csproj
semmle-extractor-options: ${testdir}/../../../../../../resources/stubs/System.Windows.cs

View File

@@ -22,7 +22,7 @@ models
| 21 | Summary: System; Int32; false; TryParse; (System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32); ; Argument[0]; Argument[3]; taint; manual |
| 22 | Summary: System; Int32; false; TryParse; (System.String,System.Int32); ; Argument[0]; Argument[1]; taint; manual |
| 23 | Summary: System; Lazy<T>; false; Lazy; (System.Func<T>); ; Argument[0].ReturnValue; Argument[this].Property[System.Lazy`1.Value]; value; manual |
| 24 | Summary: System; String; false; Join; (System.String,System.String[]); ; Argument[1].Element; ReturnValue; taint; manual |
| 24 | Summary: System; String; false; Join; (System.String,System.ReadOnlySpan<System.String>); ; Argument[1].Element; ReturnValue; taint; manual |
edges
| Capture.cs:7:20:7:26 | tainted : String | Capture.cs:14:9:14:18 | access to local function CaptureIn1 : CaptureIn1 [captured tainted] : String | provenance | |
| Capture.cs:7:20:7:26 | tainted : String | Capture.cs:25:9:25:18 | access to local function CaptureIn2 : CaptureIn2 [captured tainted] : String | provenance | |

View File

@@ -31,6 +31,10 @@
| Dapper;SqlMapper;QueryAsync<TReturn>;(System.Data.IDbConnection,System.String,System.Type[],System.Func<System.Object[],TReturn>,System.Object,System.Data.IDbTransaction,System.Boolean,System.String,System.Nullable<System.Int32>,System.Nullable<System.Data.CommandType>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| Dapper;SqlMapper;add_QueryCachePurged;(System.EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Dapper;SqlMapper;remove_QueryCachePurged;(System.EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Funq;Container;Add;(System.Type,System.Func<System.IServiceProvider,System.Object>,Microsoft.Extensions.DependencyInjection.ServiceLifetime);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Funq;Container;AddScoped;(System.Type,System.Func<System.IServiceProvider,System.Object>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Funq;Container;AddSingleton;(System.Type,System.Func<System.IServiceProvider,System.Object>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Funq;Container;AddTransient;(System.Type,System.Func<System.IServiceProvider,System.Object>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Funq;Container;Register<TService,TArg1,TArg2,TArg3,TArg4,TArg5,TArg6>;(Funq.Func<Funq.Container,TArg1,TArg2,TArg3,TArg4,TArg5,TArg6,TService>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Funq;Container;Register<TService,TArg1,TArg2,TArg3,TArg4,TArg5,TArg6>;(System.String,Funq.Func<Funq.Container,TArg1,TArg2,TArg3,TArg4,TArg5,TArg6,TService>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Funq;Container;Register<TService,TArg1,TArg2,TArg3,TArg4,TArg5>;(Funq.Func<Funq.Container,TArg1,TArg2,TArg3,TArg4,TArg5,TService>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
@@ -46,6 +50,7 @@
| Funq;Container;Register<TService>;(System.Func<Funq.Container,TService>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Funq;Container;Register<TService>;(System.String,System.Func<Funq.Container,TService>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Funq;Container;RegisterFactory<TService>;(System.Func<System.Object>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Funq;Container;RegisterServiceProviderFactory<TService>;(System.Func<System.IServiceProvider,System.Object>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Funq;Func<T1,T2,T3,T4,T5,T6,T7,TResult>;BeginInvoke;(T1,T2,T3,T4,T5,T6,T7,System.AsyncCallback,System.Object);Argument[7];Argument[7].Parameter[delegate-self];value;hq-generated |
| Funq;Func<T1,T2,T3,T4,T5,T6,TResult>;BeginInvoke;(T1,T2,T3,T4,T5,T6,System.AsyncCallback,System.Object);Argument[6];Argument[6].Parameter[delegate-self];value;hq-generated |
| Funq;Func<T1,T2,T3,T4,T5,TResult>;BeginInvoke;(T1,T2,T3,T4,T5,System.AsyncCallback,System.Object);Argument[5];Argument[5].Parameter[delegate-self];value;hq-generated |
@@ -117,6 +122,7 @@
| Microsoft.AspNetCore.Builder;EndpointRoutingApplicationBuilderExtensions;UseEndpoints;(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Action<Microsoft.AspNetCore.Routing.IEndpointRouteBuilder>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Builder;ExceptionHandlerExtensions;UseExceptionHandler;(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Builder;ExceptionHandlerOptions;set_ExceptionHandler;(Microsoft.AspNetCore.Http.RequestDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Builder;ExceptionHandlerOptions;set_StatusCodeSelector;(System.Func<System.Exception,System.Int32>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Builder;FallbackEndpointRouteBuilderExtensions;MapFallback;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,Microsoft.AspNetCore.Http.RequestDelegate);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Builder;FallbackEndpointRouteBuilderExtensions;MapFallback;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,Microsoft.AspNetCore.Http.RequestDelegate);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Builder;HostFilteringServicesExtensions;AddHostFiltering;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action<Microsoft.AspNetCore.HostFiltering.HostFilteringOptions>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
@@ -138,6 +144,7 @@
| Microsoft.AspNetCore.Builder;RoutingBuilderExtensions;UseRouter;(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Action<Microsoft.AspNetCore.Routing.IRouteBuilder>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Builder;RoutingEndpointConventionBuilderExtensions;WithDisplayName<TBuilder>;(TBuilder,System.Func<Microsoft.AspNetCore.Builder.EndpointBuilder,System.String>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Builder;RunExtensions;Run;(Microsoft.AspNetCore.Builder.IApplicationBuilder,Microsoft.AspNetCore.Http.RequestDelegate);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Builder;ServerRazorComponentsEndpointConventionBuilderExtensions;AddInteractiveServerRenderMode;(Microsoft.AspNetCore.Builder.RazorComponentsEndpointConventionBuilder,System.Action<Microsoft.AspNetCore.Components.Server.ServerComponentsEndpointOptions>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Builder;StaticFileOptions;set_OnPrepareResponse;(System.Action<Microsoft.AspNetCore.StaticFiles.StaticFileResponseContext>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Builder;StaticFileOptions;set_OnPrepareResponseAsync;(System.Func<Microsoft.AspNetCore.StaticFiles.StaticFileResponseContext,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Builder;StatusCodePagesExtensions;UseStatusCodePages;(Microsoft.AspNetCore.Builder.IApplicationBuilder,System.Action<Microsoft.AspNetCore.Builder.IApplicationBuilder>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
@@ -201,6 +208,7 @@
| Microsoft.AspNetCore.Components.Routing;Router;set_NotFound;(Microsoft.AspNetCore.Components.RenderFragment);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Components.Sections;SectionContent;set_ChildContent;(Microsoft.AspNetCore.Components.RenderFragment);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Components.Server.Circuits;CircuitHandler;CreateInboundActivityHandler;(System.Func<Microsoft.AspNetCore.Components.Server.Circuits.CircuitInboundActivityContext,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Components.Server;ServerComponentsEndpointOptions;set_ConfigureWebSocketAcceptContext;(System.Func<Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Http.WebSocketAcceptContext,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Components.Web.Virtualization;ItemsProviderDelegate<TItem>;BeginInvoke;(Microsoft.AspNetCore.Components.Web.Virtualization.ItemsProviderRequest,System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Components.Web.Virtualization;Virtualize<TItem>;set_ChildContent;(Microsoft.AspNetCore.Components.RenderFragment<TItem>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Components.Web.Virtualization;Virtualize<TItem>;set_EmptyContent;(Microsoft.AspNetCore.Components.RenderFragment);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
@@ -350,6 +358,9 @@
| Microsoft.AspNetCore.Cors.Infrastructure;CorsOptions;AddPolicy;(System.String,System.Action<Microsoft.AspNetCore.Cors.Infrastructure.CorsPolicyBuilder>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Cors.Infrastructure;CorsPolicy;set_IsOriginAllowed;(System.Func<System.String,System.Boolean>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Cors.Infrastructure;CorsPolicyBuilder;SetIsOriginAllowed;(System.Func<System.String,System.Boolean>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.DataProtection.KeyManagement;IDeletableKeyManager;DeleteKeys;(System.Func<Microsoft.AspNetCore.DataProtection.KeyManagement.IKey,System.Boolean>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.DataProtection.KeyManagement;XmlKeyManager;DeleteKeys;(System.Func<Microsoft.AspNetCore.DataProtection.KeyManagement.IKey,System.Boolean>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.DataProtection.Repositories;IDeletableXmlRepository;DeleteElements;(System.Action<System.Collections.Generic.IReadOnlyCollection<Microsoft.AspNetCore.DataProtection.Repositories.IDeletableElement>>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.DataProtection;DataProtectionBuilderExtensions;AddKeyEscrowSink;(Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder,System.Func<System.IServiceProvider,Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyEscrowSink>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.DataProtection;DataProtectionBuilderExtensions;AddKeyManagementOptions;(Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder,System.Action<Microsoft.AspNetCore.DataProtection.KeyManagement.KeyManagementOptions>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.DataProtection;DataProtectionProvider;Create;(System.IO.DirectoryInfo,System.Action<Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
@@ -620,6 +631,8 @@
| Microsoft.AspNetCore.Routing;RouteHandler;RouteHandler;(Microsoft.AspNetCore.Http.RequestDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Routing;RouteHandlerServices;Map;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate,System.Collections.Generic.IEnumerable<System.String>,System.Func<System.Reflection.MethodInfo,Microsoft.AspNetCore.Http.RequestDelegateFactoryOptions,Microsoft.AspNetCore.Http.RequestDelegateMetadataResult>,System.Func<System.Delegate,Microsoft.AspNetCore.Http.RequestDelegateFactoryOptions,Microsoft.AspNetCore.Http.RequestDelegateMetadataResult,Microsoft.AspNetCore.Http.RequestDelegateResult>);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Routing;RouteHandlerServices;Map;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate,System.Collections.Generic.IEnumerable<System.String>,System.Func<System.Reflection.MethodInfo,Microsoft.AspNetCore.Http.RequestDelegateFactoryOptions,Microsoft.AspNetCore.Http.RequestDelegateMetadataResult>,System.Func<System.Delegate,Microsoft.AspNetCore.Http.RequestDelegateFactoryOptions,Microsoft.AspNetCore.Http.RequestDelegateMetadataResult,Microsoft.AspNetCore.Http.RequestDelegateResult>);Argument[5];Argument[5].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Routing;RouteHandlerServices;Map;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate,System.Collections.Generic.IEnumerable<System.String>,System.Func<System.Reflection.MethodInfo,Microsoft.AspNetCore.Http.RequestDelegateFactoryOptions,Microsoft.AspNetCore.Http.RequestDelegateMetadataResult>,System.Func<System.Delegate,Microsoft.AspNetCore.Http.RequestDelegateFactoryOptions,Microsoft.AspNetCore.Http.RequestDelegateMetadataResult,Microsoft.AspNetCore.Http.RequestDelegateResult>,System.Reflection.MethodInfo);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Routing;RouteHandlerServices;Map;(Microsoft.AspNetCore.Routing.IEndpointRouteBuilder,System.String,System.Delegate,System.Collections.Generic.IEnumerable<System.String>,System.Func<System.Reflection.MethodInfo,Microsoft.AspNetCore.Http.RequestDelegateFactoryOptions,Microsoft.AspNetCore.Http.RequestDelegateMetadataResult>,System.Func<System.Delegate,Microsoft.AspNetCore.Http.RequestDelegateFactoryOptions,Microsoft.AspNetCore.Http.RequestDelegateMetadataResult,Microsoft.AspNetCore.Http.RequestDelegateResult>,System.Reflection.MethodInfo);Argument[5];Argument[5].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Server.IISIntegration;IISMiddleware;IISMiddleware;(Microsoft.AspNetCore.Http.RequestDelegate,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Builder.IISOptions>,System.String,Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider,Microsoft.Extensions.Hosting.IHostApplicationLifetime);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Server.IISIntegration;IISMiddleware;IISMiddleware;(Microsoft.AspNetCore.Http.RequestDelegate,Microsoft.Extensions.Logging.ILoggerFactory,Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Builder.IISOptions>,System.String,System.Boolean,Microsoft.AspNetCore.Authentication.IAuthenticationSchemeProvider,Microsoft.Extensions.Hosting.IHostApplicationLifetime);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Server.Kestrel.Core;KestrelServerOptions;ConfigureEndpointDefaults;(System.Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
@@ -638,6 +651,7 @@
| Microsoft.AspNetCore.Server.Kestrel.Https;HttpsConnectionAdapterOptions;set_OnAuthenticate;(System.Action<Microsoft.AspNetCore.Connections.ConnectionContext,System.Net.Security.SslServerAuthenticationOptions>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Server.Kestrel.Https;HttpsConnectionAdapterOptions;set_ServerCertificateSelector;(System.Func<Microsoft.AspNetCore.Connections.ConnectionContext,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Server.Kestrel.Https;TlsHandshakeCallbackOptions;set_OnConnection;(System.Func<Microsoft.AspNetCore.Server.Kestrel.Https.TlsHandshakeCallbackContext,System.Threading.Tasks.ValueTask<System.Net.Security.SslServerAuthenticationOptions>>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes;NamedPipeTransportOptions;set_CreateNamedPipeServerStream;(System.Func<Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.CreateNamedPipeServerStreamContext,System.IO.Pipes.NamedPipeServerStream>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets;SocketTransportOptions;set_CreateBoundListenSocket;(System.Func<System.Net.EndPoint,System.Net.Sockets.Socket>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;AnyIPEndpoint;(System.Int32,System.Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;Endpoint;(System.Net.IPAddress,System.Int32,System.Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
@@ -645,6 +659,7 @@
| Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;Endpoint;(System.String,System.Action<Microsoft.AspNetCore.Server.Kestrel.EndpointConfiguration>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;HandleEndpoint;(System.UInt64,System.Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;LocalhostEndpoint;(System.Int32,System.Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;NamedPipeEndpoint;(System.String,System.Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Server.Kestrel;KestrelConfigurationLoader;UnixSocketEndpoint;(System.String,System.Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Session;DistributedSession;DistributedSession;(Microsoft.Extensions.Caching.Distributed.IDistributedCache,System.String,System.TimeSpan,System.TimeSpan,System.Func<System.Boolean>,Microsoft.Extensions.Logging.ILoggerFactory,System.Boolean);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated |
| Microsoft.AspNetCore.Session;ISessionStore;Create;(System.String,System.TimeSpan,System.TimeSpan,System.Func<System.Boolean>,System.Boolean);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
@@ -686,6 +701,8 @@
| Microsoft.Extensions.Caching.Distributed;DistributedCacheEntryExtensions;SetAbsoluteExpiration;(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.DateTimeOffset);Argument[0];ReturnValue;value;dfc-generated |
| Microsoft.Extensions.Caching.Distributed;DistributedCacheEntryExtensions;SetAbsoluteExpiration;(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan);Argument[0];ReturnValue;value;dfc-generated |
| Microsoft.Extensions.Caching.Distributed;DistributedCacheEntryExtensions;SetSlidingExpiration;(Microsoft.Extensions.Caching.Distributed.DistributedCacheEntryOptions,System.TimeSpan);Argument[0];ReturnValue;value;dfc-generated |
| Microsoft.Extensions.Caching.Hybrid;HybridCache;GetOrCreateAsync<T>;(System.String,System.Func<System.Threading.CancellationToken,System.Threading.Tasks.ValueTask<T>>,Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions,System.Collections.Generic.IEnumerable<System.String>,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| Microsoft.Extensions.Caching.Hybrid;HybridCache;GetOrCreateAsync<TState,T>;(System.String,TState,System.Func<TState,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask<T>>,Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions,System.Collections.Generic.IEnumerable<System.String>,System.Threading.CancellationToken);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| Microsoft.Extensions.Caching.Memory;CacheEntryExtensions;AddExpirationToken;(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Primitives.IChangeToken);Argument[0];ReturnValue;value;dfc-generated |
| Microsoft.Extensions.Caching.Memory;CacheEntryExtensions;AddExpirationToken;(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Primitives.IChangeToken);Argument[1];Argument[0].Property[Microsoft.Extensions.Caching.Memory.ICacheEntry.ExpirationTokens].Element;value;dfc-generated |
| Microsoft.Extensions.Caching.Memory;CacheEntryExtensions;AddExpirationToken;(Microsoft.Extensions.Caching.Memory.ICacheEntry,Microsoft.Extensions.Primitives.IChangeToken);Argument[1];ReturnValue.Property[Microsoft.Extensions.Caching.Memory.ICacheEntry.ExpirationTokens].Element;value;dfc-generated |
@@ -710,7 +727,12 @@
| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate<TItem>;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func<Microsoft.Extensions.Caching.Memory.ICacheEntry,TItem>);Argument[2].ReturnValue;ReturnValue;value;hq-generated |
| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate<TItem>;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func<Microsoft.Extensions.Caching.Memory.ICacheEntry,TItem>);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated |
| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate<TItem>;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func<Microsoft.Extensions.Caching.Memory.ICacheEntry,TItem>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate<TItem>;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func<Microsoft.Extensions.Caching.Memory.ICacheEntry,TItem>,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2].ReturnValue;ReturnValue;value;dfc-generated |
| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate<TItem>;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func<Microsoft.Extensions.Caching.Memory.ICacheEntry,TItem>,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2].ReturnValue;ReturnValue;value;hq-generated |
| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate<TItem>;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func<Microsoft.Extensions.Caching.Memory.ICacheEntry,TItem>,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated |
| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreate<TItem>;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func<Microsoft.Extensions.Caching.Memory.ICacheEntry,TItem>,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreateAsync<TItem>;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func<Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Threading.Tasks.Task<TItem>>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| Microsoft.Extensions.Caching.Memory;CacheExtensions;GetOrCreateAsync<TItem>;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,System.Func<Microsoft.Extensions.Caching.Memory.ICacheEntry,System.Threading.Tasks.Task<TItem>>,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| Microsoft.Extensions.Caching.Memory;CacheExtensions;Set<TItem>;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem);Argument[2];ReturnValue;value;dfc-generated |
| Microsoft.Extensions.Caching.Memory;CacheExtensions;Set<TItem>;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Caching.Memory.MemoryCacheEntryOptions);Argument[2];ReturnValue;value;dfc-generated |
| Microsoft.Extensions.Caching.Memory;CacheExtensions;Set<TItem>;(Microsoft.Extensions.Caching.Memory.IMemoryCache,System.Object,TItem,Microsoft.Extensions.Primitives.IChangeToken);Argument[2];ReturnValue;value;dfc-generated |
@@ -2173,14 +2195,6 @@
| Newtonsoft.Json;JsonValidatingReader;remove_ValidationEventHandler;(Newtonsoft.Json.Schema.ValidationEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.AI;SpeechToTextFactory;set_Resolve;(System.Func<System.String,ServiceStack.AI.ISpeechToText>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.AI;TypeChatFactory;set_Resolve;(System.Func<System.String,ServiceStack.AI.ITypeChat>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Admin;AdminUsersFeature;RemoveFromUserForm;(System.Predicate<ServiceStack.InputInfo>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Admin;AdminUsersFeature;set_OnAfterCreateUser;(System.Func<ServiceStack.Auth.IUserAuth,ServiceStack.Service,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Admin;AdminUsersFeature;set_OnAfterDeleteUser;(System.Func<System.String,ServiceStack.Service,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Admin;AdminUsersFeature;set_OnAfterUpdateUser;(System.Func<ServiceStack.Auth.IUserAuth,ServiceStack.Auth.IUserAuth,ServiceStack.Service,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Admin;AdminUsersFeature;set_OnBeforeCreateUser;(System.Func<ServiceStack.Auth.IUserAuth,ServiceStack.Service,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Admin;AdminUsersFeature;set_OnBeforeDeleteUser;(System.Func<System.String,ServiceStack.Service,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Admin;AdminUsersFeature;set_OnBeforeUpdateUser;(System.Func<ServiceStack.Auth.IUserAuth,ServiceStack.Auth.IUserAuth,ServiceStack.Service,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Admin;AdminUsersFeature;set_ValidateFn;(ServiceStack.Auth.ValidateAsyncFn);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.AsyncEx;TaskCompletionSourceExtensions;TryCompleteFromCompletedTask<TResult>;(System.Threading.Tasks.TaskCompletionSource<TResult>,System.Threading.Tasks.Task,System.Func<TResult>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Auth;ApiKeyAuthProvider;set_CreateApiKeyFilter;(System.Action<ServiceStack.Auth.ApiKey>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Auth;ApiKeyAuthProvider;set_GenerateApiKey;(ServiceStack.Auth.CreateApiKeyDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
@@ -2219,6 +2233,7 @@
| ServiceStack.Auth;RegisterService;set_ValidateFn;(ServiceStack.Auth.ValidateFn);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Auth;ValidateAsyncFn;BeginInvoke;(ServiceStack.IServiceBase,System.String,System.Object,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Auth;ValidateFn;BeginInvoke;(ServiceStack.IServiceBase,System.String,System.Object,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Auth;ValidateRequestAsyncFn;BeginInvoke;(ServiceStack.Web.IRequest,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Configuration;AppSettingsBase;set_ParsingStrategy;(ServiceStack.Configuration.ParsingStrategyDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Configuration;ParsingStrategyDelegate;BeginInvoke;(System.String,System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Data;DbConnectionFactory;DbConnectionFactory;(System.Func<System.Data.IDbConnection>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
@@ -2450,7 +2465,7 @@
| ServiceStack.Host;HandleServiceExceptionDelegate;BeginInvoke;(ServiceStack.Web.IRequest,System.Object,System.Exception,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Host;HandleUncaughtExceptionAsyncDelegate;BeginInvoke;(ServiceStack.Web.IRequest,ServiceStack.Web.IResponse,System.String,System.Exception,System.AsyncCallback,System.Object);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Host;HandleUncaughtExceptionDelegate;BeginInvoke;(ServiceStack.Web.IRequest,ServiceStack.Web.IResponse,System.String,System.Exception,System.AsyncCallback,System.Object);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Host;HttpHandlerResolverDelegate;BeginInvoke;(System.String,System.String,System.String,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Host;HttpHandlerResolverDelegate;BeginInvoke;(ServiceStack.Web.IRequest,System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Host;IHttpAsyncHandler;Middleware;(Microsoft.AspNetCore.Http.HttpContext,System.Func<System.Threading.Tasks.Task>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Host;InstanceExecFn;BeginInvoke;(ServiceStack.Web.IRequest,System.Object,System.Object,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Host;MetadataTypeExtensions;ToMetadataServiceRoutes;(System.Collections.Generic.Dictionary<System.Type,System.String[]>,System.Action<System.Collections.Generic.Dictionary<System.String,System.String[]>>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
@@ -2459,6 +2474,8 @@
| ServiceStack.Host;ServiceController;ServiceController;(ServiceStack.ServiceStackHost,System.Func<System.Collections.Generic.IEnumerable<System.Type>>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Host;ServiceController;set_ResolveServicesFn;(System.Func<System.Collections.Generic.IEnumerable<System.Type>>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Host;ServiceExecFn;BeginInvoke;(ServiceStack.Web.IRequest,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Host;ServiceMetadata;AddReferencedTypes;(System.Collections.Generic.HashSet<System.Type>,System.Type,System.Func<System.Type,System.Boolean>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Host;ServiceMetadata;GetDtoTypes;(System.Func<System.Type,System.Boolean>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Host;StreamSerializerResolverDelegate;BeginInvoke;(ServiceStack.Web.IRequest,System.Object,ServiceStack.Web.IResponse,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Host;TypedFilter<T>;TypedFilter;(System.Action<ServiceStack.Web.IRequest,ServiceStack.Web.IResponse,T>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Host;TypedFilterAsync<T>;TypedFilterAsync;(System.Func<ServiceStack.Web.IRequest,ServiceStack.Web.IResponse,T,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
@@ -2491,6 +2508,10 @@
| ServiceStack.IO;IVirtualFilesAsync;WriteFilesAsync;(System.Collections.Generic.IEnumerable<ServiceStack.IO.IVirtualFile>,System.Func<ServiceStack.IO.IVirtualFile,System.String>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack.IO;VirtualFilesExtensions;CopyFrom;(ServiceStack.IO.IVirtualPathProvider,System.Collections.Generic.IEnumerable<ServiceStack.IO.IVirtualFile>,System.Func<ServiceStack.IO.IVirtualFile,System.String>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack.IO;VirtualFilesExtensions;WriteFiles;(ServiceStack.IO.IVirtualPathProvider,System.Collections.Generic.IEnumerable<ServiceStack.IO.IVirtualFile>,System.Func<ServiceStack.IO.IVirtualFile,System.String>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Jobs;BackgroundJob;set_OnFailed;(System.Action<System.Exception>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Jobs;BackgroundJob;set_OnSuccess;(System.Action<System.Object>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Jobs;BackgroundJobOptions;set_OnFailed;(System.Action<System.Exception>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Jobs;BackgroundJobOptions;set_OnSuccess;(System.Action<System.Object>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Logging;GenericLogFactory;GenericLogFactory;(System.Action<System.String>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Messaging;BackgroundMqService;CreateMessageHandlerFactory<T>;(System.Func<ServiceStack.Messaging.IMessage<T>,System.Object>,System.Action<ServiceStack.Messaging.IMessageHandler,ServiceStack.Messaging.IMessage<T>,System.Exception>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Messaging;BackgroundMqService;CreateMessageHandlerFactory<T>;(System.Func<ServiceStack.Messaging.IMessage<T>,System.Object>,System.Action<ServiceStack.Messaging.IMessageHandler,ServiceStack.Messaging.IMessage<T>,System.Exception>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
@@ -3395,6 +3416,9 @@
| ServiceStack.Script;ScriptContext;set_OnRenderException;(System.Action<ServiceStack.Script.PageResult,System.Exception>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Script;ScriptContext;set_OnUnhandledExpression;(System.Func<ServiceStack.Script.PageVariableFragment,System.ReadOnlyMemory<System.Byte>>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Script;ScriptMethodInfo;GetScriptMethods;(System.Type,System.Func<System.Reflection.MethodInfo,System.Boolean>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Serialization;StringMapTypeDeserializer+PropertySerializerEntry;PropertySerializerEntry;(ServiceStack.GetMemberDelegate,ServiceStack.SetMemberDelegate,ServiceStack.Text.Common.ParseStringDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Serialization;StringMapTypeDeserializer+PropertySerializerEntry;PropertySerializerEntry;(ServiceStack.GetMemberDelegate,ServiceStack.SetMemberDelegate,ServiceStack.Text.Common.ParseStringDelegate);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Serialization;StringMapTypeDeserializer+PropertySerializerEntry;PropertySerializerEntry;(ServiceStack.GetMemberDelegate,ServiceStack.SetMemberDelegate,ServiceStack.Text.Common.ParseStringDelegate);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Support;ActionExecHandler;ActionExecHandler;(System.Action,System.Threading.AutoResetEvent);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Support;AdapterBase;Execute;(System.Action);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Support;AdapterBase;Execute<T>;(System.Func<T>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
@@ -3449,6 +3473,7 @@
| ServiceStack.Text.Pools;ObjectPool<T>;ObjectPool;(ServiceStack.Text.Pools.ObjectPool<T>+Factory,System.Int32);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Text.Pools;PooledObject<T>;PooledObject;(ServiceStack.Text.Pools.ObjectPool<T>,System.Func<ServiceStack.Text.Pools.ObjectPool<T>,T>,System.Action<ServiceStack.Text.Pools.ObjectPool<T>,T>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Text.Pools;PooledObject<T>;PooledObject;(ServiceStack.Text.Pools.ObjectPool<T>,System.Func<ServiceStack.Text.Pools.ObjectPool<T>,T>,System.Action<ServiceStack.Text.Pools.ObjectPool<T>,T>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Text;Config;UnsafeInit;(System.Action<ServiceStack.Text.Config>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Text;Config;set_ModelFactory;(ServiceStack.EmptyCtorFactoryDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Text;Config;set_OnDeserializationError;(ServiceStack.Text.Common.DeserializationErrorDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Text;Config;set_ParsePrimitiveFn;(System.Func<System.String,System.Object>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
@@ -3505,12 +3530,14 @@
| ServiceStack.Text;RecyclableMemoryStreamManager;remove_StreamFinalized;(ServiceStack.Text.RecyclableMemoryStreamManager+EventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Text;RecyclableMemoryStreamManager;remove_StreamLength;(ServiceStack.Text.RecyclableMemoryStreamManager+StreamLengthReportHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Text;RecyclableMemoryStreamManager;remove_UsageReport;(ServiceStack.Text.RecyclableMemoryStreamManager+UsageReportEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Text;TextConfig;ConfigureJsonOptions;(System.Action<System.Text.Json.JsonSerializerOptions>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Text;TextConfig;set_CreateSha;(System.Func<System.Security.Cryptography.SHA1>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Text;TypeConfig<T>;set_OnDeserializing;(System.Func<System.Object,System.String,System.Object,System.Object>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Text;TypeSerializer;set_OnSerialize;(System.Action<System.Object>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Validation;ValidationError;get_Message;();Argument[this].Property[System.Exception.Message];ReturnValue;value;dfc-generated |
| ServiceStack.Validation;ValidationError;get_Message;();Argument[this].SyntheticField[System.ArgumentException._paramName];ReturnValue;taint;dfc-generated |
| ServiceStack.Validation;ValidationError;get_Message;();Argument[this].SyntheticField[System.Exception._message];ReturnValue;value;dfc-generated |
| ServiceStack.Validation;ValidationExtensions;RegisterValidator<T>;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Func<System.IServiceProvider,ServiceStack.FluentValidation.IValidator<T>>,Microsoft.Extensions.DependencyInjection.ServiceLifetime);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Validation;ValidationFeature;set_ErrorResponseFilter;(System.Func<ServiceStack.Web.IRequest,ServiceStack.FluentValidation.Results.ValidationResult,System.Object,System.Object>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack.VirtualPath;AbstractVirtualDirectoryBase;GetPathToRoot;(System.String,System.Func<ServiceStack.IO.IVirtualDirectory,System.String>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack.VirtualPath;AbstractVirtualFileBase;GetPathToRoot;(System.String,System.Func<ServiceStack.IO.IVirtualDirectory,System.String>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
@@ -3534,10 +3561,21 @@
| ServiceStack.Web;TextDeserializerDelegate;BeginInvoke;(System.Type,System.String,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack.Web;TextSerializerDelegate;BeginInvoke;(System.Object,System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ActionInvoker;BeginInvoke;(System.Object,System.Object[],System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AdminUsersFeature;RemoveFromUserForm;(System.Predicate<ServiceStack.InputInfo>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AdminUsersFeature;set_OnAfterCreateUser;(System.Func<ServiceStack.Auth.IUserAuth,ServiceStack.Service,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AdminUsersFeature;set_OnAfterDeleteUser;(System.Func<System.String,ServiceStack.Service,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AdminUsersFeature;set_OnAfterUpdateUser;(System.Func<ServiceStack.Auth.IUserAuth,ServiceStack.Auth.IUserAuth,ServiceStack.Service,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AdminUsersFeature;set_OnBeforeCreateUser;(System.Func<ServiceStack.Auth.IUserAuth,ServiceStack.Service,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AdminUsersFeature;set_OnBeforeDeleteUser;(System.Func<System.String,ServiceStack.Service,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AdminUsersFeature;set_OnBeforeUpdateUser;(System.Func<ServiceStack.Auth.IUserAuth,ServiceStack.Auth.IUserAuth,ServiceStack.Service,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AdminUsersFeature;set_ValidateFn;(ServiceStack.Auth.ValidateAsyncFn);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ApiAllowableValuesAttribute;ApiAllowableValuesAttribute;(System.Func<System.String[]>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ApiAllowableValuesAttribute;ApiAllowableValuesAttribute;(System.String,System.Func<System.String[]>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ApiKeyValidator;ApiKeyValidator;(System.Func<ServiceStack.IApiKeySource>,System.Func<ServiceStack.IApiKeyResolver>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ApiKeyValidator;ApiKeyValidator;(System.Func<ServiceStack.IApiKeySource>,System.Func<ServiceStack.IApiKeyResolver>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AppHostBase;ProcessRequest;(Microsoft.AspNetCore.Http.HttpContext,System.Func<System.Threading.Tasks.Task>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AppHostBase;set_BeforeNextMiddleware;(System.Func<ServiceStack.Host.NetCore.NetCoreRequest,System.Threading.Tasks.Task>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AppHostBase;set_IgnoreRequestHandler;(System.Func<Microsoft.AspNetCore.Http.HttpContext,System.Boolean>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AppHostBase;set_NetCoreHandler;(System.Func<Microsoft.AspNetCore.Http.HttpContext,System.Threading.Tasks.Task<System.Boolean>>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AppHostExtensions;AddIfNotExists<T>;(System.Collections.Generic.List<ServiceStack.IPlugin>,T,System.Action<T>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AppHostExtensions;ConfigureOperation<T>;(ServiceStack.IAppHost,System.Action<ServiceStack.Host.Operation>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
@@ -3580,7 +3618,7 @@
| ServiceStack;AsyncServiceClient;set_ResultsFilterResponse;(ServiceStack.ResultsFilterResponseDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AsyncServiceClient;set_StreamDeserializer;(ServiceStack.Web.StreamDeserializerDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AsyncServiceClient;set_StreamSerializer;(ServiceStack.Web.StreamSerializerDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AuthFeature;AuthFeature;(System.Action<ServiceStack.AuthFeature>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AuthFeature;AuthFeature;(System.Action<Microsoft.Extensions.DependencyInjection.IServiceCollection,ServiceStack.AuthFeature>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AuthFeature;AuthFeature;(System.Func<ServiceStack.Auth.IAuthSession>,ServiceStack.Auth.IAuthProvider[],System.String);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AuthFeature;set_AllowGetAuthenticateRequests;(System.Func<ServiceStack.Web.IRequest,System.Boolean>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;AuthFeature;set_AuthResponseDecorator;(System.Func<ServiceStack.Auth.AuthFilterContext,System.Object>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
@@ -3610,8 +3648,14 @@
| ServiceStack;CacheClientExtensions;GetOrCreateAsync<T>;(ServiceStack.Caching.ICacheClientAsync,System.String,System.Func<System.Threading.Tasks.Task<T>>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;CacheClientExtensions;GetOrCreateAsync<T>;(ServiceStack.Caching.ICacheClientAsync,System.String,System.TimeSpan,System.Func<System.Threading.Tasks.Task<T>>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| ServiceStack;CachedExpressionCompiler;Compile<TModel,TValue>;(System.Linq.Expressions.Expression<System.Func<TModel,TValue>>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ClaimUtils;ToAuthenticateResponse;(System.Security.Claims.ClaimsPrincipal,System.Action<ServiceStack.AuthenticateResponse>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ClientConfig;set_EncodeDispositionFileName;(System.Func<System.String,System.String>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ClientConfig;set_EvalExpression;(System.Func<System.String,System.Object>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;CommandResult;Clone;(System.Action<ServiceStack.CommandResult>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;CommandsFeature+AsyncMethodInvoker;BeginInvoke;(System.Object,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;CommandsFeature;ExecuteCommandAsync;(System.Type,System.Func<System.Object,System.Threading.Tasks.Task>,System.Object,ServiceStack.Web.IRequest,System.Threading.CancellationToken);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;CommandsFeature;set_ShouldIgnore;(System.Func<ServiceStack.CommandResult,System.Boolean>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;CommandsFeature;set_SkipRetryingExceptions;(System.Func<System.Exception,System.Boolean>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;CompareTypeUtils;Aggregate;(System.Collections.IEnumerable,System.Func<System.Object,System.Object,System.Object>,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ContainerExtensions;AddSingleton<TService>;(ServiceStack.IContainer,System.Func<TService>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ContainerExtensions;AddTransient<TService>;(ServiceStack.IContainer,System.Func<TService>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
@@ -3672,10 +3716,15 @@
| ServiceStack;ExecUtils;ExecReturnFirstWithResultAsync<T,TReturn>;(System.Collections.Generic.IEnumerable<T>,System.Func<T,System.Threading.Tasks.Task<TReturn>>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ExecUtils;RetryOnException;(System.Action,System.Int32);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ExecUtils;RetryOnException;(System.Action,System.Nullable<System.TimeSpan>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ExecUtils;RetryOnException<T>;(System.Func<T>,System.Int32);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ExecUtils;RetryOnExceptionAsync;(System.Func<System.Threading.Tasks.Task>,System.Int32);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ExecUtils;RetryOnExceptionAsync;(System.Func<System.Threading.Tasks.Task>,System.Nullable<System.TimeSpan>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ExecUtils;RetryOnExceptionAsync<T>;(System.Func<System.Threading.Tasks.Task<T>>,System.Int32);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ExecUtils;RetryUntilTrue;(System.Func<System.Boolean>,System.Nullable<System.TimeSpan>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ExecUtils;RetryUntilTrueAsync;(System.Func<System.Threading.Tasks.Task<System.Boolean>>,System.Nullable<System.TimeSpan>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ExecUtils;WaitUntilTrue;(System.Func<System.Boolean>,System.Nullable<System.TimeSpan>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ExecUtils;WaitUntilTrueAsync;(System.Func<System.Boolean>,System.Nullable<System.TimeSpan>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ExecUtils;WaitUntilTrueAsync;(System.Func<System.Threading.Tasks.Task<System.Boolean>>,System.Nullable<System.TimeSpan>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ExpressionUtils;AssignedValues<T>;(System.Linq.Expressions.Expression<System.Func<T>>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ExpressionUtils;GetFieldNames<T>;(System.Linq.Expressions.Expression<System.Func<T,System.Object>>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ExpressionUtils;GetMemberExpression<T>;(System.Linq.Expressions.Expression<System.Func<T,System.Object>>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
@@ -3698,6 +3747,7 @@
| ServiceStack;HostContext;ConfigureAppHost;(System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;HostContext;ConfigureAppHost;(System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;HostContext;ConfigureAppHost;(System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| ServiceStack;HostContext;ConfigureServices;(System.Action<Microsoft.Extensions.DependencyInjection.IServiceCollection>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;HtmlModule;set_FileContentsResolver;(System.Func<ServiceStack.IO.IVirtualFile,System.String>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;HtmlModuleContext;Cache;(System.String,System.Func<System.String,System.ReadOnlyMemory<System.Byte>>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;HtmlModulesFeature;Configure;(System.Action<ServiceStack.IAppHost,ServiceStack.HtmlModule>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
@@ -3959,10 +4009,17 @@
| ServiceStack;NativeTypesFeature;ExportAttribute;(System.Type,System.Func<System.Attribute,ServiceStack.MetadataAttribute>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;NativeTypesFeature;ExportAttribute<T>;(System.Func<System.Attribute,ServiceStack.MetadataAttribute>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;NativeTypesFeature;set_ShouldInitializeCollection;(System.Func<ServiceStack.MetadataType,System.Boolean>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;NetCoreAppHostExtensions;AddServiceStack;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Collections.Generic.IEnumerable<System.Reflection.Assembly>,System.Action<ServiceStack.ServiceStackServicesOptions>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;NetCoreAppHostExtensions;AddServiceStack;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Reflection.Assembly,System.Action<ServiceStack.ServiceStackServicesOptions>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;NetCoreAppHostExtensions;ConfigureAppHost;(Microsoft.AspNetCore.Hosting.IWebHostBuilder,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;NetCoreAppHostExtensions;ConfigureAppHost;(Microsoft.AspNetCore.Hosting.IWebHostBuilder,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;NetCoreAppHostExtensions;ConfigureAppHost;(Microsoft.AspNetCore.Hosting.IWebHostBuilder,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| ServiceStack;NetCoreAppHostExtensions;ConfigureAppHost;(Microsoft.AspNetCore.Hosting.IWebHostBuilder,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>,System.Action<ServiceStack.ServiceStackHost>);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated |
| ServiceStack;NetCoreAppHostExtensions;MapEndpoints;(ServiceStack.IAppHostNetCore,System.Action<Microsoft.AspNetCore.Routing.IEndpointRouteBuilder>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;NetCoreAppHostExtensions;ProcessRequestAsync;(Microsoft.AspNetCore.Http.HttpContext,ServiceStack.Host.Handlers.HttpAsyncTaskHandler,System.String,System.Action<ServiceStack.Web.IRequest>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| ServiceStack;NetCoreAppHostExtensions;ProcessRequestAsync;(Microsoft.AspNetCore.Http.HttpContext,System.Func<ServiceStack.Web.IRequest,ServiceStack.Host.Handlers.HttpAsyncTaskHandler>,System.String,System.Action<ServiceStack.Web.IRequest>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;NetCoreAppHostExtensions;ProcessRequestAsync;(Microsoft.AspNetCore.Http.HttpContext,System.Func<ServiceStack.Web.IRequest,ServiceStack.Host.Handlers.HttpAsyncTaskHandler>,System.String,System.Action<ServiceStack.Web.IRequest>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| ServiceStack;NetCoreAppHostExtensions;UseServiceStack;(Microsoft.AspNetCore.Builder.IApplicationBuilder,ServiceStack.AppHostBase,System.Action<ServiceStack.ServiceStackOptions>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;NetStandardPclExportClient;GetHeader;(System.Net.WebHeaderCollection,System.String,System.Func<System.String,System.Boolean>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ObjectActivator;BeginInvoke;(System.Object[],System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;OrderByExpression;OrderByExpression;(System.String,ServiceStack.GetMemberDelegate,System.Boolean);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
@@ -4025,7 +4082,7 @@
| ServiceStack;ResultsFilterHttpDelegate;BeginInvoke;(System.Type,System.String,System.String,System.Object,System.AsyncCallback,System.Object);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ResultsFilterHttpResponseDelegate;BeginInvoke;(System.Net.Http.HttpResponseMessage,System.Object,System.String,System.String,System.Object,System.AsyncCallback,System.Object);Argument[5];Argument[5].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ResultsFilterResponseDelegate;BeginInvoke;(System.Net.WebResponse,System.Object,System.String,System.String,System.Object,System.AsyncCallback,System.Object);Argument[5];Argument[5].Parameter[delegate-self];value;hq-generated |
| ServiceStack;SameSiteCookiesServiceCollectionExtensions;ConfigureNonBreakingSameSiteCookies;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action<Microsoft.AspNetCore.Builder.CookiePolicyOptions>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;RouteHandlerBuilderDelegate;BeginInvoke;(Microsoft.AspNetCore.Builder.RouteHandlerBuilder,ServiceStack.Host.Operation,System.String,System.String,System.AsyncCallback,System.Object);Argument[4];Argument[4].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ServerEventCallback;BeginInvoke;(ServiceStack.ServerEventsClient,ServiceStack.ServerEventMessage,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ServerEventsClient;AddListener;(System.String,System.Action<ServiceStack.ServerEventMessage>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ServerEventsClient;HasListener;(System.String,System.Action<ServiceStack.ServerEventMessage>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
@@ -4075,13 +4132,21 @@
| ServiceStack;ServiceClientBase;set_TypedUrlResolver;(ServiceStack.TypedUrlResolverDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ServiceClientBase;set_UrlResolver;(ServiceStack.UrlResolverDelegate);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ServiceClientExtensions;Apply<T>;(T,System.Action<T>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ServiceCollectionExtensions;Add;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Type,System.Func<System.IServiceProvider,System.Object>,Microsoft.Extensions.DependencyInjection.ServiceLifetime);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ServiceCollectionExtensions;ConfigureJsonOptions;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action<System.Text.Json.JsonSerializerOptions>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ServiceCollectionExtensions;ConfigurePlugin<T>;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action<T>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ServiceCollectionExtensions;ConfigureScriptContext;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action<ServiceStack.Script.ScriptContext>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ServiceCollectionExtensions;PostConfigurePlugin<T>;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action<T>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ServiceCollectionSameSiteCookiesExtensions;ConfigureNonBreakingSameSiteCookies;(Microsoft.Extensions.DependencyInjection.IServiceCollection,System.Action<Microsoft.AspNetCore.Builder.CookiePolicyOptions>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ServiceExtensions;RunAction<TService,TRequest>;(TService,TRequest,System.Func<TService,TRequest,System.Object>,ServiceStack.Web.IRequest);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;ServiceStackServicesOptions;ResolveAssemblyRequestTypes;(System.Func<System.Type,System.Boolean>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;SetMemberDelegate;BeginInvoke;(System.Object,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;SetMemberDelegate<T>;BeginInvoke;(T,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;SetMemberRefDelegate;BeginInvoke;(System.Object,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;SetMemberRefDelegate<T>;BeginInvoke;(T,System.Object,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;SharpPageHandler;set_Filter;(System.Action<ServiceStack.Web.IRequest>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;SharpPageHandler;set_ValidateFn;(System.Func<ServiceStack.Web.IRequest,System.Boolean>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;SharpPagesFeature;set_Configure;(System.Action<ServiceStack.SharpPagesFeature>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;StaticActionInvoker;BeginInvoke;(System.Object[],System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;StaticMethodInvoker;BeginInvoke;(System.Object[],System.AsyncCallback,System.Object);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| ServiceStack;StringExtensions;ToCsv<T>;(T,System.Action<ServiceStack.Text.Config>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
@@ -4100,12 +4165,12 @@
| ServiceStack;TopLevelAppModularStartup;Create<THost>;(THost,Microsoft.Extensions.Configuration.IConfiguration,System.Func<System.Collections.Generic.IEnumerable<System.Type>>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;TopLevelAppModularStartup;TopLevelAppModularStartup;(System.Type,ServiceStack.AppHostBase,Microsoft.Extensions.Configuration.IConfiguration,System.Func<System.Collections.Generic.IEnumerable<System.Type>>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| ServiceStack;TypedUrlResolverDelegate;BeginInvoke;(ServiceStack.IServiceClientMeta,System.String,System.Object,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| ServiceStack;UiFeature;set_Configure;(System.Action<ServiceStack.IAppHost>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func<ServiceStack.FilesUploadContext,System.String>,System.String,System.String,System.String[],ServiceStack.FilesUploadOperation,System.Nullable<System.Int32>,System.Nullable<System.Int64>,System.Nullable<System.Int64>,System.Action<ServiceStack.Web.IRequest,ServiceStack.Web.IHttpFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Func<ServiceStack.FilesUploadContext,System.Threading.Tasks.Task<ServiceStack.Web.IHttpFile>>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func<ServiceStack.FilesUploadContext,System.String>,System.String,System.String,System.String[],ServiceStack.FilesUploadOperation,System.Nullable<System.Int32>,System.Nullable<System.Int64>,System.Nullable<System.Int64>,System.Action<ServiceStack.Web.IRequest,ServiceStack.Web.IHttpFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Func<ServiceStack.FilesUploadContext,System.Threading.Tasks.Task<ServiceStack.Web.IHttpFile>>);Argument[10];Argument[10].Parameter[delegate-self];value;hq-generated |
| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func<ServiceStack.FilesUploadContext,System.String>,System.String,System.String,System.String[],ServiceStack.FilesUploadOperation,System.Nullable<System.Int32>,System.Nullable<System.Int64>,System.Nullable<System.Int64>,System.Action<ServiceStack.Web.IRequest,ServiceStack.Web.IHttpFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Func<ServiceStack.FilesUploadContext,System.Threading.Tasks.Task<ServiceStack.Web.IHttpFile>>);Argument[11];Argument[11].Parameter[delegate-self];value;hq-generated |
| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func<ServiceStack.FilesUploadContext,System.String>,System.String,System.String,System.String[],ServiceStack.FilesUploadOperation,System.Nullable<System.Int32>,System.Nullable<System.Int64>,System.Nullable<System.Int64>,System.Action<ServiceStack.Web.IRequest,ServiceStack.Web.IHttpFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Func<ServiceStack.FilesUploadContext,System.Threading.Tasks.Task<ServiceStack.Web.IHttpFile>>);Argument[12];Argument[12].Parameter[delegate-self];value;hq-generated |
| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func<ServiceStack.FilesUploadContext,System.String>,System.String,System.String,System.String[],ServiceStack.FilesUploadOperation,System.Nullable<System.Int32>,System.Nullable<System.Int64>,System.Nullable<System.Int64>,System.Action<ServiceStack.Web.IRequest,ServiceStack.Web.IHttpFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Func<ServiceStack.FilesUploadContext,System.Threading.Tasks.Task<ServiceStack.Web.IHttpFile>>);Argument[13];Argument[13].Parameter[delegate-self];value;hq-generated |
| ServiceStack;UiFeature;set_OnConfigure;(System.Action<ServiceStack.IAppHost>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func<ServiceStack.FilesUploadContext,System.String>,System.String,System.String,ServiceStack.RequireApiKey,System.String[],ServiceStack.FilesUploadOperation,System.Nullable<System.Int32>,System.Nullable<System.Int64>,System.Nullable<System.Int64>,System.Action<ServiceStack.Web.IRequest,ServiceStack.Web.IHttpFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Func<ServiceStack.FilesUploadContext,System.Threading.Tasks.Task<ServiceStack.Web.IHttpFile>>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func<ServiceStack.FilesUploadContext,System.String>,System.String,System.String,ServiceStack.RequireApiKey,System.String[],ServiceStack.FilesUploadOperation,System.Nullable<System.Int32>,System.Nullable<System.Int64>,System.Nullable<System.Int64>,System.Action<ServiceStack.Web.IRequest,ServiceStack.Web.IHttpFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Func<ServiceStack.FilesUploadContext,System.Threading.Tasks.Task<ServiceStack.Web.IHttpFile>>);Argument[11];Argument[11].Parameter[delegate-self];value;hq-generated |
| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func<ServiceStack.FilesUploadContext,System.String>,System.String,System.String,ServiceStack.RequireApiKey,System.String[],ServiceStack.FilesUploadOperation,System.Nullable<System.Int32>,System.Nullable<System.Int64>,System.Nullable<System.Int64>,System.Action<ServiceStack.Web.IRequest,ServiceStack.Web.IHttpFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Func<ServiceStack.FilesUploadContext,System.Threading.Tasks.Task<ServiceStack.Web.IHttpFile>>);Argument[12];Argument[12].Parameter[delegate-self];value;hq-generated |
| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func<ServiceStack.FilesUploadContext,System.String>,System.String,System.String,ServiceStack.RequireApiKey,System.String[],ServiceStack.FilesUploadOperation,System.Nullable<System.Int32>,System.Nullable<System.Int64>,System.Nullable<System.Int64>,System.Action<ServiceStack.Web.IRequest,ServiceStack.Web.IHttpFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Func<ServiceStack.FilesUploadContext,System.Threading.Tasks.Task<ServiceStack.Web.IHttpFile>>);Argument[13];Argument[13].Parameter[delegate-self];value;hq-generated |
| ServiceStack;UploadLocation;UploadLocation;(System.String,ServiceStack.IO.IVirtualFiles,System.Func<ServiceStack.FilesUploadContext,System.String>,System.String,System.String,ServiceStack.RequireApiKey,System.String[],ServiceStack.FilesUploadOperation,System.Nullable<System.Int32>,System.Nullable<System.Int64>,System.Nullable<System.Int64>,System.Action<ServiceStack.Web.IRequest,ServiceStack.Web.IHttpFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>,System.Func<ServiceStack.FilesUploadContext,System.Threading.Tasks.Task<ServiceStack.Web.IHttpFile>>);Argument[14];Argument[14].Parameter[delegate-self];value;hq-generated |
| ServiceStack;UploadLocation;set_ResolvePath;(System.Func<ServiceStack.FilesUploadContext,System.String>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;UploadLocation;set_TransformFileAsync;(System.Func<ServiceStack.FilesUploadContext,System.Threading.Tasks.Task<ServiceStack.Web.IHttpFile>>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| ServiceStack;UploadLocation;set_ValidateDelete;(System.Action<ServiceStack.Web.IRequest,ServiceStack.IO.IVirtualFile>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
@@ -4144,6 +4209,7 @@
| System.Buffers;ReadOnlySequence<T>;get_FirstSpan;();Argument[this];ReturnValue;taint;df-generated |
| System.Buffers;ReadOnlySpanAction<T,TArg>;BeginInvoke;(System.ReadOnlySpan<T>,TArg,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| System.Buffers;SearchValues;Create;(System.ReadOnlySpan<System.Byte>);Argument[0];ReturnValue;taint;df-generated |
| System.Buffers;SearchValues;Create;(System.ReadOnlySpan<System.String>,System.StringComparison);Argument[0];ReturnValue;taint;df-generated |
| System.Buffers;SequenceReader<T>;SequenceReader;(System.Buffers.ReadOnlySequence<T>);Argument[0];Argument[this];taint;df-generated |
| System.Buffers;SequenceReader<T>;TryCopyTo;(System.Span<T>);Argument[this].Property[System.Buffers.SequenceReader`1.CurrentSpan].Element;Argument[0].Element;value;dfc-generated |
| System.Buffers;SequenceReader<T>;TryCopyTo;(System.Span<T>);Argument[this].Property[System.Buffers.SequenceReader`1.UnreadSpan].Element;Argument[0].Element;value;dfc-generated |
@@ -4863,6 +4929,8 @@
| System.Collections.Generic;PriorityQueue<TElement,TPriority>;PriorityQueue;(System.Collections.Generic.IComparer<TPriority>);Argument[0];Argument[this].SyntheticField[System.Collections.Generic.PriorityQueue`2._comparer];value;dfc-generated |
| System.Collections.Generic;PriorityQueue<TElement,TPriority>;PriorityQueue;(System.Collections.Generic.IEnumerable<System.ValueTuple<TElement,TPriority>>,System.Collections.Generic.IComparer<TPriority>);Argument[1];Argument[this].SyntheticField[System.Collections.Generic.PriorityQueue`2._comparer];value;dfc-generated |
| System.Collections.Generic;PriorityQueue<TElement,TPriority>;PriorityQueue;(System.Int32,System.Collections.Generic.IComparer<TPriority>);Argument[1];Argument[this].SyntheticField[System.Collections.Generic.PriorityQueue`2._comparer];value;dfc-generated |
| System.Collections.Generic;PriorityQueue<TElement,TPriority>;Remove;(TElement,TElement,TPriority,System.Collections.Generic.IEqualityComparer<TElement>);Argument[0];Argument[3];taint;df-generated |
| System.Collections.Generic;PriorityQueue<TElement,TPriority>;Remove;(TElement,TElement,TPriority,System.Collections.Generic.IEqualityComparer<TElement>);Argument[this];ReturnValue;taint;df-generated |
| System.Collections.Generic;PriorityQueue<TElement,TPriority>;TryDequeue;(TElement,TPriority);Argument[this];ReturnValue;taint;df-generated |
| System.Collections.Generic;PriorityQueue<TElement,TPriority>;TryPeek;(TElement,TPriority);Argument[this];ReturnValue;taint;df-generated |
| System.Collections.Generic;PriorityQueue<TElement,TPriority>;get_Comparer;();Argument[this].SyntheticField[System.Collections.Generic.PriorityQueue`2._comparer];ReturnValue;value;dfc-generated |
@@ -7693,6 +7761,7 @@
| System.Diagnostics;ActivityLink;get_Tags;();Argument[this];ReturnValue;taint;df-generated |
| System.Diagnostics;ActivityListener;set_ActivityStarted;(System.Action<System.Diagnostics.Activity>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Diagnostics;ActivityListener;set_ActivityStopped;(System.Action<System.Diagnostics.Activity>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Diagnostics;ActivityListener;set_ExceptionRecorder;(System.Diagnostics.ExceptionRecorder);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Diagnostics;ActivityListener;set_Sample;(System.Diagnostics.SampleActivity<System.Diagnostics.ActivityContext>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Diagnostics;ActivityListener;set_SampleUsingParentId;(System.Diagnostics.SampleActivity<System.String>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Diagnostics;ActivityListener;set_ShouldListenTo;(System.Func<System.Diagnostics.ActivitySource,System.Boolean>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
@@ -7749,6 +7818,7 @@
| System.Diagnostics;EntryWrittenEventHandler;BeginInvoke;(System.Object,System.Diagnostics.EntryWrittenEventArgs,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| System.Diagnostics;EventLog;add_EntryWritten;(System.Diagnostics.EntryWrittenEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Diagnostics;EventLog;remove_EntryWritten;(System.Diagnostics.EntryWrittenEventHandler);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Diagnostics;ExceptionRecorder;BeginInvoke;(System.Diagnostics.Activity,System.Exception,System.Diagnostics.TagList,System.AsyncCallback,System.Object);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| System.Diagnostics;FileVersionInfo;GetVersionInfo;(System.String);Argument[0];ReturnValue.SyntheticField[System.Diagnostics.FileVersionInfo._fileName];value;dfc-generated |
| System.Diagnostics;FileVersionInfo;ToString;();Argument[this];ReturnValue;taint;df-generated |
| System.Diagnostics;FileVersionInfo;get_Comments;();Argument[this];ReturnValue;taint;df-generated |
@@ -8285,6 +8355,7 @@
| System.IO;ErrorEventArgs;ErrorEventArgs;(System.Exception);Argument[0];Argument[this].SyntheticField[System.IO.ErrorEventArgs._exception];value;dfc-generated |
| System.IO;ErrorEventArgs;GetException;();Argument[this].SyntheticField[System.IO.ErrorEventArgs._exception];ReturnValue;value;dfc-generated |
| System.IO;ErrorEventHandler;BeginInvoke;(System.Object,System.IO.ErrorEventArgs,System.AsyncCallback,System.Object);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| System.IO;File;AppendAllBytesAsync;(System.String,System.Byte[],System.Threading.CancellationToken);Argument[2];ReturnValue;taint;df-generated |
| System.IO;File;AppendAllLinesAsync;(System.String,System.Collections.Generic.IEnumerable<System.String>,System.Text.Encoding,System.Threading.CancellationToken);Argument[3];ReturnValue;taint;df-generated |
| System.IO;File;AppendAllLinesAsync;(System.String,System.Collections.Generic.IEnumerable<System.String>,System.Threading.CancellationToken);Argument[2];ReturnValue;taint;df-generated |
| System.IO;File;AppendAllTextAsync;(System.String,System.String,System.Text.Encoding,System.Threading.CancellationToken);Argument[3];ReturnValue;taint;df-generated |
@@ -8382,6 +8453,7 @@
| System.IO;MemoryStream;TryGetBuffer;(System.ArraySegment<System.Byte>);Argument[this];ReturnValue;taint;df-generated |
| System.IO;MemoryStream;WriteTo;(System.IO.Stream);Argument[this];Argument[0];taint;df-generated |
| System.IO;Path;ChangeExtension;(System.String,System.String);Argument[0];ReturnValue;value;dfc-generated |
| System.IO;Path;Combine;(System.ReadOnlySpan<System.String>);Argument[0].Element;ReturnValue;taint;manual |
| System.IO;Path;Combine;(System.String,System.String);Argument[0];ReturnValue;taint;manual |
| System.IO;Path;Combine;(System.String,System.String);Argument[1];ReturnValue;taint;manual |
| System.IO;Path;Combine;(System.String,System.String,System.String);Argument[0];ReturnValue;taint;manual |
@@ -8469,6 +8541,7 @@
| System.IO;Stream;ReadExactly;(System.Span<System.Byte>);Argument[this];Argument[0].Element;taint;manual |
| System.IO;Stream;Synchronized;(System.IO.Stream);Argument[0];ReturnValue;value;dfc-generated |
| System.IO;Stream;Write;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual |
| System.IO;Stream;Write;(System.ReadOnlySpan<System.Byte>);Argument[0].Element;Argument[this];taint;manual |
| System.IO;Stream;WriteAsync;(System.Byte[],System.Int32,System.Int32);Argument[0].Element;Argument[this];taint;manual |
| System.IO;Stream;WriteAsync;(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken);Argument[0].Element;Argument[this];taint;manual |
| System.IO;Stream;WriteAsync;(System.ReadOnlyMemory<System.Byte>,System.Threading.CancellationToken);Argument[0];ReturnValue;taint;df-generated |
@@ -8910,6 +8983,30 @@
| System.Linq;Enumerable;Aggregate<TSource>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TSource,TSource>);Argument[0].Element;Argument[1].Parameter[1];value;manual |
| System.Linq;Enumerable;Aggregate<TSource>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TSource,TSource>);Argument[1].ReturnValue;ReturnValue;value;manual |
| System.Linq;Enumerable;Aggregate<TSource>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TSource,TSource>);Argument[1];Argument[1].Parameter[delegate-self];value;manual |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Func<TKey,TAccumulate>,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[0].Element;Argument[1].Parameter[0];value;dfc-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Func<TKey,TAccumulate>,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[0].Element;Argument[1].Parameter[0];value;hq-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Func<TKey,TAccumulate>,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[0].Element;Argument[3].Parameter[1];value;dfc-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Func<TKey,TAccumulate>,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[0].Element;Argument[3].Parameter[1];value;hq-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Func<TKey,TAccumulate>,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[1].ReturnValue;Argument[2].Parameter[0];value;dfc-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Func<TKey,TAccumulate>,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[1].ReturnValue;Argument[2].Parameter[0];value;hq-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Func<TKey,TAccumulate>,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Func<TKey,TAccumulate>,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Func<TKey,TAccumulate>,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[2].ReturnValue;Argument[3].Parameter[0];value;dfc-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Func<TKey,TAccumulate>,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[2].ReturnValue;Argument[3].Parameter[0];value;hq-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Func<TKey,TAccumulate>,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Func<TKey,TAccumulate>,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Func<TKey,TAccumulate>,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Func<TKey,TAccumulate>,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,TAccumulate,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[0].Element;Argument[1].Parameter[0];value;dfc-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,TAccumulate,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[0].Element;Argument[1].Parameter[0];value;hq-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,TAccumulate,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[0].Element;Argument[3].Parameter[1];value;dfc-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,TAccumulate,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[0].Element;Argument[3].Parameter[1];value;hq-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,TAccumulate,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,TAccumulate,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,TAccumulate,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[2];Argument[3].Parameter[0];value;dfc-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,TAccumulate,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[2];Argument[3].Parameter[0];value;hq-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,TAccumulate,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[3];Argument[3].Parameter[delegate-self];value;dfc-generated |
| System.Linq;Enumerable;AggregateBy<TSource,TKey,TAccumulate>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,TAccumulate,System.Func<TAccumulate,TSource,TAccumulate>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| System.Linq;Enumerable;All<TSource>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,System.Boolean>);Argument[0].Element;Argument[1].Parameter[0];value;manual |
| System.Linq;Enumerable;All<TSource>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,System.Boolean>);Argument[1];Argument[1].Parameter[delegate-self];value;manual |
| System.Linq;Enumerable;Any<TSource>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,System.Boolean>);Argument[0].Element;Argument[1].Parameter[0];value;manual |
@@ -8944,6 +9041,10 @@
| System.Linq;Enumerable;Contains<TSource>;(System.Collections.Generic.IEnumerable<TSource>,TSource,System.Collections.Generic.IEqualityComparer<TSource>);Argument[1];Argument[2];taint;df-generated |
| System.Linq;Enumerable;Count<TSource>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,System.Boolean>);Argument[0].Element;Argument[1].Parameter[0];value;manual |
| System.Linq;Enumerable;Count<TSource>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,System.Boolean>);Argument[1];Argument[1].Parameter[delegate-self];value;manual |
| System.Linq;Enumerable;CountBy<TSource,TKey>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[0].Element;Argument[1].Parameter[0];value;dfc-generated |
| System.Linq;Enumerable;CountBy<TSource,TKey>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[0].Element;Argument[1].Parameter[0];value;hq-generated |
| System.Linq;Enumerable;CountBy<TSource,TKey>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[1];Argument[1].Parameter[delegate-self];value;dfc-generated |
| System.Linq;Enumerable;CountBy<TSource,TKey>;(System.Collections.Generic.IEnumerable<TSource>,System.Func<TSource,TKey>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| System.Linq;Enumerable;DefaultIfEmpty<TSource>;(System.Collections.Generic.IEnumerable<TSource>);Argument[0].Element;ReturnValue.Element;value;manual |
| System.Linq;Enumerable;DefaultIfEmpty<TSource>;(System.Collections.Generic.IEnumerable<TSource>,TSource);Argument[0].Element;ReturnValue.Element;value;manual |
| System.Linq;Enumerable;DefaultIfEmpty<TSource>;(System.Collections.Generic.IEnumerable<TSource>,TSource);Argument[1];ReturnValue.Element;value;manual |
@@ -9054,6 +9155,7 @@
| System.Linq;Enumerable;GroupJoin<TOuter,TInner,TKey,TResult>;(System.Collections.Generic.IEnumerable<TOuter>,System.Collections.Generic.IEnumerable<TInner>,System.Func<TOuter,TKey>,System.Func<TInner,TKey>,System.Func<TOuter,System.Collections.Generic.IEnumerable<TInner>,TResult>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[3];Argument[3].Parameter[delegate-self];value;manual |
| System.Linq;Enumerable;GroupJoin<TOuter,TInner,TKey,TResult>;(System.Collections.Generic.IEnumerable<TOuter>,System.Collections.Generic.IEnumerable<TInner>,System.Func<TOuter,TKey>,System.Func<TInner,TKey>,System.Func<TOuter,System.Collections.Generic.IEnumerable<TInner>,TResult>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[4].ReturnValue;ReturnValue.Element;value;manual |
| System.Linq;Enumerable;GroupJoin<TOuter,TInner,TKey,TResult>;(System.Collections.Generic.IEnumerable<TOuter>,System.Collections.Generic.IEnumerable<TInner>,System.Func<TOuter,TKey>,System.Func<TInner,TKey>,System.Func<TOuter,System.Collections.Generic.IEnumerable<TInner>,TResult>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[4];Argument[4].Parameter[delegate-self];value;manual |
| System.Linq;Enumerable;Index<TSource>;(System.Collections.Generic.IEnumerable<TSource>);Argument[0].Element;ReturnValue.Element.Field[System.ValueTuple`2.Item2];value;dfc-generated |
| System.Linq;Enumerable;Intersect<TSource>;(System.Collections.Generic.IEnumerable<TSource>,System.Collections.Generic.IEnumerable<TSource>);Argument[0].Element;ReturnValue.Element;value;manual |
| System.Linq;Enumerable;Intersect<TSource>;(System.Collections.Generic.IEnumerable<TSource>,System.Collections.Generic.IEnumerable<TSource>);Argument[1].Element;ReturnValue.Element;value;manual |
| System.Linq;Enumerable;Intersect<TSource>;(System.Collections.Generic.IEnumerable<TSource>,System.Collections.Generic.IEnumerable<TSource>,System.Collections.Generic.IEqualityComparer<TSource>);Argument[0].Element;ReturnValue.Element;value;manual |
@@ -9901,6 +10003,11 @@
| System.Linq;Queryable;Aggregate<TSource>;(System.Linq.IQueryable<TSource>,System.Linq.Expressions.Expression<System.Func<TSource,TSource,TSource>>);Argument[0].Element;Argument[1].Parameter[1];value;manual |
| System.Linq;Queryable;Aggregate<TSource>;(System.Linq.IQueryable<TSource>,System.Linq.Expressions.Expression<System.Func<TSource,TSource,TSource>>);Argument[1].ReturnValue;ReturnValue;value;manual |
| System.Linq;Queryable;Aggregate<TSource>;(System.Linq.IQueryable<TSource>,System.Linq.Expressions.Expression<System.Func<TSource,TSource,TSource>>);Argument[1];Argument[1].Parameter[delegate-self];value;manual |
| System.Linq;Queryable;AggregateBy<TSource,TKey,TAccumulate>;(System.Linq.IQueryable<TSource>,System.Linq.Expressions.Expression<System.Func<TSource,TKey>>,System.Linq.Expressions.Expression<System.Func<TKey,TAccumulate>>,System.Linq.Expressions.Expression<System.Func<TAccumulate,TSource,TAccumulate>>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| System.Linq;Queryable;AggregateBy<TSource,TKey,TAccumulate>;(System.Linq.IQueryable<TSource>,System.Linq.Expressions.Expression<System.Func<TSource,TKey>>,System.Linq.Expressions.Expression<System.Func<TKey,TAccumulate>>,System.Linq.Expressions.Expression<System.Func<TAccumulate,TSource,TAccumulate>>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| System.Linq;Queryable;AggregateBy<TSource,TKey,TAccumulate>;(System.Linq.IQueryable<TSource>,System.Linq.Expressions.Expression<System.Func<TSource,TKey>>,System.Linq.Expressions.Expression<System.Func<TKey,TAccumulate>>,System.Linq.Expressions.Expression<System.Func<TAccumulate,TSource,TAccumulate>>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| System.Linq;Queryable;AggregateBy<TSource,TKey,TAccumulate>;(System.Linq.IQueryable<TSource>,System.Linq.Expressions.Expression<System.Func<TSource,TKey>>,TAccumulate,System.Linq.Expressions.Expression<System.Func<TAccumulate,TSource,TAccumulate>>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| System.Linq;Queryable;AggregateBy<TSource,TKey,TAccumulate>;(System.Linq.IQueryable<TSource>,System.Linq.Expressions.Expression<System.Func<TSource,TKey>>,TAccumulate,System.Linq.Expressions.Expression<System.Func<TAccumulate,TSource,TAccumulate>>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[3];Argument[3].Parameter[delegate-self];value;hq-generated |
| System.Linq;Queryable;All<TSource>;(System.Linq.IQueryable<TSource>,System.Linq.Expressions.Expression<System.Func<TSource,System.Boolean>>);Argument[0].Element;Argument[1].Parameter[0];value;manual |
| System.Linq;Queryable;All<TSource>;(System.Linq.IQueryable<TSource>,System.Linq.Expressions.Expression<System.Func<TSource,System.Boolean>>);Argument[1];Argument[1].Parameter[delegate-self];value;manual |
| System.Linq;Queryable;Any<TSource>;(System.Linq.IQueryable<TSource>,System.Linq.Expressions.Expression<System.Func<TSource,System.Boolean>>);Argument[0].Element;Argument[1].Parameter[0];value;manual |
@@ -9932,6 +10039,7 @@
| System.Linq;Queryable;Concat<TSource>;(System.Linq.IQueryable<TSource>,System.Collections.Generic.IEnumerable<TSource>);Argument[1].Element;ReturnValue.Element;value;manual |
| System.Linq;Queryable;Count<TSource>;(System.Linq.IQueryable<TSource>,System.Linq.Expressions.Expression<System.Func<TSource,System.Boolean>>);Argument[0].Element;Argument[1].Parameter[0];value;manual |
| System.Linq;Queryable;Count<TSource>;(System.Linq.IQueryable<TSource>,System.Linq.Expressions.Expression<System.Func<TSource,System.Boolean>>);Argument[1];Argument[1].Parameter[delegate-self];value;manual |
| System.Linq;Queryable;CountBy<TSource,TKey>;(System.Linq.IQueryable<TSource>,System.Linq.Expressions.Expression<System.Func<TSource,TKey>>,System.Collections.Generic.IEqualityComparer<TKey>);Argument[1];Argument[1].Parameter[delegate-self];value;hq-generated |
| System.Linq;Queryable;DefaultIfEmpty<TSource>;(System.Linq.IQueryable<TSource>);Argument[0].Element;ReturnValue.Element;value;manual |
| System.Linq;Queryable;DefaultIfEmpty<TSource>;(System.Linq.IQueryable<TSource>,TSource);Argument[0].Element;ReturnValue.Element;value;manual |
| System.Linq;Queryable;DefaultIfEmpty<TSource>;(System.Linq.IQueryable<TSource>,TSource);Argument[1];ReturnValue.Element;value;manual |
@@ -10334,6 +10442,8 @@
| System.Net.Http;HttpContent;SerializeToStreamAsync;(System.IO.Stream,System.Net.TransportContext,System.Threading.CancellationToken);Argument[2];ReturnValue;taint;df-generated |
| System.Net.Http;HttpContent;SerializeToStreamAsync;(System.IO.Stream,System.Net.TransportContext,System.Threading.CancellationToken);Argument[this];Argument[0];taint;df-generated |
| System.Net.Http;HttpContent;SerializeToStreamAsync;(System.IO.Stream,System.Net.TransportContext,System.Threading.CancellationToken);Argument[this];ReturnValue;taint;df-generated |
| System.Net.Http;HttpIOException;get_Message;();Argument[this].Property[System.Exception.Message];ReturnValue;taint;dfc-generated |
| System.Net.Http;HttpIOException;get_Message;();Argument[this].SyntheticField[System.Exception._message];ReturnValue;value;dfc-generated |
| System.Net.Http;HttpMessageInvoker;HttpMessageInvoker;(System.Net.Http.HttpMessageHandler,System.Boolean);Argument[0];Argument[this];taint;df-generated |
| System.Net.Http;HttpMessageInvoker;Send;(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken);Argument[this];Argument[0];taint;df-generated |
| System.Net.Http;HttpMessageInvoker;SendAsync;(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken);Argument[this];Argument[0];taint;df-generated |
@@ -10501,6 +10611,7 @@
| System.Net.Quic;QuicConnection;get_RemoteCertificate;();Argument[this];ReturnValue;taint;df-generated |
| System.Net.Quic;QuicConnection;get_RemoteEndPoint;();Argument[this];ReturnValue;taint;df-generated |
| System.Net.Quic;QuicConnection;get_TargetHostName;();Argument[this];ReturnValue;taint;df-generated |
| System.Net.Quic;QuicConnectionOptions;set_StreamCapacityCallback;(System.Action<System.Net.Quic.QuicConnection,System.Net.Quic.QuicStreamCapacityChangedArgs>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Net.Quic;QuicListenerOptions;set_ConnectionOptionsCallback;(System.Func<System.Net.Quic.QuicConnection,System.Net.Security.SslClientHelloInfo,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask<System.Net.Quic.QuicServerConnectionOptions>>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Net.Security;AuthenticatedStream;AuthenticatedStream;(System.IO.Stream,System.Boolean);Argument[0];Argument[this].SyntheticField[System.Net.Security.AuthenticatedStream._innerStream];value;dfc-generated |
| System.Net.Security;AuthenticatedStream;get_InnerStream;();Argument[this].SyntheticField[System.Net.Security.AuthenticatedStream._innerStream];ReturnValue;value;dfc-generated |
@@ -11783,6 +11894,9 @@
| System.Runtime.InteropServices.Marshalling;ArrayMarshaller<T,TUnmanagedElement>;GetManagedValuesDestination;(T[]);Argument[0].Element;ReturnValue.Element;value;dfc-generated |
| System.Runtime.InteropServices.Marshalling;ArrayMarshaller<T,TUnmanagedElement>;GetManagedValuesSource;(T[]);Argument[0].Element;ReturnValue.Element;value;dfc-generated |
| System.Runtime.InteropServices.Marshalling;BStrStringMarshaller+ManagedToUnmanagedIn;ToUnmanaged;();Argument[this];ReturnValue;taint;df-generated |
| System.Runtime.InteropServices.Marshalling;ComVariantMarshaller+RefPropagate;FromManaged;(System.Object);Argument[0];Argument[this];taint;df-generated |
| System.Runtime.InteropServices.Marshalling;ComVariantMarshaller+RefPropagate;FromUnmanaged;(System.Runtime.InteropServices.Marshalling.ComVariant);Argument[0];Argument[this].SyntheticField[System.Runtime.InteropServices.Marshalling.ComVariantMarshaller+RefPropagate._unmanaged];value;dfc-generated |
| System.Runtime.InteropServices.Marshalling;ComVariantMarshaller+RefPropagate;ToUnmanaged;();Argument[this].SyntheticField[System.Runtime.InteropServices.Marshalling.ComVariantMarshaller+RefPropagate._unmanaged];ReturnValue;value;dfc-generated |
| System.Runtime.InteropServices.Marshalling;IIUnknownStrategy;CreateInstancePointer;(System.Void*);Argument[0];ReturnValue;value;dfc-generated |
| System.Runtime.InteropServices.Marshalling;PointerArrayMarshaller<T,TUnmanagedElement>+ManagedToUnmanagedIn;FromManaged;(T*[],System.Span<TUnmanagedElement>);Argument[0].Element;Argument[this];taint;df-generated |
| System.Runtime.InteropServices.Marshalling;PointerArrayMarshaller<T,TUnmanagedElement>+ManagedToUnmanagedIn;FromManaged;(T*[],System.Span<TUnmanagedElement>);Argument[1];Argument[this];taint;df-generated |
@@ -12497,6 +12611,7 @@
| System.Text.Json.Nodes;JsonObject;TryGetValue;(System.String,System.Text.Json.Nodes.JsonNode);Argument[this];ReturnValue;taint;df-generated |
| System.Text.Json.Nodes;JsonValue;Create<T>;(T,System.Text.Json.Serialization.Metadata.JsonTypeInfo<T>,System.Nullable<System.Text.Json.Nodes.JsonNodeOptions>);Argument[1];ReturnValue;taint;df-generated |
| System.Text.Json.Nodes;JsonValue;TryGetValue<T>;(T);Argument[this];ReturnValue;taint;df-generated |
| System.Text.Json.Schema;JsonSchemaExporterOptions;set_TransformSchemaNode;(System.Func<System.Text.Json.Schema.JsonSchemaExporterContext,System.Text.Json.Nodes.JsonNode,System.Text.Json.Nodes.JsonNode>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Text.Json.Serialization.Metadata;IJsonTypeInfoResolver;GetTypeInfo;(System.Type,System.Text.Json.JsonSerializerOptions);Argument[1];ReturnValue;taint;df-generated |
| System.Text.Json.Serialization.Metadata;IJsonTypeInfoResolver;GetTypeInfo;(System.Type,System.Text.Json.JsonSerializerOptions);Argument[this];ReturnValue;taint;df-generated |
| System.Text.Json.Serialization.Metadata;JsonCollectionInfoValues<TCollection>;set_ObjectCreator;(System.Func<TCollection>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
@@ -12528,6 +12643,7 @@
| System.Text.Json.Serialization.Metadata;JsonMetadataServices;CreateStackInfo<TCollection>;(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<TCollection>,System.Action<TCollection,System.Object>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| System.Text.Json.Serialization.Metadata;JsonMetadataServices;CreateValueInfo<T>;(System.Text.Json.JsonSerializerOptions,System.Text.Json.Serialization.JsonConverter);Argument[1];ReturnValue;taint;df-generated |
| System.Text.Json.Serialization.Metadata;JsonMetadataServices;GetNullableConverter<T>;(System.Text.Json.Serialization.Metadata.JsonTypeInfo<T>);Argument[0];ReturnValue;taint;df-generated |
| System.Text.Json.Serialization.Metadata;JsonObjectInfoValues<T>;set_ConstructorAttributeProviderFactory;(System.Func<System.Reflection.ICustomAttributeProvider>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Text.Json.Serialization.Metadata;JsonObjectInfoValues<T>;set_ConstructorParameterMetadataInitializer;(System.Func<System.Text.Json.Serialization.Metadata.JsonParameterInfoValues[]>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Text.Json.Serialization.Metadata;JsonObjectInfoValues<T>;set_ObjectCreator;(System.Func<T>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Text.Json.Serialization.Metadata;JsonObjectInfoValues<T>;set_ObjectWithParameterizedConstructorCreator;(System.Func<System.Object[],T>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
@@ -12536,6 +12652,7 @@
| System.Text.Json.Serialization.Metadata;JsonPropertyInfo;set_Get;(System.Func<System.Object,System.Object>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Text.Json.Serialization.Metadata;JsonPropertyInfo;set_Set;(System.Action<System.Object,System.Object>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Text.Json.Serialization.Metadata;JsonPropertyInfo;set_ShouldSerialize;(System.Func<System.Object,System.Object,System.Boolean>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Text.Json.Serialization.Metadata;JsonPropertyInfoValues<T>;set_AttributeProviderFactory;(System.Func<System.Reflection.ICustomAttributeProvider>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Text.Json.Serialization.Metadata;JsonPropertyInfoValues<T>;set_Getter;(System.Func<System.Object,T>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Text.Json.Serialization.Metadata;JsonPropertyInfoValues<T>;set_Setter;(System.Action<System.Object,T>);Argument[0];Argument[0].Parameter[delegate-self];value;hq-generated |
| System.Text.Json.Serialization.Metadata;JsonTypeInfo;CreateJsonPropertyInfo;(System.Type,System.String);Argument[1];ReturnValue;taint;df-generated |
@@ -12851,8 +12968,15 @@
| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.Object[]);Argument[1];Argument[this];taint;manual |
| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.Object[]);Argument[2].Element;Argument[this];taint;manual |
| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.Object[]);Argument[this];ReturnValue;value;manual |
| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[this];ReturnValue;value;dfc-generated |
| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan<System.Object>);Argument[this];ReturnValue;value;dfc-generated |
| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.ReadOnlySpan<System.Object>);Argument[1];Argument[this];taint;manual |
| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.ReadOnlySpan<System.Object>);Argument[2].Element;Argument[this];taint;manual |
| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.String,System.ReadOnlySpan<System.Object>);Argument[this];ReturnValue;value;manual |
| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[1];Argument[this];taint;manual |
| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[2].Element;Argument[this];taint;manual |
| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[this];ReturnValue;value;manual |
| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan<System.Object>);Argument[1];Argument[this];taint;manual |
| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan<System.Object>);Argument[2].Element;Argument[this];taint;manual |
| System.Text;StringBuilder;AppendFormat;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan<System.Object>);Argument[this];ReturnValue;value;manual |
| System.Text;StringBuilder;AppendFormat;(System.String,System.Object);Argument[0];Argument[this];taint;manual |
| System.Text;StringBuilder;AppendFormat;(System.String,System.Object);Argument[1];Argument[this];taint;manual |
| System.Text;StringBuilder;AppendFormat;(System.String,System.Object);Argument[this];ReturnValue;value;manual |
@@ -12868,16 +12992,29 @@
| System.Text;StringBuilder;AppendFormat;(System.String,System.Object[]);Argument[0];Argument[this];taint;manual |
| System.Text;StringBuilder;AppendFormat;(System.String,System.Object[]);Argument[1].Element;Argument[this];taint;manual |
| System.Text;StringBuilder;AppendFormat;(System.String,System.Object[]);Argument[this];ReturnValue;value;manual |
| System.Text;StringBuilder;AppendFormat;(System.String,System.ReadOnlySpan<System.Object>);Argument[0];Argument[this];taint;manual |
| System.Text;StringBuilder;AppendFormat;(System.String,System.ReadOnlySpan<System.Object>);Argument[1].Element;Argument[this];taint;manual |
| System.Text;StringBuilder;AppendFormat;(System.String,System.ReadOnlySpan<System.Object>);Argument[this];ReturnValue;value;manual |
| System.Text;StringBuilder;AppendFormat<TArg0,TArg1,TArg2>;(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1,TArg2);Argument[this];ReturnValue;value;dfc-generated |
| System.Text;StringBuilder;AppendFormat<TArg0,TArg1>;(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1);Argument[this];ReturnValue;value;dfc-generated |
| System.Text;StringBuilder;AppendFormat<TArg0>;(System.IFormatProvider,System.Text.CompositeFormat,TArg0);Argument[this];ReturnValue;value;dfc-generated |
| System.Text;StringBuilder;AppendJoin;(System.Char,System.Object[]);Argument[1].Element;Argument[this];taint;manual |
| System.Text;StringBuilder;AppendJoin;(System.Char,System.Object[]);Argument[this];ReturnValue;value;manual |
| System.Text;StringBuilder;AppendJoin;(System.Char,System.ReadOnlySpan<System.Object>);Argument[1].Element;Argument[this];taint;manual |
| System.Text;StringBuilder;AppendJoin;(System.Char,System.ReadOnlySpan<System.Object>);Argument[this];ReturnValue;value;manual |
| System.Text;StringBuilder;AppendJoin;(System.Char,System.ReadOnlySpan<System.String>);Argument[1].Element;Argument[this];taint;manual |
| System.Text;StringBuilder;AppendJoin;(System.Char,System.ReadOnlySpan<System.String>);Argument[this];ReturnValue;value;manual |
| System.Text;StringBuilder;AppendJoin;(System.Char,System.String[]);Argument[1].Element;Argument[this];taint;manual |
| System.Text;StringBuilder;AppendJoin;(System.Char,System.String[]);Argument[this];ReturnValue;value;manual |
| System.Text;StringBuilder;AppendJoin;(System.String,System.Object[]);Argument[0];Argument[this];taint;manual |
| System.Text;StringBuilder;AppendJoin;(System.String,System.Object[]);Argument[1].Element;Argument[this];taint;manual |
| System.Text;StringBuilder;AppendJoin;(System.String,System.Object[]);Argument[this];ReturnValue;value;manual |
| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan<System.Object>);Argument[0];Argument[this];taint;manual |
| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan<System.Object>);Argument[1].Element;Argument[this];taint;manual |
| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan<System.Object>);Argument[this];ReturnValue;value;manual |
| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan<System.String>);Argument[0];Argument[this];taint;manual |
| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan<System.String>);Argument[1].Element;Argument[this];taint;manual |
| System.Text;StringBuilder;AppendJoin;(System.String,System.ReadOnlySpan<System.String>);Argument[this];ReturnValue;value;manual |
| System.Text;StringBuilder;AppendJoin;(System.String,System.String[]);Argument[0];Argument[this];taint;manual |
| System.Text;StringBuilder;AppendJoin;(System.String,System.String[]);Argument[1].Element;Argument[this];taint;manual |
| System.Text;StringBuilder;AppendJoin;(System.String,System.String[]);Argument[this];ReturnValue;value;manual |
@@ -12919,6 +13056,8 @@
| System.Text;StringBuilder;Remove;(System.Int32,System.Int32);Argument[this];ReturnValue;value;dfc-generated |
| System.Text;StringBuilder;Replace;(System.Char,System.Char);Argument[this];ReturnValue;value;dfc-generated |
| System.Text;StringBuilder;Replace;(System.Char,System.Char,System.Int32,System.Int32);Argument[this];ReturnValue;value;dfc-generated |
| System.Text;StringBuilder;Replace;(System.ReadOnlySpan<System.Char>,System.ReadOnlySpan<System.Char>);Argument[this];ReturnValue;value;dfc-generated |
| System.Text;StringBuilder;Replace;(System.ReadOnlySpan<System.Char>,System.ReadOnlySpan<System.Char>,System.Int32,System.Int32);Argument[this];ReturnValue;value;dfc-generated |
| System.Text;StringBuilder;Replace;(System.String,System.String);Argument[this];ReturnValue;value;dfc-generated |
| System.Text;StringBuilder;Replace;(System.String,System.String,System.Int32,System.Int32);Argument[this];ReturnValue;value;dfc-generated |
| System.Text;StringBuilder;StringBuilder;(System.String);Argument[0];Argument[this];taint;manual |
@@ -13213,12 +13352,14 @@
| System.Threading.Tasks;Task;WaitAsync;(System.TimeSpan,System.TimeProvider,System.Threading.CancellationToken);Argument[2];ReturnValue;taint;df-generated |
| System.Threading.Tasks;Task;WaitAsync;(System.TimeSpan,System.TimeProvider,System.Threading.CancellationToken);Argument[this];ReturnValue;taint;df-generated |
| System.Threading.Tasks;Task;WhenAll<TResult>;(System.Collections.Generic.IEnumerable<System.Threading.Tasks.Task<TResult>>);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual |
| System.Threading.Tasks;Task;WhenAll<TResult>;(System.ReadOnlySpan<System.Threading.Tasks.Task<TResult>>);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual |
| System.Threading.Tasks;Task;WhenAll<TResult>;(System.Threading.Tasks.Task<TResult>[]);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual |
| System.Threading.Tasks;Task;WhenAny;(System.Collections.Generic.IEnumerable<System.Threading.Tasks.Task>);Argument[0].Element;ReturnValue;taint;df-generated |
| System.Threading.Tasks;Task;WhenAny;(System.Threading.Tasks.Task,System.Threading.Tasks.Task);Argument[0];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated |
| System.Threading.Tasks;Task;WhenAny;(System.Threading.Tasks.Task,System.Threading.Tasks.Task);Argument[1];ReturnValue.Property[System.Threading.Tasks.Task`1.Result];value;dfc-generated |
| System.Threading.Tasks;Task;WhenAny;(System.Threading.Tasks.Task[]);Argument[0].Element;ReturnValue;taint;df-generated |
| System.Threading.Tasks;Task;WhenAny<TResult>;(System.Collections.Generic.IEnumerable<System.Threading.Tasks.Task<TResult>>);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual |
| System.Threading.Tasks;Task;WhenAny<TResult>;(System.ReadOnlySpan<System.Threading.Tasks.Task<TResult>>);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual |
| System.Threading.Tasks;Task;WhenAny<TResult>;(System.Threading.Tasks.Task<TResult>,System.Threading.Tasks.Task<TResult>);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual |
| System.Threading.Tasks;Task;WhenAny<TResult>;(System.Threading.Tasks.Task<TResult>,System.Threading.Tasks.Task<TResult>);Argument[1].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual |
| System.Threading.Tasks;Task;WhenAny<TResult>;(System.Threading.Tasks.Task<TResult>[]);Argument[0].Element.Property[System.Threading.Tasks.Task`1.Result];ReturnValue.Property[System.Threading.Tasks.Task`1.Result].Element;value;manual |
@@ -13866,6 +14007,7 @@
| System.Threading;LazyInitializer;EnsureInitialized<T>;(T,System.Object,System.Func<T>);Argument[1];ReturnValue;value;hq-generated |
| System.Threading;LazyInitializer;EnsureInitialized<T>;(T,System.Object,System.Func<T>);Argument[2];Argument[2].Parameter[delegate-self];value;dfc-generated |
| System.Threading;LazyInitializer;EnsureInitialized<T>;(T,System.Object,System.Func<T>);Argument[2];Argument[2].Parameter[delegate-self];value;hq-generated |
| System.Threading;Lock;EnterScope;();Argument[this];ReturnValue;taint;df-generated |
| System.Threading;ManualResetEventSlim;get_WaitHandle;();Argument[this];ReturnValue;taint;df-generated |
| System.Threading;Mutex;TryOpenExisting;(System.String,System.Threading.Mutex);Argument[1];ReturnValue;value;dfc-generated |
| System.Threading;Overlapped;Overlapped;(System.Int32,System.Int32,System.IntPtr,System.IAsyncResult);Argument[2];Argument[this];taint;df-generated |
@@ -16207,6 +16349,8 @@
| System;String;Concat;(System.ReadOnlySpan<System.Char>,System.ReadOnlySpan<System.Char>,System.ReadOnlySpan<System.Char>,System.ReadOnlySpan<System.Char>);Argument[1].Element;ReturnValue;taint;manual |
| System;String;Concat;(System.ReadOnlySpan<System.Char>,System.ReadOnlySpan<System.Char>,System.ReadOnlySpan<System.Char>,System.ReadOnlySpan<System.Char>);Argument[2].Element;ReturnValue;taint;manual |
| System;String;Concat;(System.ReadOnlySpan<System.Char>,System.ReadOnlySpan<System.Char>,System.ReadOnlySpan<System.Char>,System.ReadOnlySpan<System.Char>);Argument[3].Element;ReturnValue;taint;manual |
| System;String;Concat;(System.ReadOnlySpan<System.Object>);Argument[0].Element;ReturnValue;taint;manual |
| System;String;Concat;(System.ReadOnlySpan<System.String>);Argument[0].Element;ReturnValue;taint;manual |
| System;String;Concat;(System.String,System.String);Argument[0];ReturnValue;taint;manual |
| System;String;Concat;(System.String,System.String);Argument[1];ReturnValue;taint;manual |
| System;String;Concat;(System.String,System.String,System.String);Argument[0];ReturnValue;taint;manual |
@@ -16237,8 +16381,12 @@
| System;String;Format;(System.IFormatProvider,System.String,System.Object,System.Object,System.Object);Argument[4];ReturnValue;taint;manual |
| System;String;Format;(System.IFormatProvider,System.String,System.Object[]);Argument[1];ReturnValue;taint;manual |
| System;String;Format;(System.IFormatProvider,System.String,System.Object[]);Argument[2].Element;ReturnValue;taint;manual |
| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[1].Property[System.Text.CompositeFormat.Format];ReturnValue;value;dfc-generated |
| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan<System.Object>);Argument[1].Property[System.Text.CompositeFormat.Format];ReturnValue;value;dfc-generated |
| System;String;Format;(System.IFormatProvider,System.String,System.ReadOnlySpan<System.Object>);Argument[1];ReturnValue;taint;manual |
| System;String;Format;(System.IFormatProvider,System.String,System.ReadOnlySpan<System.Object>);Argument[2].Element;ReturnValue;taint;manual |
| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[1];ReturnValue;taint;manual |
| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.Object[]);Argument[2].Element;ReturnValue;taint;manual |
| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan<System.Object>);Argument[1];ReturnValue;taint;manual |
| System;String;Format;(System.IFormatProvider,System.Text.CompositeFormat,System.ReadOnlySpan<System.Object>);Argument[2].Element;ReturnValue;taint;manual |
| System;String;Format;(System.String,System.Object);Argument[0];ReturnValue;taint;manual |
| System;String;Format;(System.String,System.Object);Argument[1];ReturnValue;taint;manual |
| System;String;Format;(System.String,System.Object,System.Object);Argument[0];ReturnValue;taint;manual |
@@ -16250,6 +16398,8 @@
| System;String;Format;(System.String,System.Object,System.Object,System.Object);Argument[3];ReturnValue;taint;manual |
| System;String;Format;(System.String,System.Object[]);Argument[0];ReturnValue;taint;manual |
| System;String;Format;(System.String,System.Object[]);Argument[1].Element;ReturnValue;taint;manual |
| System;String;Format;(System.String,System.ReadOnlySpan<System.Object>);Argument[0];ReturnValue;taint;manual |
| System;String;Format;(System.String,System.ReadOnlySpan<System.Object>);Argument[1].Element;ReturnValue;taint;manual |
| System;String;Format<TArg0,TArg1,TArg2>;(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1,TArg2);Argument[1].Property[System.Text.CompositeFormat.Format];ReturnValue;value;dfc-generated |
| System;String;Format<TArg0,TArg1>;(System.IFormatProvider,System.Text.CompositeFormat,TArg0,TArg1);Argument[1].Property[System.Text.CompositeFormat.Format];ReturnValue;value;dfc-generated |
| System;String;Format<TArg0>;(System.IFormatProvider,System.Text.CompositeFormat,TArg0);Argument[1].Property[System.Text.CompositeFormat.Format];ReturnValue;value;dfc-generated |
@@ -16259,6 +16409,10 @@
| System;String;Insert;(System.Int32,System.String);Argument[this];ReturnValue;taint;manual |
| System;String;Join;(System.Char,System.Object[]);Argument[0];ReturnValue;taint;manual |
| System;String;Join;(System.Char,System.Object[]);Argument[1].Element;ReturnValue;taint;manual |
| System;String;Join;(System.Char,System.ReadOnlySpan<System.Object>);Argument[0];ReturnValue;taint;manual |
| System;String;Join;(System.Char,System.ReadOnlySpan<System.Object>);Argument[1].Element;ReturnValue;taint;manual |
| System;String;Join;(System.Char,System.ReadOnlySpan<System.String>);Argument[0];ReturnValue;taint;manual |
| System;String;Join;(System.Char,System.ReadOnlySpan<System.String>);Argument[1].Element;ReturnValue;taint;manual |
| System;String;Join;(System.Char,System.String[]);Argument[0];ReturnValue;taint;manual |
| System;String;Join;(System.Char,System.String[]);Argument[1].Element;ReturnValue;taint;manual |
| System;String;Join;(System.Char,System.String[],System.Int32,System.Int32);Argument[0];ReturnValue;taint;manual |
@@ -16267,6 +16421,10 @@
| System;String;Join;(System.String,System.Collections.Generic.IEnumerable<System.String>);Argument[1].Element;ReturnValue;taint;manual |
| System;String;Join;(System.String,System.Object[]);Argument[0];ReturnValue;taint;manual |
| System;String;Join;(System.String,System.Object[]);Argument[1].Element;ReturnValue;taint;manual |
| System;String;Join;(System.String,System.ReadOnlySpan<System.Object>);Argument[0];ReturnValue;taint;manual |
| System;String;Join;(System.String,System.ReadOnlySpan<System.Object>);Argument[1].Element;ReturnValue;taint;manual |
| System;String;Join;(System.String,System.ReadOnlySpan<System.String>);Argument[0];ReturnValue;taint;manual |
| System;String;Join;(System.String,System.ReadOnlySpan<System.String>);Argument[1].Element;ReturnValue;taint;manual |
| System;String;Join;(System.String,System.String[]);Argument[0];ReturnValue;taint;manual |
| System;String;Join;(System.String,System.String[]);Argument[1].Element;ReturnValue;taint;manual |
| System;String;Join;(System.String,System.String[],System.Int32,System.Int32);Argument[0];ReturnValue;taint;manual |
@@ -16299,6 +16457,7 @@
| System;String;Split;(System.Char[],System.Int32);Argument[this];ReturnValue.Element;taint;manual |
| System;String;Split;(System.Char[],System.Int32,System.StringSplitOptions);Argument[this];ReturnValue.Element;taint;manual |
| System;String;Split;(System.Char[],System.StringSplitOptions);Argument[this];ReturnValue.Element;taint;manual |
| System;String;Split;(System.ReadOnlySpan<System.Char>);Argument[this];ReturnValue.Element;taint;manual |
| System;String;Split;(System.String,System.Int32,System.StringSplitOptions);Argument[this];ReturnValue.Element;taint;manual |
| System;String;Split;(System.String,System.StringSplitOptions);Argument[this];ReturnValue.Element;taint;manual |
| System;String;Split;(System.String[],System.Int32,System.StringSplitOptions);Argument[this];ReturnValue.Element;taint;manual |

View File

@@ -1,9 +1,12 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Newtonsoft.Json/13.0.3/Newtonsoft.Json.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Dapper/2.1.24/Dapper.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/ServiceStack/8.0.0/ServiceStack.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/ServiceStack.OrmLite.SqlServer/8.0.0/ServiceStack.OrmLite.SqlServer.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/EntityFramework/6.4.4/EntityFramework.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Dapper/2.1.35/Dapper.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/ServiceStack/8.5.2/ServiceStack.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Drawing.Common/9.0.1/System.Drawing.Common.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Windows.Extensions/9.0.1/System.Windows.Extensions.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Security.Permissions/9.0.1/System.Security.Permissions.csproj
semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Web.cs
semmle-extractor-options: ${testdir}/../../../resources/stubs/EntityFrameworkCore.cs

View File

@@ -1,2 +1,2 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj

View File

@@ -1,3 +1,3 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Amazon.Lambda.Core/2.2.0/Amazon.Lambda.Core.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.0/Amazon.Lambda.APIGatewayEvents.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Amazon.Lambda.Core/2.5.0/Amazon.Lambda.Core.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Amazon.Lambda.APIGatewayEvents/2.7.1/Amazon.Lambda.APIGatewayEvents.csproj

View File

@@ -1,4 +1,4 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/EntityFramework/6.4.4/EntityFramework.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj
semmle-extractor-options: ${testdir}/../../../resources/stubs/EntityFrameworkCore.cs

View File

@@ -1 +1 @@
semmle-extractor-options: /nostdlib /noconfig --load-sources-from-project:../../../resources/stubs/NHibernate/5.4.7/NHibernate.csproj
semmle-extractor-options: /nostdlib /noconfig --load-sources-from-project:../../../resources/stubs/NHibernate/5.5.2/NHibernate.csproj

View File

@@ -1,3 +1,3 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:../../../resources/stubs/ServiceStack/8.0.0/ServiceStack.csproj
semmle-extractor-options: --load-sources-from-project:../../../resources/stubs/ServiceStack.OrmLite.SqlServer/8.0.0/ServiceStack.OrmLite.SqlServer.csproj
semmle-extractor-options: --load-sources-from-project:../../../resources/stubs/ServiceStack/8.5.2/ServiceStack.csproj
semmle-extractor-options: --load-sources-from-project:../../../resources/stubs/ServiceStack.OrmLite.SqlServer/8.5.2/ServiceStack.OrmLite.SqlServer.csproj

View File

@@ -1,3 +1,3 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj

View File

@@ -1,3 +1,3 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../resources/stubs/EntityFramework/6.4.4/EntityFramework.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../../resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj

View File

@@ -1,4 +1,4 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.OleDb/8.0.0/System.Data.OleDb.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/EntityFramework/6.4.4/EntityFramework.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.OleDb/9.0.1/System.Data.OleDb.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/EntityFramework/6.5.1/EntityFramework.csproj

View File

@@ -1,2 +1,2 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj

View File

@@ -1,2 +1,2 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj

View File

@@ -1,3 +1,3 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj
semmle-extractor-options: ${testdir}/../../../../resources/stubs/System.Web.cs

View File

@@ -1,6 +1,6 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Dapper/2.1.24/Dapper.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SQLite/1.0.118/System.Data.SQLite.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/Dapper/2.1.35/Dapper.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SQLite/1.0.119/System.Data.SQLite.csproj
semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Windows.cs
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj

View File

@@ -1,4 +1,4 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj
semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Web.cs
semmle-extractor-options: ${testdir}/../../../resources/stubs/System.DirectoryServices.cs

View File

@@ -1,3 +1,3 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj
semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Web.cs

View File

@@ -1,3 +1,3 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj
semmle-extractor-options: ${testdir}/../../../../resources/stubs/System.Web.cs

View File

@@ -1,2 +1,2 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj

View File

@@ -1,3 +1,3 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj
semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Web.cs

View File

@@ -1,5 +1,5 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj
semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Web.cs
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.csproj
semmle-extractor-options: ${testdir}/../../../resources/stubs/Microsoft.VisualStudio.TestTools.UnitTesting.cs

View File

@@ -1,4 +1,4 @@
semmle-extractor-options: /nostdlib /noconfig
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj
semmle-extractor-options: --load-sources-from-project:${testdir}/../../../resources/stubs/System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj
semmle-extractor-options: ${testdir}/../../../resources/stubs/System.Web.cs ${testdir}/../../../resources/stubs/System.Windows.cs

View File

@@ -28,6 +28,7 @@ namespace Amazon
public class IAMPolicyStatement
{
public System.Collections.Generic.HashSet<string> Action { get => throw null; set { } }
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> Resource { get => throw null; set { } }

View File

@@ -44,13 +44,29 @@ namespace Amazon
void Log(string message);
virtual void Log(string level, string message) => throw null;
virtual void Log(Amazon.Lambda.Core.LogLevel level, string message) => throw null;
virtual void Log(string level, string message, params object[] args) => throw null;
virtual void Log(string level, System.Exception exception, string message, params object[] args) => throw null;
virtual void Log(Amazon.Lambda.Core.LogLevel level, string message, params object[] args) => throw null;
virtual void Log(Amazon.Lambda.Core.LogLevel level, System.Exception exception, string message, params object[] args) => throw null;
virtual void LogCritical(string message) => throw null;
virtual void LogCritical(string message, params object[] args) => throw null;
virtual void LogCritical(System.Exception exception, string message, params object[] args) => throw null;
virtual void LogDebug(string message) => throw null;
virtual void LogDebug(string message, params object[] args) => throw null;
virtual void LogDebug(System.Exception exception, string message, params object[] args) => throw null;
virtual void LogError(string message) => throw null;
virtual void LogError(string message, params object[] args) => throw null;
virtual void LogError(System.Exception exception, string message, params object[] args) => throw null;
virtual void LogInformation(string message) => throw null;
virtual void LogInformation(string message, params object[] args) => throw null;
virtual void LogInformation(System.Exception exception, string message, params object[] args) => throw null;
void LogLine(string message);
virtual void LogTrace(string message) => throw null;
virtual void LogTrace(string message, params object[] args) => throw null;
virtual void LogTrace(System.Exception exception, string message, params object[] args) => throw null;
virtual void LogWarning(string message) => throw null;
virtual void LogWarning(string message, params object[] args) => throw null;
virtual void LogWarning(System.Exception exception, string message, params object[] args) => throw null;
}
public interface ILambdaSerializer
{
@@ -76,6 +92,11 @@ namespace Amazon
Error = 4,
Critical = 5,
}
public static class SnapshotRestore
{
public static void RegisterAfterRestore(System.Func<System.Threading.Tasks.ValueTask> afterRestoreAction) => throw null;
public static void RegisterBeforeSnapshot(System.Func<System.Threading.Tasks.ValueTask> beforeSnapshotAction) => throw null;
}
}
}
}

View File

@@ -8,10 +8,10 @@
<ItemGroup>
<ProjectReference Include="../../Microsoft.CSharp/4.7.0/Microsoft.CSharp.csproj" />
<ProjectReference Include="../../System.CodeDom/4.7.0/System.CodeDom.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/6.0.0/System.Configuration.ConfigurationManager.csproj" />
<ProjectReference Include="../../System.Data.SqlClient/4.8.5/System.Data.SqlClient.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="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.Drawing.Common/6.0.0/System.Drawing.Common.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Primitives/8.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="../../System.Runtime.CompilerServices.Unsafe/6.0.0/System.Runtime.CompilerServices.Unsafe.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Configuration.Abstractions/8.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="../../System.Security.Cryptography.ProtectedData/6.0.0/System.Security.Cryptography.ProtectedData.csproj" />
<ProjectReference Include="../../System.Security.Permissions/6.0.0/System.Security.Permissions.csproj" />
<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="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,8 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../System.Runtime.CompilerServices.Unsafe/6.0.0/System.Runtime.CompilerServices.Unsafe.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,11 +7,9 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection/6.0.0/Microsoft.Extensions.DependencyInjection.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Logging.Abstractions/6.0.0/Microsoft.Extensions.Logging.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Options/6.0.0/Microsoft.Extensions.Options.csproj" />
<ProjectReference Include="../../System.Diagnostics.DiagnosticSource/6.0.0/System.Diagnostics.DiagnosticSource.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="../../System.Diagnostics.DiagnosticSource/8.0.0/System.Diagnostics.DiagnosticSource.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</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="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</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="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

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

View File

@@ -7,10 +7,9 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Logging/6.0.0/Microsoft.Extensions.Logging.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Logging.Abstractions/6.0.0/Microsoft.Extensions.Logging.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Options/6.0.0/Microsoft.Extensions.Options.csproj" />
<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="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</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="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0/Microsoft.Extensions.DependencyInjection.Abstractions.csproj" />
<ProjectReference Include="../../Microsoft.Extensions.Primitives/6.0.0/Microsoft.Extensions.Primitives.csproj" />
<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="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.NETCore.Platforms/1.1.0/Microsoft.NETCore.Platforms.csproj" />
<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="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />

View File

@@ -1,14 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.Security.AccessControl/6.0.0/System.Security.AccessControl.csproj" />
<ProjectReference Include="../../System.Security.Principal.Windows/4.7.0/System.Security.Principal.Windows.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=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`.
// Generated from `Microsoft.Win32.SystemEvents, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`.
namespace Microsoft
{
namespace Win32

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.NETCore.Platforms/1.1.0/Microsoft.NETCore.Platforms.csproj" />
<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" />

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `NHibernate, Version=5.4.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4`.
// Generated from `NHibernate, Version=5.5.0.0, Culture=neutral, PublicKeyToken=aa95f207798dfdb4`.
namespace NHibernate
{
namespace Action
@@ -871,6 +871,15 @@ namespace NHibernate
public object Version { get => throw null; set { } }
public bool WasLockedConcurrently { get => throw null; set { } }
}
public class CachePutData
{
public CachePutData(NHibernate.Cache.CacheKey key, object value, object version, System.Collections.IComparer versionComparer, bool minimalPut) => throw null;
public NHibernate.Cache.CacheKey Key { get => throw null; }
public bool MinimalPut { get => throw null; }
public object Value { get => throw null; }
public object Version { get => throw null; }
public System.Collections.IComparer VersionComparer { get => throw null; }
}
namespace Entry
{
public sealed class CacheEntry
@@ -1146,6 +1155,7 @@ namespace NHibernate
public sealed class QueryCacheResultBuilder
{
public static bool IsCacheWithFetches(NHibernate.Loader.Loader loader) => throw null;
public static bool IsCacheWithFetches(NHibernate.Loader.ILoader loader) => throw null;
}
public class QueryKey : System.Runtime.Serialization.IDeserializationCallback, System.IEquatable<NHibernate.Cache.QueryKey>
{
@@ -1371,6 +1381,7 @@ namespace NHibernate
protected System.Collections.Generic.IList<NHibernate.Mapping.IAuxiliaryDatabaseObject> auxiliaryDatabaseObjects;
public event System.EventHandler<NHibernate.Cfg.BindMappingEventArgs> BeforeBindMapping;
public virtual NHibernate.Engine.IMapping BuildMapping() => throw null;
public virtual NHibernate.Engine.IMapping BuildMapping(NHibernate.Dialect.Dialect dialect) => throw null;
public virtual void BuildMappings() => throw null;
public NHibernate.ISessionFactory BuildSessionFactory() => throw null;
public NHibernate.Cfg.Configuration Cache(System.Action<NHibernate.Cfg.Loquacious.CacheConfigurationProperties> cacheProperties) => throw null;
@@ -1619,6 +1630,7 @@ namespace NHibernate
public const string DefaultSchema = default;
public const string DetectFetchLoops = default;
public const string Dialect = default;
public const string EscapeBackslashInStrings = default;
public const string FirebirdDisableParameterCasting = default;
public const string FormatSql = default;
public const string GenerateStatistics = default;
@@ -7037,6 +7049,7 @@ namespace NHibernate
public override bool SupportsSequences { get => throw null; }
public override bool SupportsVariableLimit { get => throw null; }
public override long TimestampResolutionInTicks { get => throw null; }
public override string ToStringLiteral(string value, NHibernate.SqlTypes.SqlType type) => throw null;
public override bool UseMaxForLimit { get => throw null; }
}
public abstract class Dialect
@@ -7081,6 +7094,7 @@ namespace NHibernate
public virtual string DropForeignKeyString { get => throw null; }
public virtual bool DropTemporaryTableAfterUse() => throw null;
public virtual string EnableForeignKeyConstraintsString { get => throw null; }
protected virtual bool EscapeBackslashInStrings { get => throw null; set { } }
public virtual string ForUpdateNowaitString { get => throw null; }
public virtual bool ForUpdateOfColumns { get => throw null; }
public virtual string ForUpdateString { get => throw null; }
@@ -7242,15 +7256,23 @@ namespace NHibernate
public virtual string TableTypeString { get => throw null; }
public virtual long TimestampResolutionInTicks { get => throw null; }
public virtual string ToBooleanValueString(bool value) => throw null;
public virtual string ToStringLiteral(string value, NHibernate.SqlTypes.SqlType type) => throw null;
public virtual bool TryGetCastTypeName(NHibernate.SqlTypes.SqlType sqlType, out string typeName) => throw null;
protected virtual bool TryGetCastTypeName(NHibernate.SqlTypes.SqlType sqlType, NHibernate.Dialect.TypeNames castTypeNames, out string typeName) => throw null;
public virtual string UnQuote(string quoted) => throw null;
public virtual string[] UnQuote(string[] quoted) => throw null;
public virtual bool UseInputStreamToInsertBlob { get => throw null; }
public virtual bool UseMaxForLimit { get => throw null; }
protected virtual bool UseNPrefixForUnicodeStrings { get => throw null; }
public virtual bool UsesColumnsWithForUpdateOf { get => throw null; }
public virtual NHibernate.Exceptions.IViolatedConstraintNameExtracter ViolatedConstraintNameExtracter { get => throw null; }
}
public class Firebird4Dialect : NHibernate.Dialect.FirebirdDialect
{
public Firebird4Dialect() => throw null;
public override string CurrentTimestampSelectString { get => throw null; }
protected override void RegisterFunctions() => throw null;
}
public class FirebirdDialect : NHibernate.Dialect.Dialect
{
public override string AddColumnString { get => throw null; }
@@ -7700,6 +7722,7 @@ namespace NHibernate
public override bool SupportsEmptyInList { get => throw null; }
public override bool SupportsExpectedLobUsagePattern { get => throw null; }
public override bool SupportsSubselectAsInPredicateLHS { get => throw null; }
protected override bool UseNPrefixForUnicodeStrings { get => throw null; }
}
public enum InsertGeneratedIdentifierRetrievalMethod
{
@@ -7807,6 +7830,7 @@ namespace NHibernate
public override long TimestampResolutionInTicks { get => throw null; }
public override string UnQuote(string quoted) => throw null;
public override bool UseMaxForLimit { get => throw null; }
protected override bool UseNPrefixForUnicodeStrings { get => throw null; }
}
public class MsSql2005Dialect : NHibernate.Dialect.MsSql2000Dialect
{
@@ -7938,6 +7962,17 @@ namespace NHibernate
public override bool SupportsCascadeDelete { get => throw null; }
public override string TableTypeString { get => throw null; }
}
public class MySQL8Dialect : NHibernate.Dialect.MySQL57Dialect
{
public MySQL8Dialect() => throw null;
}
public class MySQL8InnoDBDialect : NHibernate.Dialect.MySQL8Dialect
{
public MySQL8InnoDBDialect() => throw null;
public override bool HasSelfReferentialForeignKeyBug { get => throw null; }
public override bool SupportsCascadeDelete { get => throw null; }
public override string TableTypeString { get => throw null; }
}
public class MySQLDialect : NHibernate.Dialect.Dialect
{
public override string AddColumnString { get => throw null; }
@@ -7945,6 +7980,7 @@ namespace NHibernate
public override char CloseQuote { get => throw null; }
public override string CreateTemporaryTableString { get => throw null; }
public MySQLDialect() => 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;
public override NHibernate.Dialect.Schema.IDataBaseSchema GetDataBaseSchema(System.Data.Common.DbConnection connection) => throw null;
@@ -7975,6 +8011,7 @@ namespace NHibernate
public override bool SupportsTemporaryTables { get => throw null; }
public override long TimestampResolutionInTicks { get => throw null; }
public override bool TryGetCastTypeName(NHibernate.SqlTypes.SqlType sqlType, out string typeName) => throw null;
protected override bool UseNPrefixForUnicodeStrings { get => throw null; }
}
public class Oracle10gDialect : NHibernate.Dialect.Oracle9iDialect
{
@@ -8046,6 +8083,7 @@ namespace NHibernate
public override long TimestampResolutionInTicks { get => throw null; }
public override bool UseMaxForLimit { get => throw null; }
public bool UseNPrefixedTypesForUnicode { get => throw null; }
protected override bool UseNPrefixForUnicodeStrings { get => throw null; }
}
public class Oracle9iDialect : NHibernate.Dialect.Oracle8iDialect
{
@@ -8670,6 +8708,7 @@ namespace NHibernate
public override string AddColumnString { get => throw null; }
public SybaseASA9Dialect() => throw null;
public override bool DropConstraints { get => throw null; }
protected override bool EscapeBackslashInStrings { get => throw null; set { } }
public override string ForUpdateString { get => throw null; }
public override NHibernate.Dialect.Schema.IDataBaseSchema GetDataBaseSchema(System.Data.Common.DbConnection connection) => throw null;
public override NHibernate.SqlCommand.SqlString GetLimitString(NHibernate.SqlCommand.SqlString queryString, NHibernate.SqlCommand.SqlString offset, NHibernate.SqlCommand.SqlString limit) => throw null;
@@ -8683,6 +8722,7 @@ namespace NHibernate
public override bool SupportsIdentityColumns { get => throw null; }
public override bool SupportsLimit { get => throw null; }
public override bool SupportsVariableLimit { get => throw null; }
protected override bool UseNPrefixForUnicodeStrings { get => throw null; }
}
public class SybaseASE15Dialect : NHibernate.Dialect.Dialect
{
@@ -8740,6 +8780,7 @@ namespace NHibernate
public override bool DoesRepeatableReadCauseReadersToBlockWriters { get => throw null; }
public override bool DropConstraints { get => throw null; }
public override string DropForeignKeyString { get => throw null; }
protected override bool EscapeBackslashInStrings { get => throw null; set { } }
public string ForReadOnlyString { get => throw null; }
public string ForUpdateByLockString { get => throw null; }
public override string ForUpdateNowaitString { get => throw null; }
@@ -8791,6 +8832,7 @@ namespace NHibernate
public override bool SupportsUnionAll { get => throw null; }
public override bool SupportsVariableLimit { get => throw null; }
public override long TimestampResolutionInTicks { get => throw null; }
protected override bool UseNPrefixForUnicodeStrings { get => throw null; }
}
public class SybaseSQLAnywhere11Dialect : NHibernate.Dialect.SybaseSQLAnywhere10Dialect
{
@@ -9080,6 +9122,7 @@ namespace NHibernate
protected override void InitializeParameter(System.Data.Common.DbParameter dbParam, string name, NHibernate.SqlTypes.SqlType sqlType) => throw null;
protected static bool IsAnsiText(System.Data.Common.DbParameter dbParam, NHibernate.SqlTypes.SqlType sqlType) => throw null;
protected static bool IsBlob(System.Data.Common.DbParameter dbParam, NHibernate.SqlTypes.SqlType sqlType) => throw null;
protected static bool IsChar(System.Data.Common.DbParameter dbParam, NHibernate.SqlTypes.SqlType sqlType) => throw null;
protected static bool IsText(System.Data.Common.DbParameter dbParam, NHibernate.SqlTypes.SqlType sqlType) => throw null;
public override System.DateTime MinDate { get => throw null; }
public override string NamedPrefix { get => throw null; }
@@ -10269,6 +10312,7 @@ namespace NHibernate
public NHibernate.Engine.Query.IQueryExpressionPlan GetHQLQueryPlan(NHibernate.IQueryExpression queryExpression, bool shallow, System.Collections.Generic.IDictionary<string, NHibernate.IFilter> enabledFilters) => throw null;
public NHibernate.Engine.Query.NativeSQLQueryPlan GetNativeSQLQueryPlan(NHibernate.Engine.Query.Sql.NativeSQLQuerySpecification spec) => throw null;
public NHibernate.Engine.Query.ParameterMetadata GetSQLParameterMetadata(string query) => throw null;
public NHibernate.Engine.Query.ParameterMetadata GetSQLParameterMetadata(string query, System.Collections.Generic.IDictionary<string, string> parameterTypes) => throw null;
}
public class ReturnMetadata
{
@@ -11931,6 +11975,7 @@ namespace NHibernate
public const int GROUP = 52;
public const int GT = 53;
public void HandleDotIdent() => throw null;
public void HandleDotIdents() => throw null;
public NHibernate.Hql.Ast.ANTLR.Tree.IASTNode HandleIdentifierError(Antlr.Runtime.IToken token, Antlr.Runtime.RecognitionException ex) => throw null;
public const int HAVING = 54;
public const int HEX_DIGIT = 55;
@@ -11947,6 +11992,7 @@ namespace NHibernate
public const int IS = 66;
public const int IS_NOT_NULL = 67;
public const int IS_NULL = 68;
public static bool IsPossibleId(Antlr.Runtime.IToken token) => throw null;
public const int JAVA_CONSTANT = 69;
public const int JOIN = 70;
public const int LE = 71;
@@ -11985,7 +12031,7 @@ namespace NHibernate
public const int PARAM = 103;
public NHibernate.Hql.Ast.ANTLR.IParseErrorHandler ParseErrorHandler { get => throw null; set { } }
public const int PLUS = 104;
public NHibernate.Hql.Ast.ANTLR.Tree.IASTNode ProcessEqualityExpression(object o) => throw null;
public NHibernate.Hql.Ast.ANTLR.Tree.IASTNode ProcessEqualityExpression(NHibernate.Hql.Ast.ANTLR.Tree.IASTNode x) => throw null;
public NHibernate.Hql.Ast.ANTLR.Tree.IASTNode ProcessMemberOf(Antlr.Runtime.IToken n, NHibernate.Hql.Ast.ANTLR.Tree.IASTNode p, NHibernate.Hql.Ast.ANTLR.Tree.IASTNode root) => throw null;
public const int PROPERTIES = 105;
public const int QUERY = 106;
@@ -12270,7 +12316,7 @@ namespace NHibernate
public QuerySyntaxException(string message, System.Exception inner) => throw null;
protected QuerySyntaxException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) => throw null;
}
public class QueryTranslatorImpl : NHibernate.Hql.IFilterTranslator, NHibernate.Hql.IQueryTranslator
public class QueryTranslatorImpl : NHibernate.Hql.IFilterTranslator, NHibernate.Hql.IQueryTranslator, NHibernate.Hql.IQueryTranslatorWithCustomizableLoader
{
public virtual NHibernate.Type.IType[] ActualReturnTypes { get => throw null; }
public NHibernate.Engine.Query.ParameterMetadata BuildParameterMetadata() => throw null;
@@ -12280,6 +12326,8 @@ namespace NHibernate
public void Compile(string collectionRole, System.Collections.Generic.IDictionary<string, string> replacements, bool shallow) => throw null;
public bool ContainsCollectionFetches { get => throw null; }
public QueryTranslatorImpl(string queryIdentifier, NHibernate.Hql.Ast.ANTLR.Tree.IASTNode parsedQuery, System.Collections.Generic.IDictionary<string, NHibernate.IFilter> enabledFilters, NHibernate.Engine.ISessionFactoryImplementor factory) => throw null;
public QueryTranslatorImpl(string queryIdentifier, NHibernate.Hql.Ast.ANTLR.Tree.IASTNode parsedQuery, System.Collections.Generic.IDictionary<string, NHibernate.IFilter> enabledFilters, NHibernate.Engine.ISessionFactoryImplementor factory, NHibernate.Loader.Hql.IQueryLoaderFactory queryLoaderFactory) => throw null;
public QueryTranslatorImpl(string queryIdentifier, NHibernate.Hql.Ast.ANTLR.Tree.IASTNode parsedQuery, System.Collections.Generic.IDictionary<string, NHibernate.IFilter> enabledFilters, NHibernate.Engine.ISessionFactoryImplementor factory, NHibernate.Loader.Hql.IQueryLoaderFactory queryLoaderFactory, System.Collections.Generic.IDictionary<string, System.Tuple<NHibernate.Type.IType, bool>> namedParameters) => throw null;
public System.Collections.Generic.IDictionary<string, NHibernate.IFilter> EnabledFilters { get => throw null; }
public int ExecuteUpdate(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session) => throw null;
public System.Threading.Tasks.Task<int> ExecuteUpdateAsync(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null;
@@ -12292,6 +12340,7 @@ namespace NHibernate
public System.Threading.Tasks.Task<System.Collections.IList> ListAsync(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters, System.Threading.CancellationToken cancellationToken) => throw null;
public NHibernate.Loader.Loader Loader { get => throw null; }
public string QueryIdentifier { get => throw null; }
public NHibernate.Loader.ILoader QueryLoader { get => throw null; }
public System.Collections.Generic.ISet<string> QuerySpaces { get => throw null; }
public string QueryString { get => throw null; }
public string[] ReturnAliases { get => throw null; }
@@ -12736,9 +12785,10 @@ namespace NHibernate
public override bool NeedsExecutor { get => throw null; }
public override int StatementType { get => throw null; }
}
public class DotNode : NHibernate.Hql.Ast.ANTLR.Tree.FromReferenceNode
public class DotNode : NHibernate.Hql.Ast.ANTLR.Tree.FromReferenceNode, NHibernate.Hql.Ast.ANTLR.Tree.IExpectedTypeAwareNode
{
public DotNode(Antlr.Runtime.IToken token) : base(default(Antlr.Runtime.IToken)) => throw null;
public NHibernate.Type.IType ExpectedType { get => throw null; set { } }
public bool Fetch { set { } }
public override NHibernate.Hql.Ast.ANTLR.Tree.FromElement GetImpliedJoin() => throw null;
public NHibernate.Hql.Ast.ANTLR.Tree.FromReferenceNode GetLhs() => throw null;
@@ -12746,12 +12796,14 @@ namespace NHibernate
public override string Path { get => throw null; }
public string PropertyPath { get => throw null; set { } }
public static bool REGRESSION_STYLE_JOIN_SUPPRESSION;
public override NHibernate.SqlCommand.SqlString RenderText(NHibernate.Engine.ISessionFactoryImplementor sessionFactory) => throw null;
public override void Resolve(bool generateJoin, bool implicitJoin, string classAlias, NHibernate.Hql.Ast.ANTLR.Tree.IASTNode parent) => throw null;
public override void ResolveFirstChild() => throw null;
public override void ResolveIndex(NHibernate.Hql.Ast.ANTLR.Tree.IASTNode parent) => throw null;
public override void ResolveInFunctionCall(bool generateJoin, bool implicitJoin) => throw null;
public void ResolveSelectExpression() => throw null;
public void SetResolvedConstant(string text) => throw null;
public void SetResolvedConstant(string text, object value) => throw null;
public override void SetScalarColumnText(int i) => throw null;
public override string[] SetScalarColumnText(int i, System.Func<int, int, string> aliasCreator) => throw null;
public static bool UseThetaStyleImplicitJoins;
@@ -13128,6 +13180,7 @@ namespace NHibernate
public bool IsCollectionPropertyMethod { get => throw null; }
public override bool IsScalar { get => throw null; }
protected virtual void PrepareSelectColumns(string[] columns) => throw null;
public virtual NHibernate.SqlCommand.SqlString Render(System.Collections.IList args) => throw null;
public virtual void Resolve(bool inSelect) => throw null;
public void ResolveCollectionProperty(NHibernate.Hql.Ast.ANTLR.Tree.IASTNode expr) => throw null;
public override void SetScalarColumnText(int i) => throw null;
@@ -13950,6 +14003,10 @@ namespace NHibernate
{
NHibernate.Hql.IQueryTranslator[] CreateQueryTranslators(NHibernate.IQueryExpression queryExpression, string collectionRole, bool shallow, System.Collections.Generic.IDictionary<string, NHibernate.IFilter> filters, NHibernate.Engine.ISessionFactoryImplementor factory);
}
public interface IQueryTranslatorWithCustomizableLoader
{
NHibernate.Loader.ILoader QueryLoader { get; }
}
public class NameGenerator
{
public NameGenerator() => throw null;
@@ -13974,6 +14031,10 @@ namespace NHibernate
public static string[] ConcreteQueries(string query, NHibernate.Engine.ISessionFactoryImplementor factory) => throw null;
public QuerySplitter() => throw null;
}
public static partial class QueryTranslatorExtensions
{
public static NHibernate.Loader.ILoader GetQueryLoader(this NHibernate.Hql.IQueryTranslator queryTranslator) => throw null;
}
public class StringQueryExpression : NHibernate.IQueryExpression
{
public StringQueryExpression(string queryString) => throw null;
@@ -15399,6 +15460,10 @@ namespace NHibernate
string[] ReturnAliases { get; }
NHibernate.Type.IType[] ReturnTypes { get; }
}
public interface ITranslatorWithCustomizableLoader : NHibernate.Impl.ITranslator
{
NHibernate.Loader.ILoader QueryLoader { get; }
}
public enum LambdaSubqueryType
{
Exact = 1,
@@ -16008,6 +16073,10 @@ namespace NHibernate
public System.Threading.Tasks.Task UpdateAsync(string entityName, object entity, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) => throw null;
internal StatelessSessionImpl() : base(default(NHibernate.Engine.ISessionFactoryImplementor), default(NHibernate.Impl.ISessionCreationOptions)) { }
}
public static partial class TranslatorExtensions
{
public static NHibernate.Loader.ILoader GetQueryLoader(this NHibernate.Impl.ITranslator translator) => throw null;
}
}
public interface IMultiCriteria
{
@@ -16790,6 +16859,7 @@ namespace NHibernate
public NHibernate.IQuery GetPreparedQuery(System.Linq.Expressions.Expression expression, out NHibernate.Linq.NhLinqExpression nhExpression) => throw null;
protected virtual NHibernate.Linq.NhLinqExpression PrepareQuery(System.Linq.Expressions.Expression expression, out NHibernate.IQuery query) => throw null;
public virtual NHibernate.Engine.ISessionImplementor Session { get => throw null; }
protected void SetParameters(NHibernate.IQuery query, System.Collections.Generic.IDictionary<string, NHibernate.Param.NamedParameter> parameters) => throw null;
public virtual void SetResultTransformerAndAdditionalCriteria(NHibernate.IQuery query, NHibernate.Linq.NhLinqExpression nhExpression, System.Collections.Generic.IDictionary<string, System.Tuple<object, NHibernate.Type.IType>> parameters) => throw null;
public System.Linq.IQueryProvider WithOptions(System.Action<NHibernate.Linq.NhQueryableOptions> setOptions) => throw null;
}
@@ -17302,6 +17372,12 @@ namespace NHibernate
protected override System.Linq.Expressions.Expression VisitQuerySourceReference(Remotion.Linq.Clauses.Expressions.QuerySourceReferenceExpression expression) => throw null;
}
}
public interface ILinqQueryExpression : NHibernate.IQueryExpression
{
void CopyExpressionTranslation(NHibernate.Linq.NhLinqExpressionCache cache);
NHibernate.Linq.ExpressionToHqlTranslationResults ExpressionToHqlTranslationResults { get; }
System.Collections.Generic.IDictionary<string, System.Tuple<NHibernate.Type.IType, bool>> GetNamedParameterTypes();
}
public interface INhFetchRequest<TQueried, TFetch> : System.Collections.Generic.IEnumerable<TQueried>, System.Collections.IEnumerable, System.Linq.IOrderedQueryable<TQueried>, System.Linq.IOrderedQueryable, System.Linq.IQueryable, System.Linq.IQueryable<TQueried>
{
}
@@ -17482,12 +17558,15 @@ namespace NHibernate
public NhLinqDmlExpression(NHibernate.Linq.QueryMode queryMode, System.Linq.Expressions.Expression expression, NHibernate.Engine.ISessionFactoryImplementor sessionFactory) : base(default(System.Linq.Expressions.Expression), default(NHibernate.Engine.ISessionFactoryImplementor)) => throw null;
protected override System.Type TargetType { get => throw null; }
}
public class NhLinqExpression : NHibernate.IQueryExpression
public class NhLinqExpression : NHibernate.Linq.ILinqQueryExpression, NHibernate.IQueryExpression
{
public bool CanCachePlan { get => throw null; }
public void CopyExpressionTranslation(NHibernate.Linq.NhLinqExpressionCache cache) => throw null;
public NhLinqExpression(System.Linq.Expressions.Expression expression, NHibernate.Engine.ISessionFactoryImplementor sessionFactory) => throw null;
public NHibernate.Linq.ExpressionToHqlTranslationResults ExpressionToHqlTranslationResults { get => throw null; }
public System.Collections.Generic.IDictionary<string, System.Tuple<NHibernate.Type.IType, bool>> GetNamedParameterTypes() => throw null;
public string Key { get => throw null; set { } }
public System.Collections.Generic.IDictionary<string, NHibernate.Param.NamedParameter> NamedParameters { get => throw null; }
public System.Collections.Generic.IList<NHibernate.Engine.Query.NamedParameterDescriptor> ParameterDescriptors { get => throw null; }
public System.Collections.Generic.IDictionary<string, System.Tuple<object, NHibernate.Type.IType>> ParameterValuesByName { get => throw null; }
protected virtual NHibernate.Linq.QueryMode QueryMode { get => throw null; }
@@ -17496,6 +17575,14 @@ namespace NHibernate
public NHibernate.Hql.Ast.ANTLR.Tree.IASTNode Translate(NHibernate.Engine.ISessionFactoryImplementor sessionFactory, bool filter) => throw null;
public System.Type Type { get => throw null; }
}
public class NhLinqExpressionCache : NHibernate.IQueryExpression
{
public NHibernate.Linq.ExpressionToHqlTranslationResults ExpressionToHqlTranslationResults { get => throw null; }
public string Key { get => throw null; }
public System.Collections.Generic.IList<NHibernate.Engine.Query.NamedParameterDescriptor> ParameterDescriptors { get => throw null; }
public NHibernate.Hql.Ast.ANTLR.Tree.IASTNode Translate(NHibernate.Engine.ISessionFactoryImplementor sessionFactory, bool filter) => throw null;
public System.Type Type { get => throw null; }
}
public enum NhLinqExpressionReturnType
{
Sequence = 0,
@@ -18267,6 +18354,7 @@ namespace NHibernate
protected override object[] GetResultRow(object[] row, System.Data.Common.DbDataReader rs, NHibernate.Engine.ISessionImplementor session) => throw null;
protected override System.Threading.Tasks.Task<object[]> GetResultRowAsync(object[] row, System.Data.Common.DbDataReader rs, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null;
protected override bool[] IncludeInResultRow { get => throw null; }
public override bool IsCacheable(NHibernate.Engine.QueryParameters queryParameters) => throw null;
protected override bool IsChildFetchEntity(int i) => throw null;
protected override bool IsCollectionPersisterCacheable(NHibernate.Persister.Collection.ICollectionPersister collectionPersister) => throw null;
public override bool IsSubselectLoadingEnabled { get => throw null; }
@@ -18406,7 +18494,7 @@ namespace NHibernate
}
public class CustomLoader : NHibernate.Loader.Loader
{
protected override void AutoDiscoverTypes(System.Data.Common.DbDataReader rs, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Transform.IResultTransformer forcedResultTransformer) => throw null;
public override void AutoDiscoverTypes(System.Data.Common.DbDataReader rs, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Transform.IResultTransformer forcedResultTransformer) => throw null;
protected override NHibernate.Loader.ICollectionAliases[] CollectionAliases { get => throw null; }
protected override int[] CollectionOwners { get => throw null; }
protected override NHibernate.Persister.Collection.ICollectionPersister[] CollectionPersisters { get => throw null; }
@@ -18427,6 +18515,7 @@ namespace NHibernate
System.Threading.Tasks.Task<object> ExtractAsync(object[] data, System.Data.Common.DbDataReader resultSet, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken);
void PerformDiscovery(NHibernate.Loader.Custom.CustomLoader.MetaData metadata, System.Collections.Generic.IList<NHibernate.Type.IType> types, System.Collections.Generic.IList<string> aliases);
}
public override bool IsCacheable(NHibernate.Engine.QueryParameters queryParameters) => throw null;
public System.Collections.IList List(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters) => throw null;
public System.Threading.Tasks.Task<System.Collections.IList> ListAsync(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters, System.Threading.CancellationToken cancellationToken) => throw null;
public class MetaData
@@ -18687,7 +18776,18 @@ namespace NHibernate
}
namespace Hql
{
public class QueryLoader : NHibernate.Loader.BasicLoader
public interface IQueryLoader : NHibernate.Loader.ILoader
{
System.Collections.IEnumerable GetEnumerable(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Event.IEventSource session);
System.Threading.Tasks.Task<System.Collections.IEnumerable> GetEnumerableAsync(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Event.IEventSource session, System.Threading.CancellationToken cancellationToken);
System.Collections.IList List(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters);
System.Threading.Tasks.Task<System.Collections.IList> ListAsync(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters, System.Threading.CancellationToken cancellationToken);
}
public interface IQueryLoaderFactory
{
NHibernate.Loader.Hql.IQueryLoader Create(NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl queryTranslator, NHibernate.Engine.ISessionFactoryImplementor factory, NHibernate.Hql.Ast.ANTLR.Tree.SelectClause selectClause);
}
public class QueryLoader : NHibernate.Loader.BasicLoader, NHibernate.Loader.ILoader, NHibernate.Loader.Hql.IQueryLoader
{
protected override string[] Aliases { get => throw null; }
protected override NHibernate.SqlCommand.SqlString ApplyLocks(NHibernate.SqlCommand.SqlString sql, System.Collections.Generic.IDictionary<string, NHibernate.LockMode> lockModes, NHibernate.Dialect.Dialect dialect) => throw null;
@@ -18698,6 +18798,8 @@ namespace NHibernate
protected override bool[] EntityEagerPropertyFetches { get => throw null; }
protected override System.Collections.Generic.ISet<string>[] EntityFetchLazyProperties { get => throw null; }
public override NHibernate.Persister.Entity.ILoadable[] EntityPersisters { get => throw null; }
public System.Collections.IEnumerable GetEnumerable(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Event.IEventSource session) => throw null;
public System.Threading.Tasks.Task<System.Collections.IEnumerable> GetEnumerableAsync(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Event.IEventSource session, System.Threading.CancellationToken cancellationToken) => throw null;
public override NHibernate.LockMode[] GetLockModes(System.Collections.Generic.IDictionary<string, NHibernate.LockMode> lockModes) => throw null;
protected override System.Collections.Generic.IEnumerable<NHibernate.Param.IParameterSpecification> GetParameterSpecifications() => throw null;
protected override object GetResultColumnOrRow(object[] row, NHibernate.Transform.IResultTransformer resultTransformer, System.Data.Common.DbDataReader rs, NHibernate.Engine.ISessionImplementor session) => throw null;
@@ -18706,6 +18808,7 @@ namespace NHibernate
protected override object[] GetResultRow(object[] row, System.Data.Common.DbDataReader rs, NHibernate.Engine.ISessionImplementor session) => throw null;
protected override System.Threading.Tasks.Task<object[]> GetResultRowAsync(object[] row, System.Data.Common.DbDataReader rs, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null;
protected override bool[] IncludeInResultRow { get => throw null; }
public override bool IsCacheable(NHibernate.Engine.QueryParameters queryParameters) => throw null;
protected override bool IsCollectionPersisterCacheable(NHibernate.Persister.Collection.ICollectionPersister collectionPersister) => throw null;
public override bool IsSubselectLoadingEnabled { get => throw null; }
public System.Collections.IList List(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters) => throw null;
@@ -18721,6 +18824,11 @@ namespace NHibernate
protected override string[] Suffixes { get => throw null; }
protected override bool UpgradeLocks() => throw null;
}
public class QueryLoaderFactory : NHibernate.Loader.Hql.IQueryLoaderFactory
{
public NHibernate.Loader.Hql.IQueryLoader Create(NHibernate.Hql.Ast.ANTLR.QueryTranslatorImpl queryTranslator, NHibernate.Engine.ISessionFactoryImplementor factory, NHibernate.Hql.Ast.ANTLR.Tree.SelectClause selectClause) => throw null;
public QueryLoaderFactory() => throw null;
}
}
public interface ICollectionAliases
{
@@ -18739,6 +18847,38 @@ namespace NHibernate
string[][] SuffixedPropertyAliases { get; }
string[] SuffixedVersionAliases { get; }
}
public interface ILoader
{
void AutoDiscoverTypes(System.Data.Common.DbDataReader rs, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Transform.IResultTransformer forcedResultTransformer);
NHibernate.Loader.Loader.QueryCacheInfo CacheInfo { get; }
NHibernate.Type.IType[] CacheTypes { get; }
NHibernate.SqlCommand.ISqlCommand CreateSqlCommand(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session);
void CreateSubselects(System.Collections.Generic.List<NHibernate.Engine.EntityKey[]> keys, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session);
NHibernate.Persister.Entity.ILoadable[] EntityPersisters { get; }
NHibernate.Engine.ISessionFactoryImplementor Factory { get; }
NHibernate.Cache.QueryKey GenerateQueryKey(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters);
NHibernate.LockMode[] GetLockModes(System.Collections.Generic.IDictionary<string, NHibernate.LockMode> lockModes);
System.Collections.IList GetResultList(System.Collections.IList results, NHibernate.Transform.IResultTransformer resultTransformer);
object GetRowFromResultSet(System.Data.Common.DbDataReader resultSet, NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters, NHibernate.LockMode[] lockModeArray, NHibernate.Engine.EntityKey optionalObjectKey, System.Collections.IList hydratedObjects, NHibernate.Engine.EntityKey[] keys, bool returnProxies, NHibernate.Transform.IResultTransformer forcedResultTransformer, NHibernate.Cache.QueryCacheResultBuilder queryCacheResultBuilder, System.Action<NHibernate.Persister.Entity.IEntityPersister, NHibernate.Cache.CachePutData> cacheBatchingHandler);
System.Threading.Tasks.Task<object> GetRowFromResultSetAsync(System.Data.Common.DbDataReader resultSet, NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters, NHibernate.LockMode[] lockModeArray, NHibernate.Engine.EntityKey optionalObjectKey, System.Collections.IList hydratedObjects, NHibernate.Engine.EntityKey[] keys, bool returnProxies, NHibernate.Transform.IResultTransformer forcedResultTransformer, NHibernate.Cache.QueryCacheResultBuilder queryCacheResultBuilder, System.Action<NHibernate.Persister.Entity.IEntityPersister, NHibernate.Cache.CachePutData> cacheBatchingHandler, System.Threading.CancellationToken cancellationToken);
void HandleEmptyCollections(object[] keys, object resultSetId, NHibernate.Engine.ISessionImplementor session);
void InitializeEntitiesAndCollections(System.Collections.IList hydratedObjects, System.Data.Common.DbDataReader reader, NHibernate.Engine.ISessionImplementor session, bool readOnly, NHibernate.Cache.CacheBatcher cacheBatcher);
System.Threading.Tasks.Task InitializeEntitiesAndCollectionsAsync(System.Collections.IList hydratedObjects, System.Data.Common.DbDataReader reader, NHibernate.Engine.ISessionImplementor session, bool readOnly, NHibernate.Cache.CacheBatcher cacheBatcher, System.Threading.CancellationToken cancellationToken);
bool IsCacheable(NHibernate.Engine.QueryParameters queryParameters);
bool IsCacheable(NHibernate.Engine.QueryParameters queryParameters, bool supportsQueryCache, System.Collections.Generic.IEnumerable<NHibernate.Persister.IPersister> persisters);
bool IsSubselectLoadingEnabled { get; }
void LoadCollection(NHibernate.Engine.ISessionImplementor session, object id, NHibernate.Type.IType type);
System.Threading.Tasks.Task LoadCollectionAsync(NHibernate.Engine.ISessionImplementor session, object id, NHibernate.Type.IType type, System.Threading.CancellationToken cancellationToken);
void LoadCollectionBatch(NHibernate.Engine.ISessionImplementor session, object[] ids, NHibernate.Type.IType type);
System.Threading.Tasks.Task LoadCollectionBatchAsync(NHibernate.Engine.ISessionImplementor session, object[] ids, NHibernate.Type.IType type, System.Threading.CancellationToken cancellationToken);
string QueryIdentifier { get; }
NHibernate.Type.IType[] ResultTypes { get; }
NHibernate.SqlCommand.SqlString SqlString { get; }
void StopLoadingCollections(NHibernate.Engine.ISessionImplementor session, System.Data.Common.DbDataReader reader);
string ToString();
System.Collections.IList TransformCacheableResults(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Transform.CacheableResultTransformer transformer, System.Collections.IList result);
bool UseLimit(NHibernate.Engine.RowSelection selection, NHibernate.Dialect.Dialect dialect);
}
public class JoinWalker
{
public string[] Aliases { get => throw null; set { } }
@@ -18831,7 +18971,7 @@ namespace NHibernate
protected virtual void WalkEntityTree(NHibernate.Persister.Entity.IOuterJoinLoadable persister, string alias, string path, int currentDepth) => throw null;
protected virtual NHibernate.SqlCommand.SqlStringBuilder WhereString(string alias, string[] columnNames, int batchSize) => throw null;
}
public abstract class Loader
public abstract class Loader : NHibernate.Loader.ILoader
{
protected NHibernate.SqlCommand.SqlString AddLimitsParametersIfNeeded(NHibernate.SqlCommand.SqlString sqlString, System.Collections.Generic.ICollection<NHibernate.Param.IParameterSpecification> parameterSpecs, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session) => throw null;
protected void AdjustQueryParametersForSubSelectFetching(NHibernate.SqlCommand.SqlString filteredSqlString, System.Collections.Generic.IEnumerable<NHibernate.Param.IParameterSpecification> parameterSpecsWithFilters, NHibernate.Engine.QueryParameters queryParameters) => throw null;
@@ -18839,7 +18979,7 @@ namespace NHibernate
protected virtual NHibernate.SqlCommand.SqlString ApplyLocks(NHibernate.SqlCommand.SqlString sql, System.Collections.Generic.IDictionary<string, NHibernate.LockMode> lockModes, NHibernate.Dialect.Dialect dialect) => throw null;
protected virtual bool AreResultSetRowsTransformedImmediately() => throw null;
protected virtual void AutoDiscoverTypes(System.Data.Common.DbDataReader rs) => throw null;
protected virtual void AutoDiscoverTypes(System.Data.Common.DbDataReader rs, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Transform.IResultTransformer forcedResultTransformer) => throw null;
public virtual void AutoDiscoverTypes(System.Data.Common.DbDataReader rs, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Transform.IResultTransformer forcedResultTransformer) => throw null;
public virtual NHibernate.Loader.Loader.QueryCacheInfo CacheInfo { get => throw null; }
protected void CachePersistersWithCollections(System.Collections.Generic.IEnumerable<int> resultTypePersisters) => throw null;
public NHibernate.Type.IType[] CacheTypes { get => throw null; }
@@ -18847,6 +18987,7 @@ namespace NHibernate
protected virtual int[] CollectionOwners { get => throw null; }
protected virtual NHibernate.Persister.Collection.ICollectionPersister[] CollectionPersisters { get => throw null; }
public virtual NHibernate.SqlCommand.ISqlCommand CreateSqlCommand(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session) => throw null;
public void CreateSubselects(System.Collections.Generic.List<NHibernate.Engine.EntityKey[]> keys, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session) => throw null;
protected Loader(NHibernate.Engine.ISessionFactoryImplementor factory) => throw null;
protected System.Collections.IList DoList(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters) => throw null;
protected System.Collections.IList DoList(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Transform.IResultTransformer forcedResultTransformer) => throw null;
@@ -18860,6 +19001,7 @@ namespace NHibernate
public abstract NHibernate.Persister.Entity.ILoadable[] EntityPersisters { get; }
protected NHibernate.SqlCommand.SqlString ExpandDynamicFilterParameters(NHibernate.SqlCommand.SqlString sqlString, System.Collections.Generic.ICollection<NHibernate.Param.IParameterSpecification> parameterSpecs, NHibernate.Engine.ISessionImplementor session) => throw null;
public NHibernate.Engine.ISessionFactoryImplementor Factory { get => throw null; }
public NHibernate.Cache.QueryKey GenerateQueryKey(NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters) => throw null;
public abstract NHibernate.LockMode[] GetLockModes(System.Collections.Generic.IDictionary<string, NHibernate.LockMode> lockModes);
protected abstract System.Collections.Generic.IEnumerable<NHibernate.Param.IParameterSpecification> GetParameterSpecifications();
protected virtual object GetResultColumnOrRow(object[] row, NHibernate.Transform.IResultTransformer resultTransformer, System.Data.Common.DbDataReader rs, NHibernate.Engine.ISessionImplementor session) => throw null;
@@ -18871,9 +19013,16 @@ namespace NHibernate
protected System.Data.Common.DbDataReader GetResultSet(System.Data.Common.DbCommand st, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session, NHibernate.Transform.IResultTransformer forcedResultTransformer) => throw null;
protected System.Threading.Tasks.Task<System.Data.Common.DbDataReader> GetResultSetAsync(System.Data.Common.DbCommand st, bool autoDiscoverTypes, bool callable, NHibernate.Engine.RowSelection selection, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null;
protected System.Threading.Tasks.Task<System.Data.Common.DbDataReader> GetResultSetAsync(System.Data.Common.DbCommand st, NHibernate.Engine.QueryParameters queryParameters, NHibernate.Engine.ISessionImplementor session, NHibernate.Transform.IResultTransformer forcedResultTransformer, System.Threading.CancellationToken cancellationToken) => throw null;
public object GetRowFromResultSet(System.Data.Common.DbDataReader resultSet, NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters, NHibernate.LockMode[] lockModeArray, NHibernate.Engine.EntityKey optionalObjectKey, System.Collections.IList hydratedObjects, NHibernate.Engine.EntityKey[] keys, bool returnProxies, NHibernate.Transform.IResultTransformer forcedResultTransformer, NHibernate.Cache.QueryCacheResultBuilder queryCacheResultBuilder, System.Action<NHibernate.Persister.Entity.IEntityPersister, NHibernate.Cache.CachePutData> cacheBatchingHandler) => throw null;
public System.Threading.Tasks.Task<object> GetRowFromResultSetAsync(System.Data.Common.DbDataReader resultSet, NHibernate.Engine.ISessionImplementor session, NHibernate.Engine.QueryParameters queryParameters, NHibernate.LockMode[] lockModeArray, NHibernate.Engine.EntityKey optionalObjectKey, System.Collections.IList hydratedObjects, NHibernate.Engine.EntityKey[] keys, bool returnProxies, NHibernate.Transform.IResultTransformer forcedResultTransformer, NHibernate.Cache.QueryCacheResultBuilder queryCacheResultBuilder, System.Action<NHibernate.Persister.Entity.IEntityPersister, NHibernate.Cache.CachePutData> cacheBatchingHandler, System.Threading.CancellationToken cancellationToken) => throw null;
public void HandleEmptyCollections(object[] keys, object resultSetId, NHibernate.Engine.ISessionImplementor session) => throw null;
protected bool HasSubselectLoadableCollections() => throw null;
protected NHibernate.Hql.Util.SessionFactoryHelper Helper { get => throw null; }
protected virtual bool[] IncludeInResultRow { get => throw null; }
public void InitializeEntitiesAndCollections(System.Collections.IList hydratedObjects, System.Data.Common.DbDataReader reader, NHibernate.Engine.ISessionImplementor session, bool readOnly, NHibernate.Cache.CacheBatcher cacheBatcher) => throw null;
public System.Threading.Tasks.Task InitializeEntitiesAndCollectionsAsync(System.Collections.IList hydratedObjects, System.Data.Common.DbDataReader reader, NHibernate.Engine.ISessionImplementor session, bool readOnly, NHibernate.Cache.CacheBatcher cacheBatcher, System.Threading.CancellationToken cancellationToken) => throw null;
public virtual bool IsCacheable(NHibernate.Engine.QueryParameters queryParameters) => throw null;
public bool IsCacheable(NHibernate.Engine.QueryParameters queryParameters, bool supportsQueryCache, System.Collections.Generic.IEnumerable<NHibernate.Persister.IPersister> persisters) => throw null;
protected virtual bool IsChildFetchEntity(int i) => throw null;
protected virtual bool IsCollectionPersisterCacheable(NHibernate.Persister.Collection.ICollectionPersister collectionPersister) => throw null;
protected virtual bool IsSingleRowLoader { get => throw null; }
@@ -18916,9 +19065,12 @@ namespace NHibernate
protected virtual string[] ResultRowAliases { get => throw null; }
public NHibernate.Type.IType[] ResultTypes { get => throw null; set { } }
public abstract NHibernate.SqlCommand.SqlString SqlString { get; }
public void StopLoadingCollections(NHibernate.Engine.ISessionImplementor session, System.Data.Common.DbDataReader reader) => throw null;
public override string ToString() => throw null;
public System.Collections.IList TransformCacheableResults(NHibernate.Engine.QueryParameters queryParameters, NHibernate.Transform.CacheableResultTransformer transformer, System.Collections.IList result) => throw null;
protected bool TryGetLimitString(NHibernate.Dialect.Dialect dialect, NHibernate.SqlCommand.SqlString queryString, int? offset, int? limit, NHibernate.SqlCommand.Parameter offsetParameter, NHibernate.SqlCommand.Parameter limitParameter, out NHibernate.SqlCommand.SqlString result) => throw null;
protected virtual bool UpgradeLocks() => throw null;
public bool UseLimit(NHibernate.Engine.RowSelection selection, NHibernate.Dialect.Dialect dialect) => throw null;
}
public sealed class OuterJoinableAssociation
{
@@ -23605,11 +23757,13 @@ namespace NHibernate
public bool CanGetFromCache { get => throw null; }
public bool CanPutToCache { get => throw null; }
public QueryInfo(NHibernate.Engine.QueryParameters parameters, NHibernate.Loader.Loader loader, System.Collections.Generic.ISet<string> querySpaces, NHibernate.Engine.ISessionImplementor session) => throw null;
public QueryInfo(NHibernate.Engine.QueryParameters parameters, NHibernate.Loader.ILoader loader, System.Collections.Generic.ISet<string> querySpaces, NHibernate.Engine.ISessionImplementor session) => throw null;
public bool IsCacheable { get => throw null; }
public bool IsResultFromCache { get => throw null; }
public NHibernate.Loader.Loader Loader { get => throw null; set { } }
public NHibernate.Loader.Loader Loader { get => throw null; }
public NHibernate.Engine.QueryParameters Parameters { get => throw null; }
public string QueryIdentifier { get => throw null; }
public NHibernate.Loader.ILoader QueryLoader { get => throw null; }
public System.Collections.Generic.ISet<string> QuerySpaces { get => throw null; }
public System.Collections.IList Result { get => throw null; set { } }
public System.Collections.IList ResultToCache { get => throw null; set { } }
@@ -24032,7 +24186,7 @@ namespace NHibernate
{
namespace Collection
{
public abstract class AbstractCollectionPersister : NHibernate.Metadata.ICollectionMetadata, NHibernate.Persister.Collection.ICollectionPersister, NHibernate.Id.ICompositeKeyPostInsertIdentityPersister, NHibernate.Persister.Entity.IJoinable, NHibernate.Id.IPostInsertIdentityPersister, NHibernate.Persister.Entity.IPropertyMapping, NHibernate.Persister.Collection.IQueryableCollection, NHibernate.Persister.Collection.ISqlLoadableCollection, NHibernate.Persister.Entity.ISupportSelectModeJoinable
public abstract class AbstractCollectionPersister : NHibernate.Metadata.ICollectionMetadata, NHibernate.Persister.Collection.ICollectionPersister, NHibernate.Id.ICompositeKeyPostInsertIdentityPersister, NHibernate.Persister.Entity.IJoinable, NHibernate.Persister.IPersister, NHibernate.Id.IPostInsertIdentityPersister, NHibernate.Persister.Entity.IPropertyMapping, NHibernate.Persister.Collection.IQueryableCollection, NHibernate.Persister.Collection.ISqlLoadableCollection, NHibernate.Persister.Entity.ISupportSelectModeJoinable
{
protected virtual void AppendElementColumns(NHibernate.SqlCommand.SelectFragment frag, string elemAlias) => throw null;
protected virtual void AppendIdentifierColumns(NHibernate.SqlCommand.SelectFragment frag, string alias) => throw null;
@@ -24192,6 +24346,7 @@ namespace NHibernate
public virtual string SelectFragment(NHibernate.Persister.Entity.IJoinable rhs, string rhsAlias, string lhsAlias, string currentEntitySuffix, string currentCollectionSuffix, bool includeCollectionColumns) => throw null;
public virtual string SelectFragment(NHibernate.Persister.Entity.IJoinable rhs, string rhsAlias, string lhsAlias, string entitySuffix, string collectionSuffix, bool includeCollectionColumns, bool includeLazyProperties) => throw null;
public virtual string SelectFragment(NHibernate.Persister.Entity.IJoinable rhs, string rhsAlias, string lhsAlias, string currentCollectionSuffix, bool includeCollectionColumns, NHibernate.Persister.Entity.EntityLoadInfo entityInfo) => throw null;
public virtual string SelectFragment(string lhsAlias, string collectionSuffix, bool includeCollectionColumns, NHibernate.Persister.Entity.EntityLoadInfo entityInfo) => throw null;
protected NHibernate.SqlCommand.SqlCommandInfo SqlDeleteRowString { get => throw null; }
protected NHibernate.SqlCommand.SqlCommandInfo SqlDeleteString { get => throw null; }
protected virtual NHibernate.Exceptions.ISQLExceptionConverter SQLExceptionConverter { get => throw null; }
@@ -24247,6 +24402,7 @@ namespace NHibernate
public override bool IsManyToMany { get => throw null; }
public override bool IsOneToMany { get => throw null; }
public override string SelectFragment(NHibernate.Persister.Entity.IJoinable rhs, string rhsAlias, string lhsAlias, string collectionSuffix, bool includeCollectionColumns, NHibernate.Persister.Entity.EntityLoadInfo entityInfo) => throw null;
public override string SelectFragment(string lhsAlias, string collectionSuffix, bool includeCollectionColumns, NHibernate.Persister.Entity.EntityLoadInfo entityInfo) => throw null;
public override NHibernate.SqlCommand.SqlString WhereJoinFragment(string alias, bool innerJoin, bool includeSubclasses) => throw null;
}
public static partial class CollectionPersisterExtensions
@@ -24404,6 +24560,7 @@ namespace NHibernate
protected override bool RowDeleteEnabled { get => throw null; }
protected override bool RowInsertEnabled { get => throw null; }
public override string SelectFragment(NHibernate.Persister.Entity.IJoinable rhs, string rhsAlias, string lhsAlias, string collectionSuffix, bool includeCollectionColumns, NHibernate.Persister.Entity.EntityLoadInfo entityInfo) => throw null;
public override string SelectFragment(string lhsAlias, string collectionSuffix, bool includeCollectionColumns, NHibernate.Persister.Entity.EntityLoadInfo entityInfo) => throw null;
public override string TableName { get => throw null; }
public override NHibernate.SqlCommand.SqlString WhereJoinFragment(string alias, bool innerJoin, bool includeSubclasses) => throw null;
}
@@ -24414,7 +24571,7 @@ namespace NHibernate
}
namespace Entity
{
public abstract class AbstractEntityPersister : NHibernate.Metadata.IClassMetadata, NHibernate.Id.ICompositeKeyPostInsertIdentityPersister, NHibernate.Persister.Entity.IEntityPersister, NHibernate.Persister.Entity.IJoinable, NHibernate.Intercept.ILazyPropertyInitializer, NHibernate.Persister.Entity.ILoadable, NHibernate.Persister.Entity.ILockable, NHibernate.Cache.IOptimisticCacheSource, NHibernate.Persister.Entity.IOuterJoinLoadable, NHibernate.Id.IPostInsertIdentityPersister, NHibernate.Persister.Entity.IPropertyMapping, NHibernate.Persister.Entity.IQueryable, NHibernate.Persister.Entity.ISqlLoadable, NHibernate.Persister.Entity.ISupportSelectModeJoinable, NHibernate.Persister.Entity.IUniqueKeyLoadable
public abstract class AbstractEntityPersister : NHibernate.Metadata.IClassMetadata, NHibernate.Id.ICompositeKeyPostInsertIdentityPersister, NHibernate.Persister.Entity.IEntityPersister, NHibernate.Persister.Entity.IJoinable, NHibernate.Intercept.ILazyPropertyInitializer, NHibernate.Persister.Entity.ILoadable, NHibernate.Persister.Entity.ILockable, NHibernate.Cache.IOptimisticCacheSource, NHibernate.Persister.Entity.IOuterJoinLoadable, NHibernate.Persister.IPersister, NHibernate.Id.IPostInsertIdentityPersister, NHibernate.Persister.Entity.IPropertyMapping, NHibernate.Persister.Entity.IQueryable, NHibernate.Persister.Entity.ISqlLoadable, NHibernate.Persister.Entity.ISupportSelectModeJoinable, NHibernate.Persister.Entity.IUniqueKeyLoadable
{
protected virtual void AddDiscriminatorToInsert(NHibernate.SqlCommand.SqlInsertBuilder insert) => throw null;
protected virtual void AddDiscriminatorToSelect(NHibernate.SqlCommand.SelectFragment select, string name, string suffix) => throw null;
@@ -24480,6 +24637,7 @@ namespace NHibernate
public NHibernate.Engine.ISessionFactoryImplementor Factory { get => throw null; }
public abstract string FilterFragment(string alias);
public virtual string FilterFragment(string alias, System.Collections.Generic.IDictionary<string, NHibernate.IFilter> enabledFilters) => throw null;
public virtual string FilterFragment(NHibernate.Util.FilterHelper filterHelper, string alias, System.Collections.Generic.IDictionary<string, NHibernate.IFilter> enabledFilters, string filterFragment) => throw null;
public virtual int[] FindDirty(object[] currentState, object[] previousState, object entity, NHibernate.Engine.ISessionImplementor session) => throw null;
public virtual System.Threading.Tasks.Task<int[]> FindDirtyAsync(object[] currentState, object[] previousState, object entity, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null;
public virtual int[] FindModified(object[] old, object[] current, object entity, NHibernate.Engine.ISessionImplementor session) => throw null;
@@ -24715,6 +24873,7 @@ namespace NHibernate
public string SelectFragment(NHibernate.Persister.Entity.IJoinable rhs, string rhsAlias, string lhsAlias, string entitySuffix, string collectionSuffix, bool includeCollectionColumns) => throw null;
public string SelectFragment(NHibernate.Persister.Entity.IJoinable rhs, string rhsAlias, string lhsAlias, string entitySuffix, string collectionSuffix, bool includeCollectionColumns, bool includeLazyProperties) => throw null;
public string SelectFragment(NHibernate.Persister.Entity.IJoinable rhs, string rhsAlias, string lhsAlias, string collectionSuffix, bool includeCollectionColumns, NHibernate.Persister.Entity.EntityLoadInfo entityInfo) => throw null;
public string SelectFragment(string lhsAlias, string collectionSuffix, bool includeCollectionColumns, NHibernate.Persister.Entity.EntityLoadInfo entityInfo) => throw null;
public virtual void SetIdentifier(object obj, object id) => throw null;
public void SetPropertyValue(object obj, int i, object value) => throw null;
public virtual void SetPropertyValue(object obj, string propertyName, object value) => throw null;
@@ -25195,6 +25354,11 @@ namespace NHibernate
public static System.Threading.Tasks.Task CacheByUniqueKeysAsync(this NHibernate.Persister.Entity.IUniqueKeyLoadable ukLoadable, object entity, NHibernate.Engine.ISessionImplementor session, System.Threading.CancellationToken cancellationToken) => throw null;
}
}
public interface IPersister
{
string Name { get; }
bool SupportsQueryCache { get; }
}
public static class PersisterFactory
{
public static NHibernate.Persister.Entity.IEntityPersister Create(System.Type persisterClass, NHibernate.Mapping.PersistentClass model, NHibernate.Cache.ICacheConcurrencyStrategy cache, NHibernate.Engine.ISessionFactoryImplementor factory, NHibernate.Engine.IMapping cfg) => throw null;
@@ -27787,6 +27951,7 @@ namespace NHibernate
public BooleanType() : base(default(NHibernate.SqlTypes.SqlType)) => throw null;
public BooleanType(NHibernate.SqlTypes.AnsiStringFixedLengthSqlType sqlType) : base(default(NHibernate.SqlTypes.SqlType)) => throw null;
public override object DefaultValue { get => throw null; }
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;
@@ -27796,6 +27961,7 @@ namespace NHibernate
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;
public virtual object StringToObject(string xml) => throw null;
protected static readonly object TrueObject;
}
public class ByteType : NHibernate.Type.PrimitiveType, NHibernate.Type.ICacheAssembler, NHibernate.Type.IDiscriminatorType, NHibernate.Type.IIdentifierType, NHibernate.Type.ILiteralType, NHibernate.Type.IType, NHibernate.Type.IVersionType
{

View File

@@ -11,7 +11,7 @@
<ProjectReference Include="../../Iesi.Collections/4.0.4/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/6.0.0/System.Configuration.ConfigurationManager.csproj" />
<ProjectReference Include="../../System.Configuration.ConfigurationManager/9.0.1/System.Configuration.ConfigurationManager.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -2,6 +2,33 @@
// Generated from `ServiceStack.Client, Version=6.0.0.0, Culture=neutral, PublicKeyToken=null`.
namespace ServiceStack
{
public class AdminApiKeyResponse : ServiceStack.IHasResponseStatus
{
public AdminApiKeyResponse() => throw null;
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public string Result { get => throw null; set { } }
}
public class AdminApiKeysResponse : ServiceStack.IHasResponseStatus
{
public AdminApiKeysResponse() => throw null;
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public System.Collections.Generic.List<ServiceStack.PartialApiKey> Results { get => throw null; set { } }
}
public class AdminCreateApiKey : ServiceStack.IPost, ServiceStack.IReturn<ServiceStack.AdminApiKeyResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminCreateApiKey() => throw null;
public System.DateTime? ExpiryDate { get => throw null; set { } }
public System.Collections.Generic.List<string> Features { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
public string Name { get => throw null; set { } }
public string Notes { get => throw null; set { } }
public int? RefId { get => throw null; set { } }
public string RefIdStr { get => throw null; set { } }
public System.Collections.Generic.List<string> RestrictTo { get => throw null; set { } }
public System.Collections.Generic.List<string> Scopes { get => throw null; set { } }
public string UserId { get => throw null; set { } }
public string UserName { get => throw null; set { } }
}
public class AdminCreateUser : ServiceStack.AdminUserBase, ServiceStack.IPost, ServiceStack.IReturn<ServiceStack.AdminUserResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminCreateUser() => throw null;
@@ -15,6 +42,11 @@ namespace ServiceStack
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
public int QueryLimit { get => throw null; set { } }
}
public class AdminDeleteApiKey : ServiceStack.IDelete, ServiceStack.IReturn<ServiceStack.EmptyResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminDeleteApiKey() => throw null;
public int? Id { get => throw null; set { } }
}
public class AdminDeleteUser : ServiceStack.IDelete, ServiceStack.IReturn<ServiceStack.AdminDeleteUserResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminDeleteUser() => throw null;
@@ -31,6 +63,31 @@ namespace ServiceStack
public AdminGetUser() => throw null;
public string Id { get => throw null; set { } }
}
public class AdminIdentityUsersInfo : ServiceStack.IMeta
{
public string AccessRole { get => throw null; set { } }
public System.Collections.Generic.List<string> AllPermissions { get => throw null; set { } }
public System.Collections.Generic.List<string> AllRoles { get => throw null; set { } }
public ServiceStack.ApiCss Css { get => throw null; set { } }
public AdminIdentityUsersInfo() => throw null;
public System.Collections.Generic.List<string> Enabled { get => throw null; set { } }
public System.Collections.Generic.List<ServiceStack.InputInfo> FormLayout { get => throw null; set { } }
public ServiceStack.MetadataType IdentityUser { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
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 AdminQueryApiKeys : ServiceStack.IGet, ServiceStack.IReturn<ServiceStack.AdminApiKeysResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminQueryApiKeys() => throw null;
public int? Id { get => throw null; set { } }
public string OrderBy { get => throw null; set { } }
public string Search { get => throw null; set { } }
public int? Skip { get => throw null; set { } }
public int? Take { get => throw null; set { } }
public string UserId { get => throw null; set { } }
public string UserName { get => throw null; set { } }
}
public class AdminQueryUsers : ServiceStack.IGet, ServiceStack.IReturn<ServiceStack.AdminUsersResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AdminQueryUsers() => throw null;
@@ -53,6 +110,24 @@ namespace ServiceStack
public ServiceStack.ApiCss Css { get => throw null; set { } }
public AdminUi() => throw null;
}
public class AdminUpdateApiKey : ServiceStack.IPatch, ServiceStack.IReturn<ServiceStack.EmptyResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public System.DateTime? CancelledDate { get => throw null; set { } }
public AdminUpdateApiKey() => throw null;
public System.DateTime? ExpiryDate { get => throw null; set { } }
public System.Collections.Generic.List<string> Features { get => throw null; set { } }
public int Id { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
public string Name { get => throw null; set { } }
public string Notes { get => throw null; set { } }
public int? RefId { get => throw null; set { } }
public string RefIdStr { get => throw null; set { } }
public System.Collections.Generic.List<string> Reset { get => throw null; set { } }
public System.Collections.Generic.List<string> RestrictTo { get => throw null; set { } }
public System.Collections.Generic.List<string> Scopes { get => throw null; set { } }
public string UserId { get => throw null; set { } }
public string UserName { get => throw null; set { } }
}
public class AdminUpdateUser : ServiceStack.AdminUserBase, ServiceStack.IPut, ServiceStack.IReturn<ServiceStack.AdminUserResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public System.Collections.Generic.List<string> AddPermissions { get => throw null; set { } }
@@ -60,6 +135,7 @@ namespace ServiceStack
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<string> RemovePermissions { get => throw null; set { } }
public System.Collections.Generic.List<string> RemoveRoles { get => throw null; set { } }
public bool? UnlockUser { get => throw null; set { } }
@@ -70,9 +146,12 @@ namespace ServiceStack
public string DisplayName { get => throw null; set { } }
public string Email { get => throw null; set { } }
public string FirstName { get => throw null; set { } }
public string GetUserProperty(string name) => throw null;
public T GetUserProperty<T>(string name) => throw null;
public string LastName { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
public string Password { get => throw null; set { } }
public string PhoneNumber { get => throw null; set { } }
public string ProfileUrl { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> UserAuthProperties { get => throw null; set { } }
public string UserName { get => throw null; set { } }
@@ -146,6 +225,18 @@ namespace ServiceStack
public string Locale { get => throw null; set { } }
public ServiceStack.FormatInfo Number { get => throw null; set { } }
}
public class ApiKeyInfo : ServiceStack.IMeta
{
public ApiKeyInfo() => throw null;
public System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, string>> ExpiresIn { get => throw null; set { } }
public System.Collections.Generic.List<string> Features { get => throw null; set { } }
public System.Collections.Generic.List<string> Hide { get => throw null; set { } }
public string HttpHeader { get => throw null; set { } }
public string Label { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
public System.Collections.Generic.List<string> RequestTypes { get => throw null; set { } }
public System.Collections.Generic.List<string> Scopes { get => throw null; set { } }
}
public static class ApiResult
{
public static ServiceStack.ApiResult<TResponse> Create<TResponse>(TResponse response) => throw null;
@@ -209,6 +300,7 @@ namespace ServiceStack
public string BrandImageUrl { get => throw null; set { } }
public string BrandUrl { get => throw null; set { } }
public AppInfo() => throw null;
public System.Collections.Generic.List<string> EndpointRouting { get => throw null; set { } }
public string IconUrl { get => throw null; set { } }
public string JsTextCase { get => throw null; set { } }
public string LinkColor { get => throw null; set { } }
@@ -218,6 +310,7 @@ namespace ServiceStack
public string ServiceName { get => throw null; set { } }
public string ServiceStackVersion { get => throw null; }
public string TextColor { get => throw null; set { } }
public string UseSystemJson { get => throw null; set { } }
}
public class AppMetadata : ServiceStack.IMeta
{
@@ -374,28 +467,24 @@ namespace ServiceStack
{
public string AccessToken { get => throw null; set { } }
public string AccessTokenSecret { get => throw null; set { } }
public string cnonce { get => throw null; set { } }
public Authenticate() => throw null;
public Authenticate(string provider) => throw null;
public string ErrorView { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
public string nc { get => throw null; set { } }
public string nonce { get => throw null; set { } }
public string oauth_token { get => throw null; set { } }
public string oauth_verifier { get => throw null; set { } }
public string Password { get => throw null; set { } }
public string provider { get => throw null; set { } }
public string qop { get => throw null; set { } }
public bool? RememberMe { get => throw null; set { } }
public string response { get => throw null; set { } }
public string ReturnUrl { get => throw null; set { } }
public string scope { get => throw null; set { } }
public string State { get => throw null; set { } }
public string uri { get => throw null; set { } }
public string UserName { get => throw null; set { } }
}
public class AuthenticateResponse : ServiceStack.IHasBearerToken, ServiceStack.IHasRefreshToken, ServiceStack.IHasResponseStatus, ServiceStack.IHasSessionId, ServiceStack.IMeta
public class AuthenticateLogout : ServiceStack.IPost, ServiceStack.IReturn<ServiceStack.AuthenticateResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public AuthenticateLogout() => throw null;
public string ReturnUrl { get => throw null; set { } }
}
public class AuthenticateResponse : ServiceStack.IHasBearerToken, ServiceStack.IHasRefreshToken, ServiceStack.IHasRefreshTokenExpiry, ServiceStack.IHasResponseStatus, ServiceStack.IHasSessionId, ServiceStack.IMeta
{
public string AuthProvider { get => throw null; set { } }
public string BearerToken { get => throw null; set { } }
public AuthenticateResponse() => throw null;
public string DisplayName { get => throw null; set { } }
@@ -404,6 +493,7 @@ namespace ServiceStack
public string ProfileUrl { get => throw null; set { } }
public string ReferrerUrl { get => throw null; set { } }
public string RefreshToken { get => throw null; set { } }
public System.DateTime? RefreshTokenExpiry { get => throw null; set { } }
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public System.Collections.Generic.List<string> Roles { get => throw null; set { } }
public string SessionId { get => throw null; set { } }
@@ -436,6 +526,7 @@ namespace ServiceStack
public bool? HasAuthRepository { get => throw null; set { } }
public bool? HasAuthSecret { get => throw null; set { } }
public string HtmlRedirect { get => throw null; set { } }
public ServiceStack.IdentityAuthInfo IdentityAuth { get => throw null; set { } }
public bool? IncludesOAuthTokens { get => throw null; set { } }
public bool? IncludesRoles { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
@@ -589,7 +680,7 @@ namespace ServiceStack
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public string Tag { get => throw null; set { } }
}
public class CheckCrudEvents : ServiceStack.IReturn<ServiceStack.CheckCrudEventsResponse>, ServiceStack.IReturn
public class CheckCrudEvents : ServiceStack.IGet, ServiceStack.IReturn<ServiceStack.CheckCrudEventsResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public string AuthSecret { get => throw null; set { } }
public CheckCrudEvents() => throw null;
@@ -612,6 +703,7 @@ namespace ServiceStack
public static string GetPicture(this System.Security.Claims.ClaimsPrincipal principal) => throw null;
public static string[] GetRoles(this System.Security.Claims.ClaimsPrincipal principal) => throw null;
public static string GetUserId(this System.Security.Claims.ClaimsPrincipal principal) => throw null;
public static string GetUserName(this System.Security.Claims.ClaimsPrincipal principal) => throw null;
public static bool HasAllRoles(this System.Security.Claims.ClaimsPrincipal principal, params string[] roleNames) => throw null;
public static bool HasClaim(this System.Security.Claims.ClaimsPrincipal principal, string type, string value) => throw null;
public static bool HasRole(this System.Security.Claims.ClaimsPrincipal principal, string roleName) => throw null;
@@ -620,6 +712,7 @@ namespace ServiceStack
public static bool IsAuthenticated(this System.Security.Claims.ClaimsPrincipal principal) => throw null;
public static string PermissionType { get => throw null; set { } }
public static string Picture { get => throw null; set { } }
public static ServiceStack.AuthenticateResponse ToAuthenticateResponse(this System.Security.Claims.ClaimsPrincipal user, System.Action<ServiceStack.AuthenticateResponse> configure = default(System.Action<ServiceStack.AuthenticateResponse>)) => throw null;
}
public static class ClientConfig
{
@@ -627,8 +720,13 @@ namespace ServiceStack
public static string DefaultEncodeDispositionFileName(string fileName) => throw null;
public static System.Func<string, string> EncodeDispositionFileName { get => throw null; set { } }
public static System.Func<string, object> EvalExpression { get => throw null; set { } }
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 void Reset() => throw null;
public static bool SkipEmptyArrays { get => throw null; set { } }
public static string ToJson<T>(T obj) => throw null;
public static ServiceStack.UseSystemJson UseSystemJson { get => throw null; set { } }
}
public static class ClientDiagnostics
{
@@ -644,6 +742,21 @@ namespace ServiceStack
{
public static ServiceStack.IOneWayClient Create(string endpointUrl) => throw null;
}
public class CommandInfo
{
public CommandInfo() => throw null;
public string Name { get => throw null; set { } }
public ServiceStack.MetadataType Request { get => throw null; set { } }
public ServiceStack.MetadataType Response { get => throw null; set { } }
public string Tag { get => throw null; set { } }
public System.Type Type { get => throw null; set { } }
}
public class CommandsInfo : ServiceStack.IMeta
{
public System.Collections.Generic.List<ServiceStack.CommandInfo> Commands { get => throw null; set { } }
public CommandsInfo() => throw null;
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
}
public class ConfigInfo : ServiceStack.IMeta
{
public ConfigInfo() => throw null;
@@ -680,9 +793,23 @@ namespace ServiceStack
public string RefreshToken { get => throw null; set { } }
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
}
public class CreateUserApiKey : ServiceStack.IPost, ServiceStack.IReturn<ServiceStack.UserApiKeyResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public CreateUserApiKey() => throw null;
public System.DateTime? ExpiryDate { get => throw null; set { } }
public System.Collections.Generic.List<string> Features { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
public string Name { get => throw null; set { } }
public string Notes { get => throw null; set { } }
public int? RefId { get => throw null; set { } }
public string RefIdStr { get => throw null; set { } }
public System.Collections.Generic.List<string> RestrictTo { get => throw null; set { } }
public System.Collections.Generic.List<string> Scopes { get => throw null; set { } }
}
public static class Crud
{
public static System.Collections.Generic.HashSet<string> All { get => throw null; }
public static bool AnyAutoQueryType(System.Type type) => throw null;
public static System.Collections.Generic.HashSet<string> ApiBaseTypes { get => throw null; }
public static string[] ApiCrudInterfaces { get => throw null; }
public static System.Collections.Generic.HashSet<string> ApiInterfaces { get => throw null; }
@@ -820,6 +947,11 @@ namespace ServiceStack
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public bool Result { get => throw null; set { } }
}
public class DeleteUserApiKey : ServiceStack.IDelete, ServiceStack.IReturn<ServiceStack.EmptyResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public DeleteUserApiKey() => throw null;
public int? Id { get => throw null; set { } }
}
public class DynamicRequest
{
public DynamicRequest() => throw null;
@@ -992,7 +1124,7 @@ namespace ServiceStack
{
public GetPublicKey() => throw null;
}
public class GetValidationRules : ServiceStack.IReturn<ServiceStack.GetValidationRulesResponse>, ServiceStack.IReturn
public class GetValidationRules : ServiceStack.IGet, ServiceStack.IReturn<ServiceStack.GetValidationRulesResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public string AuthSecret { get => throw null; set { } }
public GetValidationRules() => throw null;
@@ -1163,6 +1295,10 @@ namespace ServiceStack
{
public static string GetDispositionFileName(string fileName) => throw null;
public static bool HasNonAscii(string s) => throw null;
public static System.Net.Http.HttpClient HttpUtilsClient(this System.Net.Http.IHttpClientFactory clientFactory) => throw null;
public static System.Threading.Tasks.Task<string> SendJsonCallbackAsync<T>(this System.Net.Http.IHttpClientFactory clientFactory, string url, T body, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Threading.Tasks.Task<string> SendJsonCallbackAsync<T>(this System.Net.Http.HttpClient client, string url, T body, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static System.Net.Http.HttpRequestMessage ToJsonHttpRequestMessage<T>(string url, T body) => throw null;
}
public interface 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
{
@@ -1190,6 +1326,12 @@ namespace ServiceStack
{
ServiceStack.IServiceGateway Clone();
}
public class IdentityAuthInfo : ServiceStack.IMeta
{
public IdentityAuthInfo() => throw null;
public bool? HasRefreshToken { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
}
public interface IHasCookieContainer
{
System.Net.CookieContainer CookieContainer { get; }
@@ -1284,6 +1426,7 @@ namespace ServiceStack
public void ClearHeaders() => throw null;
public string ContentType;
public System.Net.CookieContainer CookieContainer { get => throw null; set { } }
public static ServiceStack.JsonApiClient Create(string baseUrl) => throw null;
public System.Net.ICredentials Credentials { get => throw null; set { } }
public JsonApiClient(System.Net.Http.HttpClient httpClient) => throw null;
public JsonApiClient(string baseUri) => throw null;
@@ -1367,15 +1510,21 @@ namespace ServiceStack
public virtual TResponse PostFile<TResponse>(string relativeOrAbsoluteUrl, System.IO.Stream fileToUpload, string fileName, string mimeType = default(string), string fieldName = default(string)) => throw null;
public virtual System.Threading.Tasks.Task<TResponse> PostFileAsync<TResponse>(string relativeOrAbsoluteUrl, System.IO.Stream fileToUpload, string fileName, string mimeType = default(string), string fieldName = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public TResponse PostFilesWithRequest<TResponse>(object request, System.Collections.Generic.IEnumerable<ServiceStack.UploadFile> files) => throw null;
public TResponse PostFilesWithRequest<TResponse>(ServiceStack.IReturn<TResponse> request, ServiceStack.UploadFile[] files) => throw null;
public TResponse PostFilesWithRequest<TResponse>(string relativeOrAbsoluteUrl, object request, System.Collections.Generic.IEnumerable<ServiceStack.UploadFile> files) => throw null;
public TResponse PostFilesWithRequest<TResponse>(string relativeOrAbsoluteUrl, ServiceStack.IReturn<TResponse> request, ServiceStack.UploadFile[] files) => throw null;
public virtual TResponse PostFilesWithRequest<TResponse>(string requestUri, object request, ServiceStack.UploadFile[] files) => throw null;
public System.Threading.Tasks.Task<TResponse> PostFilesWithRequestAsync<TResponse>(object request, System.Collections.Generic.IEnumerable<ServiceStack.UploadFile> files, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<TResponse> PostFilesWithRequestAsync<TResponse>(ServiceStack.IReturn<TResponse> request, ServiceStack.UploadFile[] files, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<TResponse> PostFilesWithRequestAsync<TResponse>(string relativeOrAbsoluteUrl, object request, System.Collections.Generic.IEnumerable<ServiceStack.UploadFile> files, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<TResponse> PostFilesWithRequestAsync<TResponse>(string relativeOrAbsoluteUrl, ServiceStack.IReturn<TResponse> request, ServiceStack.UploadFile[] files, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual System.Threading.Tasks.Task<TResponse> PostFilesWithRequestAsync<TResponse>(string requestUri, object request, ServiceStack.UploadFile[] files, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => 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 TResponse PostFileWithRequest<TResponse>(ServiceStack.IReturn<TResponse> request, ServiceStack.UploadFile file) => throw null;
public System.Threading.Tasks.Task<TResponse> PostFileWithRequestAsync<TResponse>(System.IO.Stream fileToUpload, string fileName, object request, string fieldName = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual System.Threading.Tasks.Task<TResponse> PostFileWithRequestAsync<TResponse>(string relativeOrAbsoluteUrl, System.IO.Stream fileToUpload, string fileName, object request, string fieldName = default(string), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public System.Threading.Tasks.Task<TResponse> PostFileWithRequestAsync<TResponse>(ServiceStack.IReturn<TResponse> request, ServiceStack.UploadFile file, System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public virtual void Publish(object request) => throw null;
public void PublishAll(System.Collections.Generic.IEnumerable<object> requests) => throw null;
public System.Threading.Tasks.Task PublishAllAsync(System.Collections.Generic.IEnumerable<object> requests, System.Threading.CancellationToken token) => throw null;
@@ -1724,6 +1873,7 @@ namespace ServiceStack
public System.Collections.Generic.List<string> RequiredRoles { get => throw null; set { } }
public System.Collections.Generic.List<string> RequiresAnyPermission { get => throw null; set { } }
public System.Collections.Generic.List<string> RequiresAnyRole { get => throw null; set { } }
public bool? RequiresApiKey { get => throw null; set { } }
public bool? RequiresAuth { get => throw null; set { } }
public ServiceStack.MetadataType Response { get => throw null; set { } }
public bool? ReturnsVoid { get => throw null; set { } }
@@ -1915,6 +2065,28 @@ namespace ServiceStack
public NewInstanceResolver() => throw null;
public T TryResolve<T>() => throw null;
}
public class PartialApiKey : ServiceStack.IMeta
{
public bool Active { get => throw null; set { } }
public System.DateTime? CancelledDate { get => throw null; set { } }
public System.DateTime CreatedDate { get => throw null; set { } }
public PartialApiKey() => throw null;
public string Environment { get => throw null; set { } }
public System.DateTime? ExpiryDate { get => throw null; set { } }
public System.Collections.Generic.List<string> Features { get => throw null; set { } }
public int Id { get => throw null; set { } }
public System.DateTime? LastUsedDate { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
public string Name { get => throw null; set { } }
public string Notes { get => throw null; set { } }
public int? RefId { get => throw null; set { } }
public string RefIdStr { get => throw null; set { } }
public System.Collections.Generic.List<string> RestrictTo { get => throw null; set { } }
public System.Collections.Generic.List<string> Scopes { get => throw null; set { } }
public string UserId { get => throw null; set { } }
public string UserName { get => throw null; set { } }
public string VisibleKey { get => throw null; set { } }
}
namespace Pcl
{
public class HttpUtility
@@ -1968,10 +2140,13 @@ namespace ServiceStack
public class PluginInfo : ServiceStack.IMeta
{
public ServiceStack.AdminDatabaseInfo AdminDatabase { get => throw null; set { } }
public ServiceStack.AdminIdentityUsersInfo AdminIdentityUsers { get => throw null; set { } }
public ServiceStack.AdminRedisInfo AdminRedis { get => throw null; set { } }
public ServiceStack.AdminUsersInfo AdminUsers { get => throw null; set { } }
public ServiceStack.ApiKeyInfo ApiKey { get => throw null; set { } }
public ServiceStack.AuthInfo Auth { get => throw null; set { } }
public ServiceStack.AutoQueryInfo AutoQuery { get => throw null; set { } }
public ServiceStack.CommandsInfo Commands { get => throw null; set { } }
public PluginInfo() => throw null;
public ServiceStack.FilesUploadInfo FilesUpload { get => throw null; set { } }
public System.Collections.Generic.List<string> Loaded { get => throw null; set { } }
@@ -1991,6 +2166,15 @@ namespace ServiceStack
public string TagLabel { get => throw null; set { } }
}
public delegate void ProgressDelegate(long done, long total);
public class QueryUserApiKeys : ServiceStack.IGet, ServiceStack.IReturn<ServiceStack.UserApiKeysResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public QueryUserApiKeys() => throw null;
public int? Id { get => throw null; set { } }
public string OrderBy { get => throw null; set { } }
public string Search { get => throw null; set { } }
public int? Skip { get => throw null; set { } }
public int? Take { get => throw null; set { } }
}
public class RedisEndpointInfo
{
public RedisEndpointInfo() => throw null;
@@ -2045,14 +2229,16 @@ namespace ServiceStack
public string Password { get => throw null; set { } }
public string UserName { get => throw null; set { } }
}
public class RegisterResponse : ServiceStack.IHasBearerToken, ServiceStack.IHasRefreshToken, ServiceStack.IHasResponseStatus, ServiceStack.IHasSessionId, ServiceStack.IMeta
public class RegisterResponse : ServiceStack.IHasBearerToken, ServiceStack.IHasRefreshToken, ServiceStack.IHasRefreshTokenExpiry, ServiceStack.IHasResponseStatus, ServiceStack.IHasSessionId, ServiceStack.IMeta
{
public string BearerToken { get => throw null; set { } }
public RegisterResponse() => throw null;
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
public System.Collections.Generic.List<string> Permissions { get => throw null; set { } }
public string RedirectUrl { get => throw null; set { } }
public string ReferrerUrl { get => throw null; set { } }
public string RefreshToken { get => throw null; set { } }
public System.DateTime? RefreshTokenExpiry { get => throw null; set { } }
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public System.Collections.Generic.List<string> Roles { get => throw null; set { } }
public string SessionId { get => throw null; set { } }
@@ -2078,7 +2264,6 @@ namespace ServiceStack
public int DefaultLimit { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
public string RequestLogger { get => throw null; set { } }
public string[] RequiredRoles { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string[]> ServiceRoutes { get => throw null; set { } }
}
public static class ResponseStatusUtils
@@ -2214,6 +2399,7 @@ namespace ServiceStack
public class KeyValueDataContractDeserializer
{
public KeyValueDataContractDeserializer() => throw null;
public ServiceStack.Serialization.StringMapTypeDeserializer GetOrAddStringMapTypeDeserializer(System.Type returnType) => throw null;
public static ServiceStack.Serialization.KeyValueDataContractDeserializer Instance;
public object Parse(System.Collections.Generic.IDictionary<string, string> keyValuePairs, System.Type returnType) => throw null;
public object Parse(System.Collections.Specialized.NameValueCollection nameValues, System.Type returnType) => throw null;
@@ -2234,8 +2420,17 @@ namespace ServiceStack
public object CreateFromMap(System.Collections.Generic.IDictionary<string, string> keyValuePairs) => throw null;
public object CreateFromMap(System.Collections.Specialized.NameValueCollection nameValues) => throw null;
public StringMapTypeDeserializer(System.Type type) => throw null;
public ServiceStack.Serialization.StringMapTypeDeserializer.PropertySerializerEntry GetPropertySerializer(string propertyName) => throw null;
public object PopulateFromMap(object instance, System.Collections.Generic.IDictionary<string, string> keyValuePairs, System.Collections.Generic.HashSet<string> ignoredWarningsOnPropertyNames = default(System.Collections.Generic.HashSet<string>)) => throw null;
public object PopulateFromMap(object instance, System.Collections.Specialized.NameValueCollection nameValues, System.Collections.Generic.HashSet<string> ignoredWarningsOnPropertyNames = default(System.Collections.Generic.HashSet<string>)) => throw null;
public class PropertySerializerEntry
{
public PropertySerializerEntry(ServiceStack.GetMemberDelegate propertyGetFn, ServiceStack.SetMemberDelegate propertySetFn, ServiceStack.Text.Common.ParseStringDelegate propertyParseStringFn) => throw null;
public readonly ServiceStack.GetMemberDelegate PropertyGetFn;
public readonly ServiceStack.Text.Common.ParseStringDelegate PropertyParseStringFn;
public readonly ServiceStack.SetMemberDelegate PropertySetFn;
public System.Type PropertyType;
}
public static System.Collections.Concurrent.ConcurrentDictionary<System.Type, ServiceStack.Text.IStringSerializer> TypeStringSerializers { get => throw null; }
}
public class XmlSerializableSerializer : ServiceStack.Text.IStringSerializer
@@ -2727,7 +2922,6 @@ namespace ServiceStack
public string BearerToken { get => throw null; set { } }
public StoreFileUpload() => throw null;
public string Name { get => throw null; set { } }
public string Path { get => throw null; set { } }
}
public class StoreFileUploadResponse
{
@@ -2874,6 +3068,22 @@ namespace ServiceStack
public UpdateEventSubscriberResponse() => throw null;
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
}
public class UpdateUserApiKey : ServiceStack.IPatch, ServiceStack.IReturn<ServiceStack.EmptyResponse>, ServiceStack.IReturn, ServiceStack.IVerb
{
public System.DateTime? CancelledDate { get => throw null; set { } }
public UpdateUserApiKey() => throw null;
public System.DateTime? ExpiryDate { get => throw null; set { } }
public System.Collections.Generic.List<string> Features { get => throw null; set { } }
public int Id { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
public string Name { get => throw null; set { } }
public string Notes { get => throw null; set { } }
public int? RefId { get => throw null; set { } }
public string RefIdStr { get => throw null; set { } }
public System.Collections.Generic.List<string> Reset { get => throw null; set { } }
public System.Collections.Generic.List<string> RestrictTo { get => throw null; set { } }
public System.Collections.Generic.List<string> Scopes { get => throw null; set { } }
}
public class UploadedFile
{
public long ContentLength { get => throw null; set { } }
@@ -2916,6 +3126,18 @@ namespace ServiceStack
public string KeyType { get => throw null; set { } }
public System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
}
public class UserApiKeyResponse : ServiceStack.IHasResponseStatus
{
public UserApiKeyResponse() => throw null;
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public string Result { get => throw null; set { } }
}
public class UserApiKeysResponse : ServiceStack.IHasResponseStatus
{
public UserApiKeysResponse() => throw null;
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public System.Collections.Generic.List<ServiceStack.PartialApiKey> Results { get => throw null; set { } }
}
namespace Validation
{
public class ValidationError : System.ArgumentException, ServiceStack.Model.IResponseStatusConvertible
@@ -3007,7 +3229,6 @@ namespace ServiceStack
public System.Collections.Generic.List<ServiceStack.ResponseError> GetFieldErrors() => throw null;
public bool IsAny400() => throw null;
public bool IsAny500() => throw null;
public static ServiceStack.Logging.ILog log;
public override string Message { get => throw null; }
public string ResponseBody { get => throw null; set { } }
public object ResponseDto { get => throw null; set { } }

View File

@@ -7,9 +7,9 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Extensions.Http/6.0.0/Microsoft.Extensions.Http.csproj" />
<ProjectReference Include="../../ServiceStack.Interfaces/8.0.0/ServiceStack.Interfaces.csproj" />
<ProjectReference Include="../../ServiceStack.Text/8.0.0/ServiceStack.Text.csproj" />
<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="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -311,6 +311,7 @@ namespace ServiceStack
public static int CalculateFullJitterBackOffDelay(int retriesAttempted) => throw null;
public static int CalculateFullJitterBackOffDelay(int retriesAttempted, int baseDelay, int maxBackOffMs) => throw null;
public static int CalculateMemoryLockDelay(int retries) => throw null;
public static int CalculateRetryDelayMs(int retryAttempt, ServiceStack.RetryPolicy retry) => throw null;
public static System.Threading.Tasks.Task DelayBackOffMultiplierAsync(int retriesAttempted) => throw null;
public static void ExecAll<T>(this System.Collections.Generic.IEnumerable<T> instances, System.Action<T> action) => throw null;
public static System.Threading.Tasks.Task ExecAllAsync<T>(this System.Collections.Generic.IEnumerable<T> instances, System.Func<T, System.Threading.Tasks.Task> action) => throw null;
@@ -323,12 +324,21 @@ namespace ServiceStack
public static int MaxRetries { get => throw null; set { } }
public static void RetryOnException(System.Action action, System.TimeSpan? timeOut) => throw null;
public static void RetryOnException(System.Action action, int maxRetries) => throw null;
public static T RetryOnException<T>(System.Func<T> action, int maxRetries) => throw null;
public static System.Threading.Tasks.Task RetryOnExceptionAsync(System.Func<System.Threading.Tasks.Task> action, System.TimeSpan? timeOut) => throw null;
public static System.Threading.Tasks.Task RetryOnExceptionAsync(System.Func<System.Threading.Tasks.Task> action, int maxRetries) => throw null;
public static System.Threading.Tasks.Task<T> RetryOnExceptionAsync<T>(System.Func<System.Threading.Tasks.Task<T>> action, int maxRetries) => throw null;
public static void RetryUntilTrue(System.Func<bool> action, System.TimeSpan? timeOut = default(System.TimeSpan?)) => throw null;
public static System.Threading.Tasks.Task RetryUntilTrueAsync(System.Func<System.Threading.Tasks.Task<bool>> action, System.TimeSpan? timeOut = default(System.TimeSpan?)) => throw null;
public static string ShellExec(string command, System.Collections.Generic.Dictionary<string, object> args = default(System.Collections.Generic.Dictionary<string, object>)) => throw null;
public static void SleepBackOffMultiplier(int retriesAttempted) => throw null;
public static class StaticRandom
{
public static int Next(int maxValue) => throw null;
}
public static bool WaitUntilTrue(System.Func<bool> action, System.TimeSpan? timeOut = default(System.TimeSpan?)) => throw null;
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;
}
public static class ExpressionUtils
{
@@ -4044,8 +4054,8 @@ namespace ServiceStack
}
public class SimpleContainer : ServiceStack.IContainer, ServiceStack.Configuration.IResolver
{
public ServiceStack.IContainer AddSingleton(System.Type type, System.Func<object> factory) => throw null;
public ServiceStack.IContainer AddTransient(System.Type type, System.Func<object> factory) => throw null;
public ServiceStack.IContainer AddSingleton(System.Type serviceType, System.Func<object> factory) => throw null;
public ServiceStack.IContainer AddTransient(System.Type serviceType, System.Func<object> factory) => throw null;
public System.Func<object> CreateFactory(System.Type type) => throw null;
public SimpleContainer() => throw null;
public void Dispose() => throw null;

View File

@@ -7,9 +7,9 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../ServiceStack.Interfaces/8.0.0/ServiceStack.Interfaces.csproj" />
<ProjectReference Include="../../ServiceStack.Text/8.0.0/ServiceStack.Text.csproj" />
<ProjectReference Include="../../System.Memory/4.5.5/System.Memory.csproj" />
<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="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -143,6 +143,7 @@ namespace ServiceStack
public ApiAttribute(string description, int generateBodyParameter, bool isRequired) => throw null;
public string Description { get => throw null; set { } }
public bool IsRequired { get => throw null; set { } }
public string RequestContentType { get => throw null; set { } }
}
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
public class ApiMemberAttribute : ServiceStack.AttributeBase
@@ -255,6 +256,38 @@ namespace ServiceStack
public ArrayOfStringId(System.Collections.Generic.IEnumerable<string> collection) => throw null;
public ArrayOfStringId(params string[] args) => throw null;
}
public abstract class AsyncCommand : ServiceStack.AsyncCommand<ServiceStack.NoArgs>
{
protected AsyncCommand() => throw null;
protected override System.Threading.Tasks.Task RunAsync(ServiceStack.NoArgs request, System.Threading.CancellationToken token) => throw null;
protected abstract System.Threading.Tasks.Task RunAsync(System.Threading.CancellationToken token);
}
public abstract class AsyncCommand<TArgs> : ServiceStack.IAsyncCommand<TArgs>, ServiceStack.IAsyncCommand, ServiceStack.IHasCancellationToken, ServiceStack.Web.IRequiresRequest
{
protected AsyncCommand() => throw null;
public System.Threading.Tasks.Task ExecuteAsync(TArgs request) => throw null;
public ServiceStack.Web.IRequest Request { get => throw null; set { } }
protected abstract System.Threading.Tasks.Task RunAsync(TArgs request, System.Threading.CancellationToken token);
public System.Threading.CancellationToken Token { get => throw null; }
}
public abstract class AsyncCommandWithResult<TResult> : ServiceStack.IAsyncCommand<ServiceStack.NoArgs, TResult>, ServiceStack.IAsyncCommand<ServiceStack.NoArgs>, ServiceStack.IAsyncCommand, ServiceStack.IHasCancellationToken, ServiceStack.IHasResult<TResult>, ServiceStack.Web.IRequiresRequest
{
protected AsyncCommandWithResult() => throw null;
public System.Threading.Tasks.Task ExecuteAsync(ServiceStack.NoArgs request) => throw null;
public ServiceStack.Web.IRequest Request { get => throw null; set { } }
public TResult Result { get => throw null; set { } }
protected abstract System.Threading.Tasks.Task<TResult> RunAsync(System.Threading.CancellationToken token);
public System.Threading.CancellationToken Token { get => throw null; }
}
public abstract class AsyncCommandWithResult<TArgs, TResult> : ServiceStack.IAsyncCommand<TArgs, TResult>, ServiceStack.IAsyncCommand<TArgs>, ServiceStack.IAsyncCommand, ServiceStack.IHasCancellationToken, ServiceStack.IHasResult<TResult>, ServiceStack.Web.IRequiresRequest
{
protected AsyncCommandWithResult() => throw null;
public System.Threading.Tasks.Task ExecuteAsync(TArgs request) => throw null;
public ServiceStack.Web.IRequest Request { get => throw null; set { } }
public TResult Result { get => throw null; set { } }
protected abstract System.Threading.Tasks.Task<TResult> RunAsync(TArgs request, System.Threading.CancellationToken token);
public System.Threading.CancellationToken Token { get => throw null; }
}
public class AttributeBase : System.Attribute
{
public AttributeBase() => throw null;
@@ -671,6 +704,17 @@ namespace ServiceStack
OneWay = 8192,
Reply = 16384,
}
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
public class CommandAttribute : ServiceStack.AttributeBase
{
public System.Type CommandType { get => throw null; }
public CommandAttribute(System.Type commandType) => throw null;
}
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = false, Inherited = true)]
public class CommandAttribute<T> : ServiceStack.CommandAttribute where T : ServiceStack.IAsyncCommand
{
public CommandAttribute() : base(default(System.Type)) => throw null;
}
namespace Commands
{
public interface ICommand<ReturnType>
@@ -918,6 +962,7 @@ namespace ServiceStack
public double DoubleValue { get => throw null; set { } }
public int IntValue { get => throw null; set { } }
public bool OnUpdate { get => throw null; set { } }
public string WithConstraint { get => throw null; set { } }
}
public class DescriptionAttribute : ServiceStack.AttributeBase
{
@@ -934,17 +979,27 @@ namespace ServiceStack
{
public EnumAsIntAttribute() => throw null;
}
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true)]
[System.AttributeUsage((System.AttributeTargets)4)]
public class ExcludeAttribute : ServiceStack.AttributeBase
{
public ExcludeAttribute(ServiceStack.Feature feature) => throw null;
public ServiceStack.Feature Feature { get => throw null; set { } }
}
[System.AttributeUsage((System.AttributeTargets)132)]
public class ExcludeFromDescriptionAttribute : ServiceStack.AttributeBase
{
public ExcludeFromDescriptionAttribute() => throw null;
}
[System.AttributeUsage((System.AttributeTargets)132)]
public class ExcludeMetadataAttribute : ServiceStack.DataAnnotations.ExcludeAttribute
{
public ExcludeMetadataAttribute() : base(default(ServiceStack.Feature)) => throw null;
}
[System.AttributeUsage((System.AttributeTargets)132)]
public class ExplicitAutoQuery : ServiceStack.AttributeBase
{
public ExplicitAutoQuery() => throw null;
}
[System.AttributeUsage((System.AttributeTargets)128)]
public class ForeignKeyAttribute : ServiceStack.DataAnnotations.ReferencesAttribute
{
@@ -1378,10 +1433,11 @@ namespace ServiceStack
Razor = 4096,
ProtoBuf = 8192,
MsgPack = 16384,
Wire = 32768,
Jsonl = 32768,
Grpc = 65536,
ServiceDiscovery = 131072,
Validation = 262144,
ApiExplorer = 524288,
}
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = true)]
public class FieldAttribute : ServiceStack.InputAttributeBase
@@ -1474,11 +1530,48 @@ namespace ServiceStack
{
System.Threading.Tasks.Task AnyAsync(T request);
}
public interface IApiKey : ServiceStack.IMeta
{
bool CanAccess(System.Type requestType);
System.DateTime? CancelledDate { get; }
System.DateTime CreatedDate { get; }
string Environment { get; }
System.DateTime? ExpiryDate { get; }
bool HasFeature(string feature);
bool HasScope(string scope);
string Key { get; }
int? RefId { get; }
string RefIdStr { get; }
}
public interface IApiKeyResolver
{
string GetApiKeyToken(ServiceStack.Web.IRequest req);
}
public interface IApiKeySource
{
System.Threading.Tasks.Task<ServiceStack.IApiKey> GetApiKeyAsync(string key);
}
public interface IApiResponseDescription
{
string Description { get; }
int StatusCode { get; }
}
public interface IAsyncCommand<T> : ServiceStack.IAsyncCommand
{
System.Threading.Tasks.Task ExecuteAsync(T request);
}
public interface IAsyncCommand
{
}
public interface IAsyncCommand<TRequest, TResult> : ServiceStack.IAsyncCommand<TRequest>, ServiceStack.IAsyncCommand, ServiceStack.IHasResult<TResult>
{
}
public interface ICommandExecutor
{
TCommand Command<TCommand>() where TCommand : ServiceStack.IAsyncCommand;
System.Threading.Tasks.Task ExecuteAsync<TRequest>(ServiceStack.IAsyncCommand<TRequest> command, TRequest request);
System.Threading.Tasks.Task<TResult> ExecuteWithResultAsync<TRequest, TResult>(ServiceStack.IAsyncCommand<TRequest, TResult> command, TRequest request);
}
public interface ICompressor
{
string Compress(string source);
@@ -1494,8 +1587,8 @@ namespace ServiceStack
}
public interface IContainer
{
ServiceStack.IContainer AddSingleton(System.Type type, System.Func<object> factory);
ServiceStack.IContainer AddTransient(System.Type type, System.Func<object> factory);
ServiceStack.IContainer AddSingleton(System.Type serviceType, System.Func<object> factory);
ServiceStack.IContainer AddTransient(System.Type serviceType, System.Func<object> factory);
System.Func<object> CreateFactory(System.Type type);
bool Exists(System.Type type);
object Resolve(System.Type type);
@@ -1560,6 +1653,11 @@ namespace ServiceStack
{
System.Threading.Tasks.Task GetAsync(T request);
}
[System.AttributeUsage((System.AttributeTargets)4)]
public class IgnoreServicesAttribute : ServiceStack.AttributeBase
{
public IgnoreServicesAttribute() => throw null;
}
public interface IHasAuthSecret
{
string AuthSecret { get; set; }
@@ -1568,6 +1666,14 @@ namespace ServiceStack
{
string BearerToken { get; set; }
}
public interface IHasCancellationToken
{
System.Threading.CancellationToken Token { get; }
}
public interface IHasClaimsPrincipal
{
System.Security.Claims.ClaimsPrincipal User { get; }
}
public interface IHasErrorCode
{
string ErrorCode { get; }
@@ -1584,10 +1690,18 @@ namespace ServiceStack
{
string RefreshToken { get; set; }
}
public interface IHasRefreshTokenExpiry : ServiceStack.IHasRefreshToken
{
System.DateTime? RefreshTokenExpiry { get; set; }
}
public interface IHasResponseStatus
{
ServiceStack.ResponseStatus ResponseStatus { get; set; }
}
public interface IHasResult<T>
{
T Result { get; }
}
public interface IHasSessionId
{
string SessionId { get; set; }
@@ -1996,6 +2110,14 @@ namespace ServiceStack
public interface IReplyClient : ServiceStack.IServiceGateway
{
}
public interface IRequireAuthentication
{
}
public interface IRequireRefreshToken
{
string RefreshToken { get; set; }
System.DateTime? RefreshTokenExpiry { get; set; }
}
public interface IRequiresSchema
{
void InitSchema();
@@ -2208,6 +2330,221 @@ namespace ServiceStack
public interface IVerb
{
}
namespace Jobs
{
public class BackgroundJob : ServiceStack.Jobs.BackgroundJobBase
{
public BackgroundJob() => throw null;
public override long Id { get => throw null; set { } }
public System.Action<System.Exception> OnFailed { get => throw null; set { } }
public System.Action<object> OnSuccess { get => throw null; set { } }
public ServiceStack.Jobs.CompletedJob ParentJob { get => throw null; set { } }
public System.Threading.CancellationToken? Token { get => throw null; set { } }
public bool Transient { get => throw null; set { } }
public object TransientRequest { get => throw null; set { } }
}
public abstract class BackgroundJobBase : ServiceStack.IMeta
{
public virtual System.Collections.Generic.Dictionary<string, string> Args { get => throw null; set { } }
public virtual int Attempts { get => throw null; set { } }
public virtual string BatchId { get => throw null; set { } }
public virtual string Callback { get => throw null; set { } }
public virtual string Command { get => throw null; set { } }
public virtual System.DateTime? CompletedDate { get => throw null; set { } }
public virtual string CreatedBy { get => throw null; set { } }
public virtual System.DateTime CreatedDate { get => throw null; set { } }
protected BackgroundJobBase() => throw null;
public virtual long? DependsOn { get => throw null; set { } }
public virtual int DurationMs { get => throw null; set { } }
public virtual ServiceStack.ResponseStatus Error { get => throw null; set { } }
public virtual string ErrorCode { get => throw null; set { } }
public virtual long Id { get => throw null; set { } }
public virtual System.DateTime? LastActivityDate { get => throw null; set { } }
public virtual string Logs { get => throw null; set { } }
public virtual System.Collections.Generic.Dictionary<string, string> Meta { get => throw null; set { } }
public virtual System.DateTime? NotifiedDate { get => throw null; set { } }
public virtual long? ParentId { get => throw null; set { } }
public virtual double? Progress { get => throw null; set { } }
public virtual string RefId { get => throw null; set { } }
public virtual string ReplyTo { get => throw null; set { } }
public virtual string Request { get => throw null; set { } }
public virtual string RequestBody { get => throw null; set { } }
public virtual string RequestId { get => throw null; set { } }
public virtual string RequestType { get => throw null; set { } }
public virtual string Response { get => throw null; set { } }
public virtual string ResponseBody { get => throw null; set { } }
public virtual int? RetryLimit { get => throw null; set { } }
public virtual System.DateTime? RunAfter { get => throw null; set { } }
public virtual System.DateTime? StartedDate { get => throw null; set { } }
public virtual ServiceStack.Jobs.BackgroundJobState State { get => throw null; set { } }
public virtual string Status { get => throw null; set { } }
public virtual string Tag { get => throw null; set { } }
public virtual int? TimeoutSecs { get => throw null; set { } }
public virtual string UserId { get => throw null; set { } }
public virtual string Worker { get => throw null; set { } }
}
public class BackgroundJobOptions
{
public System.Collections.Generic.Dictionary<string, string> Args { get => throw null; set { } }
public virtual string BatchId { get => throw null; set { } }
public string Callback { get => throw null; set { } }
public string CreatedBy { get => throw null; set { } }
public BackgroundJobOptions() => throw null;
public long? DependsOn { get => throw null; set { } }
public System.Action<System.Exception> OnFailed { get => throw null; set { } }
public System.Action<object> OnSuccess { get => throw null; set { } }
public long? ParentId { get => throw null; set { } }
public string RefId { get => throw null; set { } }
public string ReplyTo { get => throw null; set { } }
public virtual int? RetryLimit { get => throw null; set { } }
public System.DateTime? RunAfter { get => throw null; set { } }
public bool? RunCommand { get => throw null; set { } }
public string Tag { get => throw null; set { } }
public System.TimeSpan? Timeout { get => throw null; set { } }
public int? TimeoutSecs { get => throw null; set { } }
public System.Threading.CancellationToken? Token { get => throw null; set { } }
public string UserId { get => throw null; set { } }
public string Worker { get => throw null; set { } }
}
public class BackgroundJobRef
{
public BackgroundJobRef(long id, string refId) => throw null;
public void Deconstruct(out long id, out string refId) => throw null;
public long Id { get => throw null; }
public string RefId { get => throw null; }
}
public enum BackgroundJobState
{
Queued = 0,
Started = 1,
Executed = 2,
Completed = 3,
Failed = 4,
Cancelled = 5,
}
public struct BackgroundJobStatusUpdate
{
public BackgroundJobStatusUpdate(ServiceStack.Jobs.BackgroundJob job, double? progress = default(double?), string status = default(string), string log = default(string)) => throw null;
public void Deconstruct(out ServiceStack.Jobs.BackgroundJob job, out double? progress, out string status, out string log) => throw null;
public ServiceStack.Jobs.BackgroundJob Job { get => throw null; }
public string Log { get => throw null; }
public double? Progress { get => throw null; }
public string Status { get => throw null; }
}
public class CompletedJob : ServiceStack.Jobs.BackgroundJobBase
{
public CompletedJob() => throw null;
}
public class FailedJob : ServiceStack.Jobs.BackgroundJobBase
{
public FailedJob() => throw null;
}
public interface IBackgroundJobs
{
bool CancelJob(long jobId);
void CancelWorker(string worker);
void CompleteJob(ServiceStack.Jobs.BackgroundJob job, object response = default(object));
object CreateRequest(ServiceStack.Jobs.BackgroundJobBase job);
object CreateResponse(ServiceStack.Jobs.BackgroundJobBase job);
void DeleteRecurringTask(string taskName);
ServiceStack.Jobs.BackgroundJobRef EnqueueApi(object requestDto, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions));
ServiceStack.Jobs.BackgroundJobRef EnqueueCommand(string commandName, object arg, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions));
System.Threading.Tasks.Task ExecuteJobAsync(ServiceStack.Jobs.BackgroundJob job);
void FailJob(ServiceStack.Jobs.BackgroundJob job, System.Exception ex);
void FailJob(ServiceStack.Jobs.BackgroundJob job, ServiceStack.ResponseStatus error, bool shouldRetry);
int? GetApiEstimatedDurationMs(string requestType, string worker = default(string));
int? GetCommandEstimatedDurationMs(string commandType, string worker = default(string));
ServiceStack.Jobs.JobResult GetJob(long jobId);
ServiceStack.Jobs.JobResult GetJobByRefId(string refId);
System.Collections.Generic.Dictionary<string, int> GetWorkerQueueCounts();
System.Collections.Generic.List<ServiceStack.Jobs.WorkerStats> GetWorkerStats();
System.Data.IDbConnection OpenDb();
System.Data.IDbConnection OpenMonthDb(System.DateTime createdDate);
void RecurringApi(string taskName, ServiceStack.Jobs.Schedule schedule, object requestDto, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions));
void RecurringCommand(string taskName, ServiceStack.Jobs.Schedule schedule, string commandName, object arg, ServiceStack.Jobs.BackgroundJobOptions options = default(ServiceStack.Jobs.BackgroundJobOptions));
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.Threading.Tasks.Task StartAsync(System.Threading.CancellationToken stoppingToken);
System.Threading.Tasks.Task TickAsync();
void UpdateJobStatus(ServiceStack.Jobs.BackgroundJobStatusUpdate status);
}
public class JobResult
{
public ServiceStack.Jobs.CompletedJob Completed { get => throw null; set { } }
public JobResult() => throw null;
public ServiceStack.Jobs.FailedJob Failed { get => throw null; set { } }
public ServiceStack.Jobs.BackgroundJobBase Job { get => throw null; }
public ServiceStack.Jobs.BackgroundJob Queued { get => throw null; set { } }
public ServiceStack.Jobs.JobSummary Summary { get => throw null; set { } }
}
public class JobSummary
{
public virtual int Attempts { get => throw null; set { } }
public virtual string BatchId { get => throw null; set { } }
public virtual string Callback { get => throw null; set { } }
public virtual string Command { get => throw null; set { } }
public virtual System.DateTime? CompletedDate { get => throw null; set { } }
public virtual string CreatedBy { get => throw null; set { } }
public virtual System.DateTime CreatedDate { get => throw null; set { } }
public JobSummary() => throw null;
public virtual int DurationMs { get => throw null; set { } }
public virtual string ErrorCode { get => throw null; set { } }
public virtual string ErrorMessage { get => throw null; set { } }
public virtual long Id { get => throw null; set { } }
public virtual long? ParentId { get => throw null; set { } }
public virtual string RefId { get => throw null; set { } }
public virtual string Request { get => throw null; set { } }
public virtual string RequestType { get => throw null; set { } }
public virtual string Response { get => throw null; set { } }
public virtual System.DateTime? StartedDate { get => throw null; set { } }
public virtual ServiceStack.Jobs.BackgroundJobState State { get => throw null; set { } }
public virtual string Tag { get => throw null; set { } }
public virtual string UserId { get => throw null; set { } }
public virtual string Worker { get => throw null; set { } }
}
public class Schedule
{
public static ServiceStack.Jobs.Schedule Cron(string cronExpression) => throw null;
public Schedule(System.TimeSpan? interval) => throw null;
public Schedule(string cronExpression) => throw null;
public static ServiceStack.Jobs.Schedule Daily { get => throw null; }
public void Deconstruct(out System.TimeSpan? interval, out string cronExpression) => throw null;
public static ServiceStack.Jobs.Schedule EveryMinute { get => throw null; }
public static ServiceStack.Jobs.Schedule Hourly { get => throw null; }
public static ServiceStack.Jobs.Schedule Interval(System.TimeSpan interval) => throw null;
public static ServiceStack.Jobs.Schedule Monthly { get => throw null; }
public static ServiceStack.Jobs.Schedule Weekly { get => throw null; }
public static ServiceStack.Jobs.Schedule Yearly { get => throw null; }
}
public class ScheduledTask
{
public virtual string Command { get => throw null; set { } }
public string CronExpression { get => throw null; set { } }
public ScheduledTask() => throw null;
public long Id { get => throw null; set { } }
public System.TimeSpan? Interval { get => throw null; set { } }
public long? LastJobId { get => throw null; set { } }
public System.DateTime? LastRun { get => throw null; set { } }
public string Name { get => throw null; set { } }
public ServiceStack.Jobs.BackgroundJobOptions Options { get => throw null; set { } }
public virtual string Request { get => throw null; set { } }
public virtual string RequestBody { get => throw null; set { } }
public virtual string RequestType { get => throw null; set { } }
}
public class WorkerStats
{
public long Completed { get => throw null; set { } }
public WorkerStats() => throw null;
public long Failed { get => throw null; set { } }
public string Name { get => throw null; set { } }
public long Queued { get => throw null; set { } }
public long Received { get => throw null; set { } }
public long Retries { get => throw null; set { } }
public long? RunningJob { get => throw null; set { } }
public System.TimeSpan? RunningTime { get => throw null; set { } }
}
}
[System.Flags]
public enum Lang
{
@@ -2223,6 +2560,28 @@ namespace ServiceStack
Go = 512,
Php = 1024,
}
public enum Lifetime
{
Singleton = 0,
Scoped = 1,
Transient = 2,
}
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = true)]
public class LifetimeAttribute : ServiceStack.AttributeBase
{
public LifetimeAttribute(ServiceStack.Lifetime lifetime = default(ServiceStack.Lifetime)) => throw null;
public ServiceStack.Lifetime Lifetime { get => throw null; }
}
public static class Locks
{
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; }
}
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = false)]
public class LocodeCssAttribute : ServiceStack.AttributeBase
{
@@ -2743,6 +3102,11 @@ namespace ServiceStack
LocalSubnet = 2,
External = 4,
}
public class NoArgs
{
public NoArgs() => throw null;
public static ServiceStack.NoArgs Value { get => throw null; }
}
public enum Notation
{
Undefined = 0,
@@ -4967,7 +5331,7 @@ namespace ServiceStack
ProtoBuf = 1048576,
Csv = 2097152,
Html = 4194304,
Wire = 8388608,
Jsonl = 8388608,
MsgPack = 16777216,
FormatOther = 33554432,
Http = 67108864,
@@ -5065,6 +5429,40 @@ namespace ServiceStack
public static bool HasAnyRestrictionsOf(ServiceStack.RequestAttributes allRestrictions, ServiceStack.RequestAttributes restrictions) => throw null;
public static ServiceStack.RequestAttributes ToAllowedFlagsSet(this ServiceStack.RequestAttributes restrictTo) => throw null;
}
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = false, Inherited = true)]
public class RetryAttribute : ServiceStack.AttributeBase
{
public ServiceStack.RetryBehavior Behavior { get => throw null; set { } }
public RetryAttribute() => throw null;
public bool DelayFirst { get => throw null; set { } }
public int DelayMs { get => throw null; set { } }
public int MaxDelayMs { get => throw null; set { } }
public int Times { get => throw null; set { } }
}
public enum RetryBehavior
{
Default = 0,
Standard = 1,
LinearBackoff = 2,
ExponentialBackoff = 3,
FullJitterBackoff = 4,
}
public struct RetryPolicy : System.IEquatable<ServiceStack.RetryPolicy>
{
public ServiceStack.RetryBehavior Behavior { get => throw null; set { } }
public RetryPolicy(int Times, ServiceStack.RetryBehavior Behavior, int DelayMs, int MaxDelayMs, bool DelayFirst) => throw null;
public void Deconstruct(out int Times, out ServiceStack.RetryBehavior Behavior, out int DelayMs, out int MaxDelayMs, out bool DelayFirst) => throw null;
public bool DelayFirst { get => throw null; set { } }
public int DelayMs { get => throw null; set { } }
public override bool Equals(object obj) => throw null;
public bool Equals(ServiceStack.RetryPolicy other) => throw null;
public override int GetHashCode() => throw null;
public int MaxDelayMs { get => throw null; set { } }
public static bool operator ==(ServiceStack.RetryPolicy left, ServiceStack.RetryPolicy right) => throw null;
public static bool operator !=(ServiceStack.RetryPolicy left, ServiceStack.RetryPolicy right) => throw null;
public int Times { get => throw null; set { } }
public override string ToString() => throw null;
}
public enum RoundingMode
{
Undefined = 0,
@@ -5157,6 +5555,29 @@ namespace ServiceStack
public ServiceStack.ResponseStatus ResponseStatus { get => throw null; set { } }
public System.Collections.Generic.List<string> Results { get => throw null; set { } }
}
public static class SvgIcons
{
public const string Apple = default;
public const string Completed = default;
public const string Facebook = default;
public const string Failed = default;
public const string Female = default;
public const string FemaleBusiness = default;
public const string FemaleColor = default;
public const string GitHub = default;
public const string Google = default;
public const string LinkedIn = default;
public const string Logs = default;
public const string Male = default;
public const string MaleBusiness = default;
public const string MaleColor = default;
public const string Microsoft = default;
public const string ServiceStack = default;
public const string Stats = default;
public const string Tasks = default;
public const string Twitter = default;
public const string Users = default;
}
public static class SwaggerType
{
public const string Array = default;
@@ -5169,12 +5590,47 @@ namespace ServiceStack
public const string Long = default;
public const string String = default;
}
public abstract class SyncCommand : ServiceStack.SyncCommand<ServiceStack.NoArgs>
{
protected SyncCommand() => throw null;
protected override void Run(ServiceStack.NoArgs request) => throw null;
protected abstract void Run();
}
public abstract class SyncCommand<TArgs> : ServiceStack.IAsyncCommand<TArgs>, ServiceStack.IAsyncCommand, ServiceStack.Web.IRequiresRequest
{
protected SyncCommand() => throw null;
public System.Threading.Tasks.Task ExecuteAsync(TArgs request) => throw null;
public ServiceStack.Web.IRequest Request { get => throw null; set { } }
protected abstract void Run(TArgs request);
}
public abstract class SyncCommandWithResult<TResult> : ServiceStack.IAsyncCommand<ServiceStack.NoArgs, TResult>, ServiceStack.IAsyncCommand<ServiceStack.NoArgs>, ServiceStack.IAsyncCommand, ServiceStack.IHasResult<TResult>, ServiceStack.Web.IRequiresRequest
{
protected SyncCommandWithResult() => throw null;
public System.Threading.Tasks.Task ExecuteAsync(ServiceStack.NoArgs request) => throw null;
public ServiceStack.Web.IRequest Request { get => throw null; set { } }
public TResult Result { get => throw null; set { } }
protected abstract TResult Run();
}
public abstract class SyncCommandWithResult<TArgs, TResult> : ServiceStack.IAsyncCommand<TArgs, TResult>, ServiceStack.IAsyncCommand<TArgs>, ServiceStack.IAsyncCommand, ServiceStack.IHasResult<TResult>, ServiceStack.Web.IRequiresRequest
{
protected SyncCommandWithResult() => throw null;
public System.Threading.Tasks.Task ExecuteAsync(TArgs request) => throw null;
public ServiceStack.Web.IRequest Request { get => throw null; set { } }
public TResult Result { get => throw null; set { } }
protected abstract TResult Run(TArgs request);
}
[System.AttributeUsage((System.AttributeTargets)196, AllowMultiple = false)]
public class SynthesizeAttribute : ServiceStack.AttributeBase
{
public SynthesizeAttribute() => throw null;
}
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = false)]
public class SystemJsonAttribute : ServiceStack.AttributeBase
{
public SystemJsonAttribute(ServiceStack.UseSystemJson use) => throw null;
public ServiceStack.UseSystemJson Use { get => throw null; set { } }
}
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = false)]
public class TagAttribute : ServiceStack.AttributeBase
{
public TagAttribute() => throw null;
@@ -5185,6 +5641,7 @@ namespace ServiceStack
{
public const string Admin = default;
public const string Auth = default;
public const string Jobs = default;
}
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = true, Inherited = false)]
public class TextInputAttribute : ServiceStack.AttributeBase
@@ -5242,12 +5699,25 @@ namespace ServiceStack
public UploadToAttribute(string location) => throw null;
public string Location { get => throw null; set { } }
}
[System.Flags]
public enum UseSystemJson
{
Never = 0,
Request = 1,
Response = 2,
Always = 3,
}
public class ValidateApiKeyAttribute : ServiceStack.ValidateRequestAttribute
{
public ValidateApiKeyAttribute() => throw null;
public ValidateApiKeyAttribute(string scope) => throw null;
}
[System.AttributeUsage((System.AttributeTargets)128, AllowMultiple = true, Inherited = true)]
public class ValidateAttribute : ServiceStack.AttributeBase, ServiceStack.IReflectAttributeConverter, ServiceStack.IValidateRule
{
public string[] AllConditions { get => throw null; set { } }
public string[] AnyConditions { get => throw null; set { } }
public static string Combine(string comparand, params string[] conditions) => throw null;
public static string Combine(string comperand, params string[] conditions) => throw null;
public string Condition { get => throw null; set { } }
public ValidateAttribute() => throw null;
public ValidateAttribute(string validator) => throw null;
@@ -5256,6 +5726,10 @@ namespace ServiceStack
public ServiceStack.ReflectAttribute ToReflectAttribute() => throw null;
public string Validator { get => throw null; set { } }
}
public class ValidateAuthSecretAttribute : ServiceStack.ValidateRequestAttribute
{
public ValidateAuthSecretAttribute() => throw null;
}
public class ValidateCreditCardAttribute : ServiceStack.ValidateAttribute
{
public ValidateCreditCardAttribute() => throw null;
@@ -5292,21 +5766,26 @@ namespace ServiceStack
{
public ValidateGreaterThanOrEqualAttribute(int value) => throw null;
}
public class ValidateHasClaimAttribute : ServiceStack.ValidateRequestAttribute
public class ValidateHasClaimAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication
{
public ValidateHasClaimAttribute(string type, string value) => throw null;
public string Type { get => throw null; }
public string Value { get => throw null; }
}
public class ValidateHasPermissionAttribute : ServiceStack.ValidateRequestAttribute
public class ValidateHasPermissionAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication
{
public ValidateHasPermissionAttribute(string permission) => throw null;
public string Permission { get => throw null; }
}
public class ValidateHasRoleAttribute : ServiceStack.ValidateRequestAttribute
public class ValidateHasRoleAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication
{
public ValidateHasRoleAttribute(string role) => throw null;
public string Role { get => throw null; }
}
public class ValidateHasScopeAttribute : ServiceStack.ValidateRequestAttribute
public class ValidateHasScopeAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication
{
public ValidateHasScopeAttribute(string scope) => throw null;
public string Scope { get => throw null; }
}
public class ValidateInclusiveBetweenAttribute : ServiceStack.ValidateAttribute
{
@@ -5314,11 +5793,11 @@ namespace ServiceStack
public ValidateInclusiveBetweenAttribute(char from, char to) => throw null;
public ValidateInclusiveBetweenAttribute(int from, int to) => throw null;
}
public class ValidateIsAdminAttribute : ServiceStack.ValidateRequestAttribute
public class ValidateIsAdminAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication
{
public ValidateIsAdminAttribute() => throw null;
}
public class ValidateIsAuthenticatedAttribute : ServiceStack.ValidateRequestAttribute
public class ValidateIsAuthenticatedAttribute : ServiceStack.ValidateRequestAttribute, ServiceStack.IRequireAuthentication
{
public ValidateIsAuthenticatedAttribute() => throw null;
}
@@ -5492,7 +5971,7 @@ namespace ServiceStack
System.IO.Stream InputStream { get; }
string Name { get; }
}
public interface IHttpRequest : ServiceStack.Web.IRequest, ServiceStack.Configuration.IResolver
public interface IHttpRequest : ServiceStack.Web.IRequest, ServiceStack.Configuration.IResolver, System.IServiceProvider
{
string Accept { get; }
string HttpMethod { get; }
@@ -5532,7 +6011,7 @@ namespace ServiceStack
bool IsPartialRequest { get; }
System.Threading.Tasks.Task WritePartialToAsync(ServiceStack.Web.IResponse response, System.Threading.CancellationToken token = default(System.Threading.CancellationToken));
}
public interface IRequest : ServiceStack.Configuration.IResolver
public interface IRequest : ServiceStack.Configuration.IResolver, System.IServiceProvider
{
string AbsoluteUri { get; }
string[] AcceptTypes { get; }
@@ -5589,7 +6068,6 @@ namespace ServiceStack
void Log(ServiceStack.Web.IRequest request, object requestDto, object response, System.TimeSpan elapsed);
System.Func<ServiceStack.Web.IRequest, bool> RequestBodyTrackingFilter { get; set; }
System.Action<ServiceStack.Web.IRequest, ServiceStack.RequestLogEntry> RequestLogFilter { get; set; }
string[] RequiredRoles { get; set; }
System.Func<ServiceStack.Web.IRequest, bool> ResponseTrackingFilter { get; set; }
System.Func<ServiceStack.Web.IRequest, bool> SkipLogging { get; set; }
}
@@ -5701,4 +6179,16 @@ namespace ServiceStack
public delegate object TextDeserializerDelegate(System.Type type, string dto);
public delegate string TextSerializerDelegate(object dto);
}
[System.AttributeUsage((System.AttributeTargets)4, AllowMultiple = true, Inherited = false)]
public class WorkerAttribute : ServiceStack.AttributeBase
{
public WorkerAttribute(string name) => throw null;
public string Name { get => throw null; set { } }
}
public static class Workers
{
public const string AppDb = default;
public const string JobsDb = default;
public const string RequestsDb = default;
}
}

View File

@@ -171,6 +171,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;
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;
@@ -230,12 +231,14 @@ namespace ServiceStack
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 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 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;

View File

@@ -7,11 +7,11 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../ServiceStack.Common/8.0.0/ServiceStack.Common.csproj" />
<ProjectReference Include="../../ServiceStack.Interfaces/8.0.0/ServiceStack.Interfaces.csproj" />
<ProjectReference Include="../../ServiceStack.OrmLite/8.0.0/ServiceStack.OrmLite.csproj" />
<ProjectReference Include="../../ServiceStack.Text/8.0.0/ServiceStack.Text.csproj" />
<ProjectReference Include="../../System.Data.SqlClient/4.8.5/System.Data.SqlClient.csproj" />
<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="../../System.Data.SqlClient/4.9.0/System.Data.SqlClient.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -824,6 +824,7 @@ namespace ServiceStack
public string CustomSelect { get => throw null; set { } }
public string CustomUpdate { get => throw null; set { } }
public string DefaultValue { get => throw null; set { } }
public string DefaultValueConstraint { get => throw null; set { } }
public int? FieldLength { get => throw null; set { } }
public string FieldName { get => throw null; }
public ServiceStack.OrmLite.FieldReference FieldReference { get => throw null; set { } }
@@ -1053,6 +1054,8 @@ namespace ServiceStack
string SqlLimit(int? offset = default(int?), int? rows = default(int?));
string SqlRandom { get; }
ServiceStack.Text.IStringSerializer StringSerializer { get; set; }
bool SupportsAsync { get; }
bool SupportsConcurrentWrites { get; }
bool SupportsSchema { get; }
string ToAddColumnStatement(string schema, string table, 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));
@@ -1068,6 +1071,7 @@ namespace ServiceStack
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 ToExecuteProcedureStatement(object objWithProperties);
string ToExistStatement(System.Type fromTableType, object objWithProperties, string sqlFilter, params object[] filterParams);
@@ -1539,6 +1543,8 @@ namespace ServiceStack
public static ServiceStack.OrmLite.IOrmLiteResultsFilter ResultsFilter { get => throw null; set { } }
public static System.Func<string, string> SanitizeFieldNameForParamNameFn;
public static void SetCommandTimeout(this System.Data.IDbConnection db, int? commandTimeout) => throw null;
public static void SetCommandTimeout(this System.Data.IDbConnection db, System.TimeSpan? commandTimeout) => throw null;
public static void SetLastCommand(this System.Data.IDbConnection db, System.Data.IDbCommand dbCmd) => throw null;
public static void SetLastCommandText(this System.Data.IDbConnection db, string sql) => throw null;
public static bool SkipForeignKeys { get => throw null; set { } }
public static System.Action<ServiceStack.OrmLite.IUntypedSqlExpression> SqlExpressionInitFilter { get => throw null; set { } }
@@ -1574,6 +1580,7 @@ namespace ServiceStack
public ServiceStack.OrmLite.IOrmLiteDialectProvider DialectProvider { get => throw null; set { } }
public void Dispose() => throw null;
public readonly ServiceStack.OrmLite.OrmLiteConnectionFactory Factory;
public System.Data.IDbCommand LastCommand { get => throw null; set { } }
public string LastCommandText { get => throw null; set { } }
public static explicit operator System.Data.Common.DbConnection(ServiceStack.OrmLite.OrmLiteConnection dbConn) => throw null;
public void Open() => throw null;
@@ -1852,6 +1859,8 @@ namespace ServiceStack
public virtual string SqlRandom { get => throw null; }
public ServiceStack.OrmLite.Converters.StringConverter StringConverter { get => throw null; }
public ServiceStack.Text.IStringSerializer StringSerializer { get => throw null; set { } }
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 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;
@@ -1868,6 +1877,7 @@ namespace ServiceStack
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 ToExecuteProcedureStatement(object objWithProperties) => throw null;
public virtual string ToExistStatement(System.Type fromTableType, object objWithProperties, string sqlFilter, params object[] filterParams) => throw null;
@@ -1916,6 +1926,7 @@ namespace ServiceStack
public static string ToAlterColumnStatement(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Type modelType, ServiceStack.OrmLite.FieldDefinition fieldDef) => throw null;
public static string ToChangeColumnNameStatement(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Type modelType, ServiceStack.OrmLite.FieldDefinition fieldDef, string oldColumnName) => throw null;
public static string ToDropColumnStatement(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Type modelType, string columnName) => throw null;
public static string ToDropConstraintStatement(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Type modelType, string constraintName) => throw null;
public static string ToFieldName(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, string paramName) => throw null;
public static string ToRenameColumnStatement(this ServiceStack.OrmLite.IOrmLiteDialectProvider dialect, System.Type modelType, string oldColumnName, string newColumnName) => throw null;
}
@@ -2364,6 +2375,7 @@ namespace ServiceStack
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, 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;
@@ -2510,6 +2522,7 @@ namespace ServiceStack
public static int ExecuteSql(this System.Data.IDbConnection dbConn, string sql, System.Collections.Generic.Dictionary<string, object> dbParams) => throw null;
public static string GetLastSql(this System.Data.IDbConnection dbConn) => throw null;
public static string GetLastSqlAndParams(this System.Data.IDbCommand dbCmd) => throw null;
public static string GetMergedParamsLastSql(this System.Data.IDbConnection dbConn) => throw null;
public static object GetRowVersion<T>(this System.Data.IDbConnection dbConn, object id) => throw null;
public static object GetRowVersion(this System.Data.IDbConnection dbConn, System.Type modelType, object id) => throw null;
public static long Insert<T>(this System.Data.IDbConnection dbConn, T obj, bool selectIdentity = default(bool), bool enableIdentityInsert = default(bool)) => throw null;
@@ -2847,6 +2860,7 @@ namespace ServiceStack
public ServiceStack.OrmLite.SqlExpression<T> FullJoin<Source, Target, T3, T4>(System.Linq.Expressions.Expression<System.Func<Source, Target, T3, T4, bool>> joinExpr) => throw null;
public System.Collections.Generic.IList<string> GetAllFields() => throw null;
public System.Collections.Generic.List<ServiceStack.OrmLite.ModelDefinition> GetAllTables() => throw null;
protected virtual string GetCoalesceExpression(System.Linq.Expressions.BinaryExpression b, object left, object right) => throw null;
protected string GetColumnName(string fieldName) => throw null;
protected object GetFalseExpression() => throw null;
protected virtual object GetMemberExpression(System.Linq.Expressions.MemberExpression m) => throw null;
@@ -2895,6 +2909,7 @@ namespace ServiceStack
public static bool IsSqlClass(object obj) => throw null;
protected virtual bool IsStaticArrayMethod(System.Linq.Expressions.MethodCallExpression m) => throw null;
protected virtual bool IsStaticStringMethod(System.Linq.Expressions.MethodCallExpression m) => throw null;
protected bool IsTableColumn(System.Linq.Expressions.MemberExpression m) => throw null;
public ServiceStack.OrmLite.SqlExpression<T> Join<Target>(System.Linq.Expressions.Expression<System.Func<T, Target, bool>> joinExpr = default(System.Linq.Expressions.Expression<System.Func<T, Target, bool>>)) => throw null;
public ServiceStack.OrmLite.SqlExpression<T> Join<Target>(System.Linq.Expressions.Expression<System.Func<T, Target, bool>> joinExpr, ServiceStack.OrmLite.TableOptions options) => throw null;
public ServiceStack.OrmLite.SqlExpression<T> Join<Target>(System.Linq.Expressions.Expression<System.Func<T, Target, bool>> joinExpr, ServiceStack.OrmLite.JoinFormatDelegate joinFormat) => throw null;
@@ -2923,7 +2938,6 @@ namespace ServiceStack
public ServiceStack.OrmLite.ModelDefinition ModelDef { get => throw null; set { } }
public int? Offset { get => throw null; set { } }
public System.Collections.Generic.HashSet<string> OnlyFields { get => throw null; set { } }
protected virtual void OnVisitMemberType(System.Type modelType) => throw null;
public virtual ServiceStack.OrmLite.SqlExpression<T> Or(string sqlFilter, params object[] filterParams) => throw null;
public virtual ServiceStack.OrmLite.SqlExpression<T> Or(System.Linq.Expressions.Expression<System.Func<T, bool>> predicate) => throw null;
public virtual ServiceStack.OrmLite.SqlExpression<T> Or(System.Linq.Expressions.Expression<System.Func<T, bool>> predicate, params object[] filterParams) => throw null;
@@ -3076,12 +3090,12 @@ namespace ServiceStack
protected virtual object VisitColumnAccessMethod(System.Linq.Expressions.MethodCallExpression m) => throw null;
protected virtual object VisitConditional(System.Linq.Expressions.ConditionalExpression e) => throw null;
protected virtual object VisitConstant(System.Linq.Expressions.ConstantExpression c) => throw null;
protected bool visitedExpressionIsTableColumn;
protected virtual object VisitEnumerableMethodCall(System.Linq.Expressions.MethodCallExpression m) => throw null;
protected virtual System.Collections.Generic.List<object> VisitExpressionList(System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.Expression> original) => throw null;
protected virtual void VisitFilter(string operand, object originalLeft, object originalRight, ref object left, ref object right) => throw null;
protected virtual object VisitIndexExpression(System.Linq.Expressions.IndexExpression e) => throw null;
protected virtual System.Collections.Generic.List<object> VisitInSqlExpressionList(System.Collections.ObjectModel.ReadOnlyCollection<System.Linq.Expressions.Expression> original) => throw null;
protected virtual object VisitInvocation(System.Linq.Expressions.InvocationExpression m) => throw null;
protected virtual object VisitJoin(System.Linq.Expressions.Expression exp) => throw null;
protected virtual object VisitLambda(System.Linq.Expressions.LambdaExpression lambda) => throw null;
protected virtual object VisitMemberAccess(System.Linq.Expressions.MemberExpression m) => throw null;

View File

@@ -7,16 +7,15 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../ServiceStack.Common/8.0.0/ServiceStack.Common.csproj" />
<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.5.5/System.Memory.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="../../System.Xml.XmlDocument/4.3.0/System.Xml.XmlDocument.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -664,6 +664,7 @@ namespace ServiceStack
public const string Warning = default;
public const string WwwAuthenticate = default;
public const string XAccelBuffering = default;
public const string XApiKey = default;
public const string XAutoBatchCompleted = default;
public const string XForwardedFor = default;
public const string XForwardedPort = default;
@@ -857,6 +858,7 @@ namespace ServiceStack
public static System.Threading.Tasks.Task<string> SendStringToUrlAsync(this System.Net.Http.HttpClient client, string url, string method = default(string), string requestBody = default(string), string contentType = default(string), string accept = default(string), System.Action<System.Net.Http.HttpRequestMessage> requestFilter = default(System.Action<System.Net.Http.HttpRequestMessage>), System.Action<System.Net.Http.HttpResponseMessage> responseFilter = default(System.Action<System.Net.Http.HttpResponseMessage>), System.Threading.CancellationToken token = default(System.Threading.CancellationToken)) => throw null;
public static string SetHashParam(this string url, string key, string val) => throw null;
public static string SetQueryParam(this string url, string key, string val) => throw null;
public static System.Net.Http.HttpRequestMessage ToHttpRequestMessage(string url) => throw null;
public static System.Net.Http.HttpResponseMessage UploadFile(this System.Net.Http.HttpRequestMessage httpReq, System.IO.Stream fileStream, string fileName, string mimeType, string accept = default(string), string method = default(string), string field = default(string), System.Action<System.Net.Http.HttpRequestMessage> requestFilter = default(System.Action<System.Net.Http.HttpRequestMessage>), System.Action<System.Net.Http.HttpResponseMessage> responseFilter = default(System.Action<System.Net.Http.HttpResponseMessage>)) => throw null;
public static System.Net.Http.HttpResponseMessage UploadFile(this System.Net.Http.HttpClient client, System.Net.Http.HttpRequestMessage httpReq, System.IO.Stream fileStream, string fileName, string mimeType = default(string), string accept = default(string), string method = default(string), string fieldName = default(string), System.Action<System.Net.Http.HttpRequestMessage> requestFilter = default(System.Action<System.Net.Http.HttpRequestMessage>), System.Action<System.Net.Http.HttpResponseMessage> responseFilter = default(System.Action<System.Net.Http.HttpResponseMessage>)) => throw null;
public static void UploadFile(this System.Net.Http.HttpRequestMessage httpReq, System.IO.Stream fileStream, string fileName) => throw null;
@@ -944,6 +946,7 @@ namespace ServiceStack
{
public LicenseKey() => throw null;
public System.DateTime Expiry { get => throw null; set { } }
public string Halg { get => throw null; set { } }
public string Hash { get => throw null; set { } }
public long Meta { get => throw null; set { } }
public string Name { get => throw null; set { } }
@@ -986,6 +989,7 @@ namespace ServiceStack
public static void ApprovedUsage(ServiceStack.LicenseFeature licensedFeatures, ServiceStack.LicenseFeature requestedFeature, int allowedUsage, int actualUsage, string message) => throw null;
public static void AssertEvaluationLicense() => throw null;
public static void AssertValidUsage(ServiceStack.LicenseFeature feature, ServiceStack.QuotaType quotaType, int count) => throw null;
public static object CreateHashAlgorithm(string name) => throw null;
public static class ErrorMessages
{
public const string UnauthorizedAccessRequest = default;
@@ -993,6 +997,7 @@ namespace ServiceStack
public static class FreeQuotas
{
public const int AwsTables = 10;
public const int JobCommandTypes = 10;
public const int OrmLiteTables = 10;
public const int PremiumFeature = 0;
public const int RedisRequestPerHour = 6000;
@@ -1016,8 +1021,8 @@ namespace ServiceStack
public static ServiceStack.LicenseKey VerifyLicenseKeyText(string licenseKeyText) => throw null;
public static bool VerifyLicenseKeyText(this string licenseKeyText, out ServiceStack.LicenseKey key) => throw null;
public static bool VerifyLicenseKeyTextFallback(this string licenseKeyText, out ServiceStack.LicenseKey key) => throw null;
public static bool VerifySha1Data(this System.Security.Cryptography.RSACryptoServiceProvider RSAalg, byte[] unsignedData, byte[] encryptedData) => throw null;
public static bool VerifySignedHash(byte[] DataToVerify, byte[] SignedData, System.Security.Cryptography.RSAParameters Key) => throw null;
public static bool VerifySignedHash(byte[] dataToVerify, byte[] signedData, System.Security.Cryptography.RSAParameters key) => throw null;
public static bool VerifySignedHash(byte[] dataToVerify, byte[] signedData, System.Security.Cryptography.RSAParameters key, object halg) => throw null;
}
public static class Licensing
{
@@ -1029,6 +1034,8 @@ namespace ServiceStack
{
public static System.Collections.Generic.List<System.Type> Add<T>(this System.Collections.Generic.List<System.Type> types) => throw null;
public static void AddDistinctRange<T>(this System.Collections.Generic.ICollection<T> list, System.Collections.Generic.IEnumerable<T> items) => throw null;
public static void AddDistinctRange<T>(this System.Collections.Generic.HashSet<T> set, System.Collections.Generic.IEnumerable<T> items) => throw null;
public static void AddDistinctRanges<T>(this System.Collections.Generic.HashSet<T> set, params System.Collections.Generic.IEnumerable<T>[] collections) => throw null;
public static void AddIfNotExists<T>(this System.Collections.Generic.ICollection<T> list, T item) => throw null;
public static T[] InArray<T>(this T value) => throw null;
public static System.Collections.Generic.List<T> InList<T>(this T value) => throw null;
@@ -1090,6 +1097,7 @@ namespace ServiceStack
public const string Jsonl = default;
public const string JsonReport = default;
public const string JsonText = default;
public const string JsonUtf8Suffix = default;
public const string Jsv = default;
public const string JsvText = default;
public const string MarkdownText = default;
@@ -1466,6 +1474,7 @@ namespace ServiceStack
RequestsPerHour = 3,
Tables = 4,
PremiumFeature = 5,
Commands = 6,
}
public class RedisDiagnosticEvent : ServiceStack.DiagnosticEvent
{
@@ -1515,6 +1524,8 @@ namespace ServiceStack
public static bool HasAnyTypeDefinitionsOf(this System.Type genericType, params System.Type[] theseGenericTypes) => throw null;
public static bool HasGenericType(this System.Type type) => throw null;
public static bool HasInterface(this System.Type type, System.Type interfaceType) => throw null;
public static bool IsAssignableToNull(this System.Reflection.PropertyInfo pi) => throw null;
public static bool IsAssignableToNull(System.Type memberType, System.Reflection.MemberInfo declaringType, System.Collections.Generic.IEnumerable<System.Reflection.CustomAttributeData> customAttributes) => throw null;
public static bool IsInstanceOf(this System.Type type, System.Type thisOrBaseType) => throw null;
public static bool IsIntegerType(this System.Type type) => throw null;
public static bool IsNullableType(this System.Type type) => throw null;
@@ -1679,6 +1690,7 @@ namespace ServiceStack
public static string SafeVarName(this string text) => throw null;
public static string SafeVarRef(this string text) => throw null;
public static string SplitCamelCase(this string value) => throw null;
public static string SplitCase(this string camelCase) => throw null;
public static string[] SplitOnFirst(this string strVal, char needle) => throw null;
public static string[] SplitOnFirst(this string strVal, string needle) => throw null;
public static string[] SplitOnLast(this string strVal, char needle) => throw null;
@@ -1730,6 +1742,7 @@ namespace ServiceStack
public static string ToSafeJson<T>(this T obj) => throw null;
public static string ToSafeJsv<T>(this T obj) => throw null;
public static string ToTitleCase(this string value) => throw null;
public static string ToUppercaseUnderscore(this string value) => throw null;
public static string ToUpperSafe(this string value) => throw null;
public static byte[] ToUtf8Bytes(this string value) => throw null;
public static byte[] ToUtf8Bytes(this int intVal) => throw null;
@@ -1746,6 +1759,40 @@ namespace ServiceStack
public static string WithoutExtension(this string filePath) => throw null;
public static string WithTrailingSlash(this string path) => throw null;
}
namespace SystemJson
{
public class DataContractResolver : System.Text.Json.Serialization.Metadata.DefaultJsonTypeInfoResolver
{
public DataContractResolver() => throw null;
public override System.Text.Json.Serialization.Metadata.JsonTypeInfo GetTypeInfo(System.Type type, System.Text.Json.JsonSerializerOptions options) => throw null;
public static ServiceStack.SystemJson.DataContractResolver Instance { get => throw null; }
public System.Collections.Generic.Dictionary<System.Text.Json.JsonNamingPolicy, System.Func<string, string>> NamingPolicyConverters { get => throw null; }
}
public class JsonEnumMemberStringEnumConverter : System.Text.Json.Serialization.JsonConverterFactory
{
public override bool CanConvert(System.Type typeToConvert) => throw null;
public override System.Text.Json.Serialization.JsonConverter CreateConverter(System.Type typeToConvert, System.Text.Json.JsonSerializerOptions options) => throw null;
public JsonEnumMemberStringEnumConverter(System.Text.Json.JsonNamingPolicy namingPolicy = default(System.Text.Json.JsonNamingPolicy), bool allowIntegerValues = default(bool)) => throw null;
public JsonEnumMemberStringEnumConverter() => throw null;
}
public class JsonNamingPolicyDecorator : System.Text.Json.JsonNamingPolicy
{
public override string ConvertName(string name) => throw null;
public JsonNamingPolicyDecorator(System.Text.Json.JsonNamingPolicy underlyingNamingPolicy) => throw null;
}
public class XsdTimeOnlyJsonConverter : System.Text.Json.Serialization.JsonConverter<System.TimeOnly>
{
public XsdTimeOnlyJsonConverter() => throw null;
public override System.TimeOnly 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.TimeOnly value, System.Text.Json.JsonSerializerOptions options) => throw null;
}
public class XsdTimeSpanJsonConverter : System.Text.Json.Serialization.JsonConverter<System.TimeSpan>
{
public XsdTimeSpanJsonConverter() => throw null;
public override System.TimeSpan 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.TimeSpan value, System.Text.Json.JsonSerializerOptions options) => throw null;
}
}
public static partial class TaskExtensions
{
public static System.Threading.Tasks.Task<T> Error<T>(this System.Threading.Tasks.Task<T> task, System.Action<System.Exception> fn, bool onUiThread = default(bool), System.Threading.Tasks.TaskContinuationOptions taskOptions = default(System.Threading.Tasks.TaskContinuationOptions)) => throw null;
@@ -2188,6 +2235,7 @@ namespace ServiceStack
public bool PreferInterfaces { get => throw null; set { } }
public ServiceStack.Text.PropertyConvention PropertyConvention { get => throw null; set { } }
public bool SkipDateTimeConversion { get => throw null; set { } }
public bool SystemJsonCompatible { get => throw null; set { } }
public ServiceStack.Text.TextCase TextCase { get => throw null; set { } }
public bool ThrowOnError { get => throw null; set { } }
public ServiceStack.Text.TimeSpanHandler TimeSpanHandler { get => throw null; set { } }
@@ -2200,6 +2248,7 @@ namespace ServiceStack
public System.Func<string, System.Type> TypeFinder { get => throw null; set { } }
public System.Func<System.Type, string> TypeWriter { get => throw null; set { } }
public static void UnsafeInit(ServiceStack.Text.Config config) => throw null;
public static void UnsafeInit(System.Action<ServiceStack.Text.Config> configure) => throw null;
}
namespace Controller
{
@@ -2292,6 +2341,7 @@ namespace ServiceStack
public static string SerializeToCsv<T>(System.Collections.Generic.IEnumerable<T> records) => throw null;
public static void SerializeToStream<T>(T value, System.IO.Stream stream) => throw null;
public static void SerializeToStream(object obj, System.IO.Stream stream) => throw null;
public static System.Threading.Tasks.Task SerializeToStreamAsync<T>(T value, System.IO.Stream stream) => throw null;
public static string SerializeToString<T>(T value) => throw null;
public static void SerializeToWriter<T>(T value, System.IO.TextWriter writer) => throw null;
public static System.Text.Encoding UseEncoding { get => throw null; set { } }
@@ -2387,6 +2437,7 @@ namespace ServiceStack
public static long ToUnixTimeMsAlt(this System.DateTime dateTime) => throw null;
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 sealed class DefaultMemory : ServiceStack.Text.MemoryProvider
{
@@ -2608,6 +2659,7 @@ namespace ServiceStack
public static void Reset() => throw null;
public static bool ShouldExcludePropertyType(System.Type propType) => throw null;
public static bool SkipDateTimeConversion { get => throw null; set { } }
public static bool SystemJsonCompatible { get => throw null; set { } }
public static ServiceStack.Text.TextCase TextCase { get => throw null; set { } }
public static bool ThrowOnDeserializationError { get => throw null; set { } }
public static bool ThrowOnError { get => throw null; set { } }
@@ -2907,6 +2959,8 @@ namespace ServiceStack
public static System.Action<object> OnSerialize { get => throw null; set { } }
public static void SerializeToStream<T>(T value, System.IO.Stream stream) => throw null;
public static void SerializeToStream(object value, System.Type type, System.IO.Stream stream) => throw null;
public static System.Threading.Tasks.Task SerializeToStreamAsync(object value, System.IO.Stream stream) => throw null;
public static System.Threading.Tasks.Task SerializeToStreamAsync(object value, System.Type type, System.IO.Stream stream) => throw null;
public static string SerializeToString<T>(T value) => throw null;
public static string SerializeToString(object value, System.Type type) => throw null;
public static void SerializeToWriter<T>(T value, System.IO.TextWriter writer) => throw null;
@@ -3530,8 +3584,16 @@ namespace ServiceStack
}
public class TextConfig
{
public static void ApplySystemJsonOptions(System.Text.Json.JsonSerializerOptions options) => throw null;
public static void ConfigureJsonOptions(System.Action<System.Text.Json.JsonSerializerOptions> configure) => throw null;
public static System.Func<System.Security.Cryptography.SHA1> CreateSha { get => throw null; set { } }
public static System.Text.Json.JsonSerializerOptions CreateSystemJsonOptions() => throw null;
public TextConfig() => throw null;
public static System.Text.Json.JsonSerializerOptions CustomSystemJsonOptions(System.Text.Json.JsonSerializerOptions systemJsonOptions, ServiceStack.Text.JsConfigScope jsScope) => throw null;
public static void DefaultConfigureSystemJsonOptions(System.Text.Json.JsonSerializerOptions options) => throw null;
public static System.Collections.Generic.List<System.Action<System.Text.Json.JsonSerializerOptions>> SystemJsonOptionFilters { get => throw null; }
public static System.Text.Json.JsonSerializerOptions SystemJsonOptions { get => throw null; set { } }
public static ServiceStack.Text.Config SystemJsonTextConfig { get => throw null; set { } }
}
public enum TimeSpanHandler
{
@@ -3625,6 +3687,8 @@ namespace ServiceStack
public static string SerializeAndFormat<T>(this T instance) => throw null;
public static void SerializeToStream<T>(T value, System.IO.Stream stream) => throw null;
public static void SerializeToStream(object value, System.Type type, System.IO.Stream stream) => throw null;
public static System.Threading.Tasks.Task SerializeToStreamAsync(object value, System.IO.Stream stream) => throw null;
public static System.Threading.Tasks.Task SerializeToStreamAsync(object value, System.Type type, System.IO.Stream stream) => throw null;
public static string SerializeToString<T>(T value) => throw null;
public static string SerializeToString(object value, System.Type type) => throw null;
public static void SerializeToWriter<T>(T value, System.IO.TextWriter writer) => throw null;

View File

@@ -8,8 +8,8 @@
<ItemGroup>
<ProjectReference Include="../../Microsoft.CSharp/4.7.0/Microsoft.CSharp.csproj" />
<ProjectReference Include="../../System.Diagnostics.DiagnosticSource/6.0.0/System.Diagnostics.DiagnosticSource.csproj" />
<ProjectReference Include="../../System.Memory/4.5.5/System.Memory.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.0.0/ServiceStack.Client.csproj" />
<ProjectReference Include="../../ServiceStack.Common/8.0.0/ServiceStack.Common.csproj" />
<ProjectReference Include="../../ServiceStack.Interfaces/8.0.0/ServiceStack.Interfaces.csproj" />
<ProjectReference Include="../../ServiceStack.Text/8.0.0/ServiceStack.Text.csproj" />
<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="../../_frameworks/Microsoft.AspNetCore.App/Microsoft.AspNetCore.App.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 `System.Data.SQLite, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139`.
// Generated from `System.Data.SQLite, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139`.
namespace System
{
namespace Data
@@ -62,6 +62,7 @@ namespace System
public class ConnectionEventArgs : System.EventArgs
{
public readonly System.Data.IDbCommand Command;
public static long CreateCount { get => throw null; }
public readonly System.Runtime.InteropServices.CriticalHandle CriticalHandle;
public readonly object Data;
public readonly System.Data.IDataReader DataReader;
@@ -220,6 +221,14 @@ namespace System
public readonly object ErrorCode;
public readonly string Message;
}
public enum PasswordMode
{
None = 0,
Password = 4096,
HexPassword = 8192,
TextPassword = 16384,
TextHexPassword = 32768,
}
public class ProgressEventArgs : System.EventArgs
{
public System.Data.SQLite.SQLiteProgressReturnCode ReturnCode;
@@ -467,6 +476,7 @@ namespace System
public int DefaultTimeout { get => throw null; set { } }
public string DefaultTypeName { get => throw null; set { } }
public static string DefineConstants { get => throw null; }
public void Deserialize(string schema, byte[] data, bool readOnly) => throw null;
public void Dispose() => throw null;
protected override void Dispose(bool disposing) => throw null;
public static long DisposeCount { get => throw null; }
@@ -477,6 +487,7 @@ namespace System
public System.Data.SQLite.SQLiteConnectionFlags Flags { get => throw null; set { } }
public object GetCriticalHandle() => throw null;
public static void GetMemoryStatistics(ref System.Collections.Generic.IDictionary<string, long> statistics) => throw null;
public System.Data.SQLite.SQLiteGetPasswordCallback GetPasswordCallback { get => throw null; set { } }
public override System.Data.DataTable GetSchema() => throw null;
public override System.Data.DataTable GetSchema(string collectionName) => throw null;
public override System.Data.DataTable GetSchema(string collectionName, string[] restrictionValues) => throw null;
@@ -503,12 +514,14 @@ namespace System
public int PrepareRetries { get => throw null; set { } }
public event System.Data.SQLite.SQLiteProgressEventHandler Progress;
public int ProgressOps { get => throw null; set { } }
public static string ProviderDefineConstants { get => throw null; }
public static string ProviderSourceId { get => throw null; }
public static string ProviderVersion { get => throw null; }
public void ReleaseMemory() => throw null;
public static System.Data.SQLite.SQLiteErrorCode ReleaseMemory(int nBytes, bool reset, bool compact, ref int nFree, ref bool resetOk, ref uint nLargest) => throw null;
public System.Data.SQLite.SQLiteErrorCode ResultCode() => throw null;
public event System.EventHandler RollBack;
public byte[] Serialize(string schema) => throw null;
public override string ServerVersion { get => throw null; }
public System.Data.SQLite.SQLiteErrorCode SetAvRetry(ref int count, ref int interval) => throw null;
public System.Data.SQLite.SQLiteErrorCode SetChunkSize(int size) => throw null;
@@ -528,6 +541,7 @@ namespace System
public override System.Data.ConnectionState State { get => throw null; }
public override event System.Data.StateChangeEventHandler StateChange;
public int StepRetries { get => throw null; set { } }
public object Tag { get => throw null; set { } }
public event System.Data.SQLite.SQLiteTraceEventHandler Trace;
public event System.Data.SQLite.SQLiteTraceEventHandler Trace2;
public System.Data.SQLite.SQLiteTraceFlags TraceFlags { get => throw null; set { } }
@@ -568,6 +582,7 @@ namespace System
ConnectionStringPreview = 22,
SqlStringPreview = 23,
Canceled = 24,
DataReaderPreview = 25,
}
[System.Flags]
public enum SQLiteConnectionFlags : long
@@ -625,6 +640,8 @@ namespace System
NoCoreFunctions = 562949953421312,
StopOnException = 1125899906842624,
LogRetry = 2251799813685248,
ConnectionPoolOnly = 4503599627370496,
AggressiveDisposal = 9007199254740992,
BindAndGetAllAsText = 384,
ConvertAndBindInvariantText = 196608,
BindAndGetAllAsInvariantText = 131456,
@@ -633,8 +650,8 @@ namespace System
UseParameterAnythingForTypeName = 206158430208,
LogAll = 2251799813709855,
LogDefault = 16392,
Default = 13194139549704,
DefaultAndLogAll = 2264993953243167,
Default = 9020393394290696,
DefaultAndLogAll = 11272193207984159,
}
public sealed class SQLiteConnectionStringBuilder : System.Data.Common.DbConnectionStringBuilder
{
@@ -721,6 +738,7 @@ namespace System
public static long ToUnixEpoch(System.DateTime value) => throw null;
public static byte[] ToUTF8(string sourceText) => throw null;
public byte[] ToUTF8(System.DateTime dateTimeValue) => throw null;
public static System.Data.DbType TypeToDbType(System.Type type) => throw null;
protected static readonly System.DateTime UnixEpoch;
public static string UTF8ToString(nint nativestring, int nativestringlen) => throw null;
}
@@ -912,6 +930,7 @@ namespace System
IoErr_Rollback_Atomic = 7946,
IoErr_Data = 8202,
IoErr_CorruptFs = 8458,
IoErr_In_Page = 8714,
Locked_SharedCache = 262,
Locked_Vtab = 518,
Busy_Recovery = 261,
@@ -1048,7 +1067,9 @@ namespace System
SQLITE_DIRECTONLY = 524288,
SQLITE_SUBTYPE = 1048576,
SQLITE_INNOCUOUS = 2097152,
SQLITE_RESULT_SUBTYPE = 16777216,
}
public delegate byte[] SQLiteGetPasswordCallback(System.Data.SQLite.SQLiteConnection connection, ref System.Data.SQLite.PasswordMode passwordMode);
public sealed class SQLiteIndex
{
public System.Data.SQLite.SQLiteIndexInputs Inputs { get => throw null; }
@@ -1320,6 +1341,7 @@ namespace System
public override bool SourceColumnNullMapping { get => throw null; set { } }
public override System.Data.DataRowVersion SourceVersion { get => throw null; set { } }
public string TypeName { get => throw null; set { } }
public const System.Data.DbType UnknownDbType = default;
public override object Value { get => throw null; set { } }
}
public sealed class SQLiteParameterCollection : System.Data.Common.DbParameterCollection
@@ -1346,6 +1368,7 @@ namespace System
public override bool IsFixedSize { get => throw null; }
public override bool IsReadOnly { get => throw null; }
public override bool IsSynchronized { get => throw null; }
public bool NoCase { get => throw null; set { } }
public override void Remove(object value) => throw null;
public override void RemoveAt(string parameterName) => throw null;
public override void RemoveAt(int index) => throw null;

View File

@@ -1,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `System.CodeDom, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`.
// Generated from `System.CodeDom, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51`.
namespace Microsoft
{
namespace CSharp
@@ -44,15 +44,15 @@ namespace System
{
public System.CodeDom.CodeTypeReference CreateType { get => throw null; set { } }
public CodeArrayCreateExpression() => throw null;
public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, System.CodeDom.CodeExpression size) => throw null;
public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, params System.CodeDom.CodeExpression[] initializers) => throw null;
public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, int size) => throw null;
public CodeArrayCreateExpression(string createType, System.CodeDom.CodeExpression size) => throw null;
public CodeArrayCreateExpression(string createType, params System.CodeDom.CodeExpression[] initializers) => throw null;
public CodeArrayCreateExpression(string createType, int size) => throw null;
public CodeArrayCreateExpression(System.Type createType, System.CodeDom.CodeExpression size) => throw null;
public CodeArrayCreateExpression(System.Type createType, params System.CodeDom.CodeExpression[] initializers) => throw null;
public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, int size) => throw null;
public CodeArrayCreateExpression(string createType, int size) => throw null;
public CodeArrayCreateExpression(System.Type createType, int size) => throw null;
public CodeArrayCreateExpression(System.CodeDom.CodeTypeReference createType, System.CodeDom.CodeExpression size) => throw null;
public CodeArrayCreateExpression(string createType, System.CodeDom.CodeExpression size) => throw null;
public CodeArrayCreateExpression(System.Type createType, System.CodeDom.CodeExpression size) => throw null;
public System.CodeDom.CodeExpressionCollection Initializers { get => throw null; }
public int Size { get => throw null; set { } }
public System.CodeDom.CodeExpression SizeExpression { get => throw null; set { } }
@@ -90,8 +90,8 @@ namespace System
public class CodeAttributeArgumentCollection : System.Collections.CollectionBase
{
public int Add(System.CodeDom.CodeAttributeArgument value) => throw null;
public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) => throw null;
public void AddRange(System.CodeDom.CodeAttributeArgument[] value) => throw null;
public void AddRange(System.CodeDom.CodeAttributeArgumentCollection value) => throw null;
public bool Contains(System.CodeDom.CodeAttributeArgument value) => throw null;
public void CopyTo(System.CodeDom.CodeAttributeArgument[] array, int index) => throw null;
public CodeAttributeArgumentCollection() => throw null;
@@ -107,17 +107,17 @@ namespace System
public System.CodeDom.CodeAttributeArgumentCollection Arguments { get => throw null; }
public System.CodeDom.CodeTypeReference AttributeType { get => throw null; }
public CodeAttributeDeclaration() => throw null;
public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType) => throw null;
public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType, params System.CodeDom.CodeAttributeArgument[] arguments) => throw null;
public CodeAttributeDeclaration(string name) => throw null;
public CodeAttributeDeclaration(string name, params System.CodeDom.CodeAttributeArgument[] arguments) => throw null;
public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType) => throw null;
public CodeAttributeDeclaration(System.CodeDom.CodeTypeReference attributeType, params System.CodeDom.CodeAttributeArgument[] arguments) => throw null;
public string Name { get => throw null; set { } }
}
public class CodeAttributeDeclarationCollection : System.Collections.CollectionBase
{
public int Add(System.CodeDom.CodeAttributeDeclaration value) => throw null;
public void AddRange(System.CodeDom.CodeAttributeDeclarationCollection value) => throw null;
public void AddRange(System.CodeDom.CodeAttributeDeclaration[] value) => throw null;
public void AddRange(System.CodeDom.CodeAttributeDeclarationCollection value) => throw null;
public bool Contains(System.CodeDom.CodeAttributeDeclaration value) => throw null;
public void CopyTo(System.CodeDom.CodeAttributeDeclaration[] array, int index) => throw null;
public CodeAttributeDeclarationCollection() => throw null;
@@ -182,8 +182,8 @@ namespace System
public class CodeCatchClauseCollection : System.Collections.CollectionBase
{
public int Add(System.CodeDom.CodeCatchClause value) => throw null;
public void AddRange(System.CodeDom.CodeCatchClauseCollection value) => throw null;
public void AddRange(System.CodeDom.CodeCatchClause[] value) => throw null;
public void AddRange(System.CodeDom.CodeCatchClauseCollection value) => throw null;
public bool Contains(System.CodeDom.CodeCatchClause value) => throw null;
public void CopyTo(System.CodeDom.CodeCatchClause[] array, int index) => throw null;
public CodeCatchClauseCollection() => throw null;
@@ -221,8 +221,8 @@ namespace System
public class CodeCommentStatementCollection : System.Collections.CollectionBase
{
public int Add(System.CodeDom.CodeCommentStatement value) => throw null;
public void AddRange(System.CodeDom.CodeCommentStatementCollection value) => throw null;
public void AddRange(System.CodeDom.CodeCommentStatement[] value) => throw null;
public void AddRange(System.CodeDom.CodeCommentStatementCollection value) => throw null;
public bool Contains(System.CodeDom.CodeCommentStatement value) => throw null;
public void CopyTo(System.CodeDom.CodeCommentStatement[] array, int index) => throw null;
public CodeCommentStatementCollection() => throw null;
@@ -293,8 +293,8 @@ namespace System
public class CodeDirectiveCollection : System.Collections.CollectionBase
{
public int Add(System.CodeDom.CodeDirective value) => throw null;
public void AddRange(System.CodeDom.CodeDirectiveCollection value) => throw null;
public void AddRange(System.CodeDom.CodeDirective[] value) => throw null;
public void AddRange(System.CodeDom.CodeDirectiveCollection value) => throw null;
public bool Contains(System.CodeDom.CodeDirective value) => throw null;
public void CopyTo(System.CodeDom.CodeDirective[] array, int index) => throw null;
public CodeDirectiveCollection() => throw null;
@@ -323,8 +323,8 @@ namespace System
public class CodeExpressionCollection : System.Collections.CollectionBase
{
public int Add(System.CodeDom.CodeExpression value) => throw null;
public void AddRange(System.CodeDom.CodeExpressionCollection value) => throw null;
public void AddRange(System.CodeDom.CodeExpression[] value) => throw null;
public void AddRange(System.CodeDom.CodeExpressionCollection value) => throw null;
public bool Contains(System.CodeDom.CodeExpression value) => throw null;
public void CopyTo(System.CodeDom.CodeExpression[] array, int index) => throw null;
public CodeExpressionCollection() => throw null;
@@ -430,8 +430,8 @@ namespace System
public class CodeMethodInvokeExpression : System.CodeDom.CodeExpression
{
public CodeMethodInvokeExpression() => throw null;
public CodeMethodInvokeExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeExpression[] parameters) => throw null;
public CodeMethodInvokeExpression(System.CodeDom.CodeMethodReferenceExpression method, params System.CodeDom.CodeExpression[] parameters) => throw null;
public CodeMethodInvokeExpression(System.CodeDom.CodeExpression targetObject, string methodName, params System.CodeDom.CodeExpression[] parameters) => throw null;
public System.CodeDom.CodeMethodReferenceExpression Method { get => throw null; set { } }
public System.CodeDom.CodeExpressionCollection Parameters { get => throw null; }
}
@@ -465,8 +465,8 @@ namespace System
public class CodeNamespaceCollection : System.Collections.CollectionBase
{
public int Add(System.CodeDom.CodeNamespace value) => throw null;
public void AddRange(System.CodeDom.CodeNamespaceCollection value) => throw null;
public void AddRange(System.CodeDom.CodeNamespace[] value) => throw null;
public void AddRange(System.CodeDom.CodeNamespaceCollection value) => throw null;
public bool Contains(System.CodeDom.CodeNamespace value) => throw null;
public void CopyTo(System.CodeDom.CodeNamespace[] array, int index) => throw null;
public CodeNamespaceCollection() => throw null;
@@ -537,8 +537,8 @@ namespace System
public class CodeParameterDeclarationExpressionCollection : System.Collections.CollectionBase
{
public int Add(System.CodeDom.CodeParameterDeclarationExpression value) => throw null;
public void AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection value) => throw null;
public void AddRange(System.CodeDom.CodeParameterDeclarationExpression[] value) => throw null;
public void AddRange(System.CodeDom.CodeParameterDeclarationExpressionCollection value) => throw null;
public bool Contains(System.CodeDom.CodeParameterDeclarationExpression value) => throw null;
public void CopyTo(System.CodeDom.CodeParameterDeclarationExpression[] array, int index) => throw null;
public CodeParameterDeclarationExpressionCollection() => throw null;
@@ -621,10 +621,10 @@ namespace System
}
public class CodeStatementCollection : System.Collections.CollectionBase
{
public int Add(System.CodeDom.CodeExpression value) => throw null;
public int Add(System.CodeDom.CodeStatement value) => throw null;
public void AddRange(System.CodeDom.CodeStatementCollection value) => throw null;
public int Add(System.CodeDom.CodeExpression value) => throw null;
public void AddRange(System.CodeDom.CodeStatement[] value) => throw null;
public void AddRange(System.CodeDom.CodeStatementCollection value) => throw null;
public bool Contains(System.CodeDom.CodeStatement value) => throw null;
public void CopyTo(System.CodeDom.CodeStatement[] array, int index) => throw null;
public CodeStatementCollection() => throw null;
@@ -677,8 +677,8 @@ namespace System
public class CodeTypeDeclarationCollection : System.Collections.CollectionBase
{
public int Add(System.CodeDom.CodeTypeDeclaration value) => throw null;
public void AddRange(System.CodeDom.CodeTypeDeclarationCollection value) => throw null;
public void AddRange(System.CodeDom.CodeTypeDeclaration[] value) => throw null;
public void AddRange(System.CodeDom.CodeTypeDeclarationCollection value) => throw null;
public bool Contains(System.CodeDom.CodeTypeDeclaration value) => throw null;
public void CopyTo(System.CodeDom.CodeTypeDeclaration[] array, int index) => throw null;
public CodeTypeDeclarationCollection() => throw null;
@@ -710,8 +710,8 @@ namespace System
public class CodeTypeMemberCollection : System.Collections.CollectionBase
{
public int Add(System.CodeDom.CodeTypeMember value) => throw null;
public void AddRange(System.CodeDom.CodeTypeMemberCollection value) => throw null;
public void AddRange(System.CodeDom.CodeTypeMember[] value) => throw null;
public void AddRange(System.CodeDom.CodeTypeMemberCollection value) => throw null;
public bool Contains(System.CodeDom.CodeTypeMember value) => throw null;
public void CopyTo(System.CodeDom.CodeTypeMember[] array, int index) => throw null;
public CodeTypeMemberCollection() => throw null;
@@ -743,8 +743,8 @@ namespace System
{
public int Add(System.CodeDom.CodeTypeParameter value) => throw null;
public void Add(string value) => throw null;
public void AddRange(System.CodeDom.CodeTypeParameterCollection value) => throw null;
public void AddRange(System.CodeDom.CodeTypeParameter[] value) => throw null;
public void AddRange(System.CodeDom.CodeTypeParameterCollection value) => throw null;
public bool Contains(System.CodeDom.CodeTypeParameter value) => throw null;
public void CopyTo(System.CodeDom.CodeTypeParameter[] array, int index) => throw null;
public CodeTypeParameterCollection() => throw null;
@@ -761,14 +761,14 @@ namespace System
public int ArrayRank { get => throw null; set { } }
public string BaseType { get => throw null; set { } }
public CodeTypeReference() => throw null;
public CodeTypeReference(System.CodeDom.CodeTypeParameter typeParameter) => throw null;
public CodeTypeReference(System.CodeDom.CodeTypeReference arrayType, int rank) => throw null;
public CodeTypeReference(string typeName) => throw null;
public CodeTypeReference(string typeName, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption) => throw null;
public CodeTypeReference(string typeName, params System.CodeDom.CodeTypeReference[] typeArguments) => throw null;
public CodeTypeReference(string baseType, int rank) => throw null;
public CodeTypeReference(System.Type type) => throw null;
public CodeTypeReference(System.Type type, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption) => throw null;
public CodeTypeReference(string typeName, System.CodeDom.CodeTypeReferenceOptions codeTypeReferenceOption) => throw null;
public CodeTypeReference(string typeName) => throw null;
public CodeTypeReference(string typeName, params System.CodeDom.CodeTypeReference[] typeArguments) => throw null;
public CodeTypeReference(System.CodeDom.CodeTypeParameter typeParameter) => throw null;
public CodeTypeReference(string baseType, int rank) => throw null;
public CodeTypeReference(System.CodeDom.CodeTypeReference arrayType, int rank) => throw null;
public System.CodeDom.CodeTypeReferenceOptions Options { get => throw null; set { } }
public System.CodeDom.CodeTypeReferenceCollection TypeArguments { get => throw null; }
}
@@ -777,8 +777,8 @@ namespace System
public int Add(System.CodeDom.CodeTypeReference value) => throw null;
public void Add(string value) => throw null;
public void Add(System.Type value) => throw null;
public void AddRange(System.CodeDom.CodeTypeReferenceCollection value) => throw null;
public void AddRange(System.CodeDom.CodeTypeReference[] value) => throw null;
public void AddRange(System.CodeDom.CodeTypeReferenceCollection value) => throw null;
public bool Contains(System.CodeDom.CodeTypeReference value) => throw null;
public void CopyTo(System.CodeDom.CodeTypeReference[] array, int index) => throw null;
public CodeTypeReferenceCollection() => throw null;
@@ -807,10 +807,10 @@ namespace System
{
public CodeVariableDeclarationStatement() => throw null;
public CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name) => throw null;
public CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name, System.CodeDom.CodeExpression initExpression) => throw null;
public CodeVariableDeclarationStatement(string type, string name) => throw null;
public CodeVariableDeclarationStatement(string type, string name, System.CodeDom.CodeExpression initExpression) => throw null;
public CodeVariableDeclarationStatement(System.Type type, string name) => throw null;
public CodeVariableDeclarationStatement(System.CodeDom.CodeTypeReference type, string name, System.CodeDom.CodeExpression initExpression) => throw null;
public CodeVariableDeclarationStatement(string type, string name, System.CodeDom.CodeExpression initExpression) => throw null;
public CodeVariableDeclarationStatement(System.Type type, string name, System.CodeDom.CodeExpression initExpression) => throw null;
public System.CodeDom.CodeExpression InitExpression { get => throw null; set { } }
public string Name { get => throw null; set { } }
@@ -857,8 +857,8 @@ namespace System
public virtual System.CodeDom.Compiler.ICodeGenerator CreateGenerator(System.IO.TextWriter output) => throw null;
public virtual System.CodeDom.Compiler.ICodeGenerator CreateGenerator(string fileName) => throw null;
public virtual System.CodeDom.Compiler.ICodeParser CreateParser() => throw null;
public static System.CodeDom.Compiler.CodeDomProvider CreateProvider(string language) => throw null;
public static System.CodeDom.Compiler.CodeDomProvider CreateProvider(string language, System.Collections.Generic.IDictionary<string, string> providerOptions) => throw null;
public static System.CodeDom.Compiler.CodeDomProvider CreateProvider(string language) => throw null;
public virtual string CreateValidIdentifier(string value) => throw null;
protected CodeDomProvider() => throw null;
public virtual string FileExtension { get => throw null; }
@@ -883,10 +883,10 @@ namespace System
public abstract class CodeGenerator : System.CodeDom.Compiler.ICodeGenerator
{
protected virtual void ContinueOnNewLine(string st) => throw null;
protected abstract string CreateEscapedIdentifier(string value);
string System.CodeDom.Compiler.ICodeGenerator.CreateEscapedIdentifier(string value) => throw null;
protected abstract string CreateValidIdentifier(string value);
protected abstract string CreateEscapedIdentifier(string value);
string System.CodeDom.Compiler.ICodeGenerator.CreateValidIdentifier(string value) => throw null;
protected abstract string CreateValidIdentifier(string value);
protected CodeGenerator() => throw null;
protected System.CodeDom.CodeTypeDeclaration CurrentClass { get => throw null; }
protected System.CodeDom.CodeTypeMember CurrentMember { get => throw null; }
@@ -959,7 +959,7 @@ namespace System
protected abstract void GenerateSnippetMember(System.CodeDom.CodeSnippetTypeMember e);
protected virtual void GenerateSnippetStatement(System.CodeDom.CodeSnippetStatement e) => throw null;
protected void GenerateStatement(System.CodeDom.CodeStatement e) => throw null;
protected void GenerateStatements(System.CodeDom.CodeStatementCollection stms) => throw null;
protected void GenerateStatements(System.CodeDom.CodeStatementCollection stmts) => throw null;
protected abstract void GenerateThisReferenceExpression(System.CodeDom.CodeThisReferenceExpression e);
protected abstract void GenerateThrowExceptionStatement(System.CodeDom.CodeThrowExceptionStatement e);
protected abstract void GenerateTryCatchFinallyStatement(System.CodeDom.CodeTryCatchFinallyStatement e);
@@ -971,16 +971,16 @@ namespace System
protected abstract void GenerateTypeStart(System.CodeDom.CodeTypeDeclaration e);
protected abstract void GenerateVariableDeclarationStatement(System.CodeDom.CodeVariableDeclarationStatement e);
protected abstract void GenerateVariableReferenceExpression(System.CodeDom.CodeVariableReferenceExpression e);
protected abstract string GetTypeOutput(System.CodeDom.CodeTypeReference value);
string System.CodeDom.Compiler.ICodeGenerator.GetTypeOutput(System.CodeDom.CodeTypeReference type) => throw null;
protected abstract string GetTypeOutput(System.CodeDom.CodeTypeReference value);
protected int Indent { get => throw null; set { } }
protected bool IsCurrentClass { get => throw null; }
protected bool IsCurrentDelegate { get => throw null; }
protected bool IsCurrentEnum { get => throw null; }
protected bool IsCurrentInterface { get => throw null; }
protected bool IsCurrentStruct { get => throw null; }
protected abstract bool IsValidIdentifier(string value);
bool System.CodeDom.Compiler.ICodeGenerator.IsValidIdentifier(string value) => throw null;
protected abstract bool IsValidIdentifier(string value);
public static bool IsValidLanguageIndependentIdentifier(string value) => throw null;
protected abstract string NullToken { get; }
protected System.CodeDom.Compiler.CodeGeneratorOptions Options { get => throw null; }
@@ -1000,8 +1000,8 @@ namespace System
protected virtual void OutputTypeAttributes(System.Reflection.TypeAttributes attributes, bool isStruct, bool isEnum) => throw null;
protected virtual void OutputTypeNamePair(System.CodeDom.CodeTypeReference typeRef, string name) => throw null;
protected abstract string QuoteSnippetString(string value);
protected abstract bool Supports(System.CodeDom.Compiler.GeneratorSupport support);
bool System.CodeDom.Compiler.ICodeGenerator.Supports(System.CodeDom.Compiler.GeneratorSupport support) => throw null;
protected abstract bool Supports(System.CodeDom.Compiler.GeneratorSupport support);
void System.CodeDom.Compiler.ICodeGenerator.ValidateIdentifier(string value) => throw null;
protected virtual void ValidateIdentifier(string value) => throw null;
public static void ValidateIdentifiers(System.CodeDom.CodeObject e) => throw null;
@@ -1036,8 +1036,8 @@ namespace System
public class CompilerErrorCollection : System.Collections.CollectionBase
{
public int Add(System.CodeDom.Compiler.CompilerError value) => throw null;
public void AddRange(System.CodeDom.Compiler.CompilerErrorCollection value) => throw null;
public void AddRange(System.CodeDom.Compiler.CompilerError[] value) => throw null;
public void AddRange(System.CodeDom.Compiler.CompilerErrorCollection value) => throw null;
public bool Contains(System.CodeDom.Compiler.CompilerError value) => throw null;
public void CopyTo(System.CodeDom.Compiler.CompilerError[] array, int index) => throw null;
public CompilerErrorCollection() => throw null;
@@ -1098,9 +1098,9 @@ namespace System
{
public static void ExecWait(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles) => throw null;
public static int ExecWaitWithCapture(nint userToken, string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) => throw null;
public static int ExecWaitWithCapture(nint userToken, string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) => throw null;
public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) => throw null;
public static int ExecWaitWithCapture(string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) => throw null;
public static int ExecWaitWithCapture(string cmd, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) => throw null;
public static int ExecWaitWithCapture(nint userToken, string cmd, string currentDir, System.CodeDom.Compiler.TempFileCollection tempFiles, ref string outputName, ref string errorName) => throw null;
}
[System.Flags]
public enum GeneratorSupport
@@ -1171,16 +1171,16 @@ namespace System
public string AddExtension(string fileExtension, bool keepFile) => throw null;
public void AddFile(string fileName, bool keepFile) => throw null;
public string BasePath { get => throw null; }
public void CopyTo(string[] fileNames, int start) => throw null;
void System.Collections.ICollection.CopyTo(System.Array array, int start) => throw null;
public void CopyTo(string[] fileNames, int start) => throw null;
public int Count { get => throw null; }
int System.Collections.ICollection.Count { get => throw null; }
public TempFileCollection() => throw null;
public TempFileCollection(string tempDir) => throw null;
public TempFileCollection(string tempDir, bool keepFiles) => throw null;
public void Delete() => throw null;
protected virtual void Dispose(bool disposing) => throw null;
void System.IDisposable.Dispose() => throw null;
protected virtual void Dispose(bool disposing) => throw null;
public System.Collections.IEnumerator GetEnumerator() => throw null;
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => throw null;
bool System.Collections.ICollection.IsSynchronized { get => throw null; }
@@ -1202,9 +1202,7 @@ namespace System
Static = 3,
Override = 4,
Const = 5,
ScopeMask = 15,
New = 16,
VTableMask = 240,
Overloaded = 256,
Assembly = 4096,
FamilyAndAssembly = 8192,
@@ -1213,6 +1211,8 @@ namespace System
Private = 20480,
Public = 24576,
AccessMask = 61440,
ScopeMask = 15,
VTableMask = 240,
}
}
}

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.NETCore.Platforms/1.1.0/Microsoft.NETCore.Platforms.csproj" />
<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="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />

View File

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

View File

@@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.Diagnostics.EventLog/8.0.0/System.Diagnostics.EventLog.csproj" />
<ProjectReference Include="../../System.Security.Cryptography.ProtectedData/8.0.0/System.Security.Cryptography.ProtectedData.csproj" />
<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,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.NETCore.Platforms/1.1.0/Microsoft.NETCore.Platforms.csproj" />
<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" />

View File

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

View File

@@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.Configuration.ConfigurationManager/6.0.0/System.Configuration.ConfigurationManager.csproj" />
<ProjectReference Include="../../System.Diagnostics.PerformanceCounter/8.0.0/System.Diagnostics.PerformanceCounter.csproj" />
<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="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Stub.System.Data.SQLite.Core.NetStandard/1.0.118/Stub.System.Data.SQLite.Core.NetStandard.csproj" />
<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,5 +1,5 @@
// This file contains auto-generated code.
// Generated from `System.Data.SQLite.EF6, Version=1.0.118.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139`.
// Generated from `System.Data.SQLite.EF6, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139`.
namespace System
{
namespace Data

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../EntityFramework/6.4.4/EntityFramework.csproj" />
<ProjectReference Include="../../EntityFramework/6.5.1/EntityFramework.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.Data.SQLite.Core/1.0.118/System.Data.SQLite.Core.csproj" />
<ProjectReference Include="../../System.Data.SQLite.EF6/1.0.118/System.Data.SQLite.EF6.csproj" />
<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,15 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputPath>bin\</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Win32.Registry/4.7.0/Microsoft.Win32.Registry.csproj" />
<ProjectReference Include="../../System.Security.Principal.Windows/4.7.0/System.Security.Principal.Windows.csproj" />
<ProjectReference Include="../../runtime.native.System.Data.SqlClient.sni/4.7.0/runtime.native.System.Data.SqlClient.sni.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.SqlClient, Version=4.6.1.5, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`.
// Generated from `System.Data.SqlClient, Version=4.6.1.6, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a`.
namespace Microsoft
{
namespace SqlServer
@@ -271,8 +271,8 @@ namespace System
public delegate void OnChangeEventHandler(object sender, System.Data.SqlClient.SqlNotificationEventArgs e);
public enum PoolBlockingPeriod
{
AlwaysBlock = 1,
Auto = 0,
AlwaysBlock = 1,
NeverBlock = 2,
}
public enum SortOrder

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../System.Runtime.CompilerServices.Unsafe/6.0.0/System.Runtime.CompilerServices.Unsafe.csproj" />
<ProjectReference Include="../../runtime.native.System.Data.SqlClient.sni/4.4.0/runtime.native.System.Data.SqlClient.sni.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.NETCore.Platforms/1.1.0/Microsoft.NETCore.Platforms.csproj" />
<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="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />

View File

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

View File

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

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.NETCore.Platforms/1.1.0/Microsoft.NETCore.Platforms.csproj" />
<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="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.NETCore.Platforms/1.1.0/Microsoft.NETCore.Platforms.csproj" />
<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="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.Win32.SystemEvents/6.0.0/Microsoft.Win32.SystemEvents.csproj" />
<ProjectReference Include="../../Microsoft.Win32.SystemEvents/9.0.1/Microsoft.Win32.SystemEvents.csproj" />
<ProjectReference Include="../../_frameworks/Microsoft.NETCore.App/Microsoft.NETCore.App.csproj" />
</ItemGroup>
</Project>

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../Microsoft.NETCore.Platforms/1.1.0/Microsoft.NETCore.Platforms.csproj" />
<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.Globalization/4.3.0/System.Globalization.csproj" />
<ProjectReference Include="../../System.Runtime/4.3.0/System.Runtime.csproj" />

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