首次提交:添加src文件夹代码
This commit is contained in:
BIN
packages/System.Text.Json.7.0.2/.signature.p7s
vendored
Normal file
BIN
packages/System.Text.Json.7.0.2/.signature.p7s
vendored
Normal file
Binary file not shown.
BIN
packages/System.Text.Json.7.0.2/Icon.png
vendored
Normal file
BIN
packages/System.Text.Json.7.0.2/Icon.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
23
packages/System.Text.Json.7.0.2/LICENSE.TXT
vendored
Normal file
23
packages/System.Text.Json.7.0.2/LICENSE.TXT
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) .NET Foundation and Contributors
|
||||
|
||||
All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
11
packages/System.Text.Json.7.0.2/README.md
vendored
Normal file
11
packages/System.Text.Json.7.0.2/README.md
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
## About
|
||||
|
||||
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data.
|
||||
|
||||
The `System.Text.Json` library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.
|
||||
|
||||
For more information, see the documentation:
|
||||
|
||||
- [JSON serialization and deserialization in .NET](https://docs.microsoft.com/dotnet/standard/serialization/system-text-json-overview)
|
||||
- [How to serialize and deserialize JSON in .NET](https://docs.microsoft.com/dotnet/standard/serialization/system-text-json-how-to)
|
||||
- [System.Text.Json API reference](https://docs.microsoft.com/dotnet/api/system.text.json)
|
||||
BIN
packages/System.Text.Json.7.0.2/System.Text.Json.7.0.2.nupkg
vendored
Normal file
BIN
packages/System.Text.Json.7.0.2/System.Text.Json.7.0.2.nupkg
vendored
Normal file
Binary file not shown.
1145
packages/System.Text.Json.7.0.2/THIRD-PARTY-NOTICES.TXT
vendored
Normal file
1145
packages/System.Text.Json.7.0.2/THIRD-PARTY-NOTICES.TXT
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
packages/System.Text.Json.7.0.2/analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll
vendored
Normal file
BIN
packages/System.Text.Json.7.0.2/analyzers/dotnet/roslyn3.11/cs/System.Text.Json.SourceGeneration.dll
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
packages/System.Text.Json.7.0.2/analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll
vendored
Normal file
BIN
packages/System.Text.Json.7.0.2/analyzers/dotnet/roslyn4.0/cs/System.Text.Json.SourceGeneration.dll
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
packages/System.Text.Json.7.0.2/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll
vendored
Normal file
BIN
packages/System.Text.Json.7.0.2/analyzers/dotnet/roslyn4.4/cs/System.Text.Json.SourceGeneration.dll
vendored
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6
packages/System.Text.Json.7.0.2/buildTransitive/net461/System.Text.Json.targets
vendored
Normal file
6
packages/System.Text.Json.7.0.2/buildTransitive/net461/System.Text.Json.targets
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<Project InitialTargets="NETStandardCompatError_System_Text_Json_net462">
|
||||
<Target Name="NETStandardCompatError_System_Text_Json_net462"
|
||||
Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
|
||||
<Warning Text="System.Text.Json 7.0.2 doesn't support $(TargetFramework) and has not been tested with it. Consider upgrading your TargetFramework to net462 or later. You may also set <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings> in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk." />
|
||||
</Target>
|
||||
</Project>
|
||||
31
packages/System.Text.Json.7.0.2/buildTransitive/net462/System.Text.Json.targets
vendored
Normal file
31
packages/System.Text.Json.7.0.2/buildTransitive/net462/System.Text.Json.targets
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<Project>
|
||||
<Target Name="_System_Text_JsonGatherAnalyzers">
|
||||
|
||||
<ItemGroup>
|
||||
<_System_Text_JsonAnalyzer Include="@(Analyzer)" Condition="'%(Analyzer.NuGetPackageId)' == 'System.Text.Json'" />
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
<Target Name="_System_Text_JsonAnalyzerMultiTargeting"
|
||||
Condition="'$(SupportsRoslynComponentVersioning)' != 'true'"
|
||||
AfterTargets="ResolvePackageDependenciesForBuild;ResolveNuGetPackageAssets"
|
||||
DependsOnTargets="_System_Text_JsonGatherAnalyzers">
|
||||
|
||||
<ItemGroup>
|
||||
<!-- Remove our analyzers targeting roslyn4.x -->
|
||||
<Analyzer Remove="@(_System_Text_JsonAnalyzer)"
|
||||
Condition="$([System.String]::Copy('%(_System_Text_JsonAnalyzer.Identity)').IndexOf('roslyn4')) >= 0"/>
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
<Target Name="_System_Text_JsonRemoveAnalyzers"
|
||||
Condition="'$(DisableSystemTextJsonSourceGenerator)' == 'true'"
|
||||
AfterTargets="ResolvePackageDependenciesForBuild;ResolveNuGetPackageAssets"
|
||||
DependsOnTargets="_System_Text_JsonGatherAnalyzers">
|
||||
|
||||
<!-- Remove all our analyzers -->
|
||||
<ItemGroup>
|
||||
<Analyzer Remove="@(_System_Text_JsonAnalyzer)" />
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
</Project>
|
||||
31
packages/System.Text.Json.7.0.2/buildTransitive/net6.0/System.Text.Json.targets
vendored
Normal file
31
packages/System.Text.Json.7.0.2/buildTransitive/net6.0/System.Text.Json.targets
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<Project>
|
||||
<Target Name="_System_Text_JsonGatherAnalyzers">
|
||||
|
||||
<ItemGroup>
|
||||
<_System_Text_JsonAnalyzer Include="@(Analyzer)" Condition="'%(Analyzer.NuGetPackageId)' == 'System.Text.Json'" />
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
<Target Name="_System_Text_JsonAnalyzerMultiTargeting"
|
||||
Condition="'$(SupportsRoslynComponentVersioning)' != 'true'"
|
||||
AfterTargets="ResolvePackageDependenciesForBuild;ResolveNuGetPackageAssets"
|
||||
DependsOnTargets="_System_Text_JsonGatherAnalyzers">
|
||||
|
||||
<ItemGroup>
|
||||
<!-- Remove our analyzers targeting roslyn4.x -->
|
||||
<Analyzer Remove="@(_System_Text_JsonAnalyzer)"
|
||||
Condition="$([System.String]::Copy('%(_System_Text_JsonAnalyzer.Identity)').IndexOf('roslyn4')) >= 0"/>
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
<Target Name="_System_Text_JsonRemoveAnalyzers"
|
||||
Condition="'$(DisableSystemTextJsonSourceGenerator)' == 'true'"
|
||||
AfterTargets="ResolvePackageDependenciesForBuild;ResolveNuGetPackageAssets"
|
||||
DependsOnTargets="_System_Text_JsonGatherAnalyzers">
|
||||
|
||||
<!-- Remove all our analyzers -->
|
||||
<ItemGroup>
|
||||
<Analyzer Remove="@(_System_Text_JsonAnalyzer)" />
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
</Project>
|
||||
6
packages/System.Text.Json.7.0.2/buildTransitive/netcoreapp2.0/System.Text.Json.targets
vendored
Normal file
6
packages/System.Text.Json.7.0.2/buildTransitive/netcoreapp2.0/System.Text.Json.targets
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
<Project InitialTargets="NETStandardCompatError_System_Text_Json_net6_0">
|
||||
<Target Name="NETStandardCompatError_System_Text_Json_net6_0"
|
||||
Condition="'$(SuppressTfmSupportBuildWarnings)' == ''">
|
||||
<Warning Text="System.Text.Json 7.0.2 doesn't support $(TargetFramework) and has not been tested with it. Consider upgrading your TargetFramework to net6.0 or later. You may also set <SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings> in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk." />
|
||||
</Target>
|
||||
</Project>
|
||||
31
packages/System.Text.Json.7.0.2/buildTransitive/netstandard2.0/System.Text.Json.targets
vendored
Normal file
31
packages/System.Text.Json.7.0.2/buildTransitive/netstandard2.0/System.Text.Json.targets
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<Project>
|
||||
<Target Name="_System_Text_JsonGatherAnalyzers">
|
||||
|
||||
<ItemGroup>
|
||||
<_System_Text_JsonAnalyzer Include="@(Analyzer)" Condition="'%(Analyzer.NuGetPackageId)' == 'System.Text.Json'" />
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
<Target Name="_System_Text_JsonAnalyzerMultiTargeting"
|
||||
Condition="'$(SupportsRoslynComponentVersioning)' != 'true'"
|
||||
AfterTargets="ResolvePackageDependenciesForBuild;ResolveNuGetPackageAssets"
|
||||
DependsOnTargets="_System_Text_JsonGatherAnalyzers">
|
||||
|
||||
<ItemGroup>
|
||||
<!-- Remove our analyzers targeting roslyn4.x -->
|
||||
<Analyzer Remove="@(_System_Text_JsonAnalyzer)"
|
||||
Condition="$([System.String]::Copy('%(_System_Text_JsonAnalyzer.Identity)').IndexOf('roslyn4')) >= 0"/>
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
|
||||
<Target Name="_System_Text_JsonRemoveAnalyzers"
|
||||
Condition="'$(DisableSystemTextJsonSourceGenerator)' == 'true'"
|
||||
AfterTargets="ResolvePackageDependenciesForBuild;ResolveNuGetPackageAssets"
|
||||
DependsOnTargets="_System_Text_JsonGatherAnalyzers">
|
||||
|
||||
<!-- Remove all our analyzers -->
|
||||
<ItemGroup>
|
||||
<Analyzer Remove="@(_System_Text_JsonAnalyzer)" />
|
||||
</ItemGroup>
|
||||
</Target>
|
||||
</Project>
|
||||
BIN
packages/System.Text.Json.7.0.2/lib/net462/System.Text.Json.dll
vendored
Normal file
BIN
packages/System.Text.Json.7.0.2/lib/net462/System.Text.Json.dll
vendored
Normal file
Binary file not shown.
5281
packages/System.Text.Json.7.0.2/lib/net462/System.Text.Json.xml
vendored
Normal file
5281
packages/System.Text.Json.7.0.2/lib/net462/System.Text.Json.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
packages/System.Text.Json.7.0.2/lib/net6.0/System.Text.Json.dll
vendored
Normal file
BIN
packages/System.Text.Json.7.0.2/lib/net6.0/System.Text.Json.dll
vendored
Normal file
Binary file not shown.
5281
packages/System.Text.Json.7.0.2/lib/net6.0/System.Text.Json.xml
vendored
Normal file
5281
packages/System.Text.Json.7.0.2/lib/net6.0/System.Text.Json.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
packages/System.Text.Json.7.0.2/lib/net7.0/System.Text.Json.dll
vendored
Normal file
BIN
packages/System.Text.Json.7.0.2/lib/net7.0/System.Text.Json.dll
vendored
Normal file
Binary file not shown.
5281
packages/System.Text.Json.7.0.2/lib/net7.0/System.Text.Json.xml
vendored
Normal file
5281
packages/System.Text.Json.7.0.2/lib/net7.0/System.Text.Json.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
BIN
packages/System.Text.Json.7.0.2/lib/netstandard2.0/System.Text.Json.dll
vendored
Normal file
BIN
packages/System.Text.Json.7.0.2/lib/netstandard2.0/System.Text.Json.dll
vendored
Normal file
Binary file not shown.
5281
packages/System.Text.Json.7.0.2/lib/netstandard2.0/System.Text.Json.xml
vendored
Normal file
5281
packages/System.Text.Json.7.0.2/lib/netstandard2.0/System.Text.Json.xml
vendored
Normal file
File diff suppressed because it is too large
Load Diff
0
packages/System.Text.Json.7.0.2/useSharedDesignerContext.txt
vendored
Normal file
0
packages/System.Text.Json.7.0.2/useSharedDesignerContext.txt
vendored
Normal file
Reference in New Issue
Block a user