fuget.org
MyLab.TaskApp
by Andrey O.
1.0.0
14 Apr 20
Toggle Dropdown
Version 1
1.6.6
13 Apr 23
1.5.6
12 Apr 23
1.5.5
12 Apr 23
1.4.5
14 Jun 22
1.3.5
5 Aug 21
1.2.3
22 Jun 21
1.2.2
27 Nov 20
1.1.2
22 Apr 20
1.0.2
22 Apr 20
1.0.1
22 Apr 20
1.0.0
14 Apr 20
API Diff
with 1.2.2
Toggle Dropdown
Version 1
1.6.6
13 Apr 23
1.5.6
12 Apr 23
1.5.5
12 Apr 23
1.4.5
14 Jun 22
1.3.5
5 Aug 21
1.2.3
22 Jun 21
1.2.2
27 Nov 20
1.1.2
22 Apr 20
1.0.2
22 Apr 20
1.0.1
22 Apr 20
1.0.0
14 Apr 20
MyLab.TaskApp.1.0.0.nupkg
nuget.org
github.com
<
PackageReference
Include
=
"MyLab.TaskApp"
Version
=
"1.0.0"
/>
Frameworks
netcoreapp3.1
Dependencies
MyLab.LogDsl 2.0.0
MyLab.StatusProvider 1.2.2
API Diff between 1.0.0 and 1.2.2
2
Additions
8
Removals
MyLab.TaskApp
public
interface
ITaskLogic
Task
Perform
(
CancellationToken
cancellationToken
)
Task
Perform
()
public
interface
ITaskStatusService
public
class
TaskAppStatus
:
ICloneable
public
static
class
TaskLogicIntegration
public
static
IServiceCollection
AddTaskCirclePerformer
(
this
IServiceCollection
srv
,
IConfiguration
config
,
string
sectionName
=
"Task"
)
public
static
IServiceCollection
AddTaskLogic
<
T
>(
this
IServiceCollection
srv
) where
T
:
ITaskLogic
public
static
IApplicationBuilder
UseTaskApi
(
this
IApplicationBuilder
app
,
string
path
=
"/processing"
)
public
static
void
AddTaskLogicApi
(
this
IApplicationBuilder
app
,
string
basePath
=
null
)
public
class
TaskOptions
public
static
class
TaskStatusServiceExtensions