4 changed files
LabApps.Threading.Core | ||
LabApps.Threading.Core.csproj | ||
LICENSE.txt | ||
projscan.json + | ||
Threading.sln | ||
LabApps.Threading.Core.csproj
/LabApps.Threading.Core/LabApps.Threading.Core.csproj-3+3/LabApps.Threading.Core/LabApps.Threading.Core.csproj
Add comment 8 <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Add comment 9 <Description>Core threading types based on System.Threading.Channels: EventProcessor, StateMachine, ExecutionQueue and Sequencer - a scheduler that
Add comment 10 coordinates the execution of synchronous and asynchronous tasks using a hierarchical key that defines their relative concurrency.</Description>
Add comment 11 Minus <Company>Labyrinth Apps</Company>
Add comment 11 Plus <Company>MetaFac</Company>
Add comment 12 <Product>Threading</Product>
Add comment 13 <PackageLicenseUrl></PackageLicenseUrl>
Add comment 14 Minus <Authors>Labyrinth Apps Contributors</Authors>
Add comment 14 Plus <Authors>MetaFac Contributors</Authors>
Add comment 15 <PackageProjectUrl>https://dev.azure.com/labapps21/LAP</PackageProjectUrl>
Add comment 16 <RepositoryUrl>https://dev.azure.com/labapps21/LAP/_git/Threading</RepositoryUrl>
Add comment 17 <RepositoryType>Git</RepositoryType>
Add comment 18 <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
Add comment 19 <SignAssembly>true</SignAssembly>
Add comment 20 <PackageTags>thread task sequencer scheduler coordinator labapps concurrency channels</PackageTags>
Add comment 21 Minus <Copyright>Copyright (c) 2022 Labyrinth Apps</Copyright>
Add comment 21 Plus <Copyright>Copyright (c) 2022 MetaFac</Copyright>
Add comment 22 <LangVersion>latest</LangVersion>
Add comment 23 <AssemblyOriginatorKeyFile>..\SigningKey.snk</AssemblyOriginatorKeyFile>
Add comment 24 <IncludeSymbols>true</IncludeSymbols>
Add comment 175
Add comment 176 END OF TERMS AND CONDITIONS
Add comment 177
Add comment 178 Minus Copyright 2019 Labyrinth Apps Pty Ltd
Add comment 178 Plus Copyright 2019 MetaFac Pty Ltd
Add comment 179
Add comment 180 Licensed under the Apache License, Version 2.0 (the "License");
Add comment 181 you may not use this file except in compliance with the License.
Add comment 1 Plus {
Add comment 2 Plus "ProductName": "Threading"
Add comment 3 Plus }
Add comment 4 Plus
Add comment 7 ProjectSection(SolutionItems) = preProject
Add comment 8 azure-pipelines.yml = azure-pipelines.yml
Add comment 9 LICENSE.txt = LICENSE.txt
Add comment 10 Plus projscan.json = projscan.json
Add comment 10 11 README.md = README.md
Add comment 11 12 SigningKey.snk = SigningKey.snk
Add comment 12 13 version.json = version.json