Second commit
New test (GMP)
This commit is contained in:
@@ -10,11 +10,11 @@ namespace DataClients
|
||||
{
|
||||
public class FileClient
|
||||
{
|
||||
private char split = '/';
|
||||
//private char split = '\\';
|
||||
//private string dir = @"Y:\data";
|
||||
//private char split = '/';
|
||||
private char split = '\\';
|
||||
private string dir = @"Y:\data";
|
||||
//private string dir = @"C:\data";
|
||||
private string dir = @"/archive_rmt/data";
|
||||
//private string dir = @"/archive_rmt/data";
|
||||
|
||||
public FileClient()
|
||||
{
|
||||
|
Binary file not shown.
Binary file not shown.
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"F:\\Projects1\\DataClients\\DataClients.csproj": {}
|
||||
"D:\\GIT\\ASCKU_PC\\DataClients\\DataClients.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"F:\\Projects1\\DataClients\\DataClients.csproj": {
|
||||
"D:\\GIT\\ASCKU_PC\\DataClients\\DataClients.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "F:\\Projects1\\DataClients\\DataClients.csproj",
|
||||
"projectUniqueName": "D:\\GIT\\ASCKU_PC\\DataClients\\DataClients.csproj",
|
||||
"projectName": "DataClients",
|
||||
"projectPath": "F:\\Projects1\\DataClients\\DataClients.csproj",
|
||||
"projectPath": "D:\\GIT\\ASCKU_PC\\DataClients\\DataClients.csproj",
|
||||
"packagesPath": "C:\\Users\\google\\.nuget\\packages\\",
|
||||
"outputPath": "F:\\Projects1\\DataClients\\obj\\",
|
||||
"outputPath": "D:\\GIT\\ASCKU_PC\\DataClients\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Microsoft\\Xamarin\\NuGet\\",
|
||||
@@ -68,7 +68,7 @@
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.301\\RuntimeIdentifierGraph.json"
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -7,8 +7,11 @@
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\google\.nuget\packages\;C:\Microsoft\Xamarin\NuGet\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.6.0</NuGetToolVersion>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.7.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="$([MSBuild]::EnsureTrailingSlash($(NuGetPackageFolders)))" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
|
||||
</PropertyGroup>
|
||||
|
Binary file not shown.
@@ -16,3 +16,12 @@ G:\Projects1\DataClients\obj\Debug\netstandard2.0\DataClients.AssemblyInfo.cs
|
||||
G:\Projects1\DataClients\obj\Debug\netstandard2.0\DataClients.csproj.CoreCompileInputs.cache
|
||||
G:\Projects1\DataClients\obj\Debug\netstandard2.0\DataClients.dll
|
||||
G:\Projects1\DataClients\obj\Debug\netstandard2.0\DataClients.pdb
|
||||
D:\GIT\ASCKU_PC\DataClients\bin\Debug\netstandard2.0\DataClients.deps.json
|
||||
D:\GIT\ASCKU_PC\DataClients\bin\Debug\netstandard2.0\DataClients.dll
|
||||
D:\GIT\ASCKU_PC\DataClients\bin\Debug\netstandard2.0\DataClients.pdb
|
||||
D:\GIT\ASCKU_PC\DataClients\obj\Debug\netstandard2.0\DataClients.csprojAssemblyReference.cache
|
||||
D:\GIT\ASCKU_PC\DataClients\obj\Debug\netstandard2.0\DataClients.AssemblyInfoInputs.cache
|
||||
D:\GIT\ASCKU_PC\DataClients\obj\Debug\netstandard2.0\DataClients.AssemblyInfo.cs
|
||||
D:\GIT\ASCKU_PC\DataClients\obj\Debug\netstandard2.0\DataClients.csproj.CoreCompileInputs.cache
|
||||
D:\GIT\ASCKU_PC\DataClients\obj\Debug\netstandard2.0\DataClients.dll
|
||||
D:\GIT\ASCKU_PC\DataClients\obj\Debug\netstandard2.0\DataClients.pdb
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -312,11 +312,11 @@
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "F:\\Projects1\\DataClients\\DataClients.csproj",
|
||||
"projectUniqueName": "D:\\GIT\\ASCKU_PC\\DataClients\\DataClients.csproj",
|
||||
"projectName": "DataClients",
|
||||
"projectPath": "F:\\Projects1\\DataClients\\DataClients.csproj",
|
||||
"projectPath": "D:\\GIT\\ASCKU_PC\\DataClients\\DataClients.csproj",
|
||||
"packagesPath": "C:\\Users\\google\\.nuget\\packages\\",
|
||||
"outputPath": "F:\\Projects1\\DataClients\\obj\\",
|
||||
"outputPath": "D:\\GIT\\ASCKU_PC\\DataClients\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"fallbackFolders": [
|
||||
"C:\\Microsoft\\Xamarin\\NuGet\\",
|
||||
@@ -373,7 +373,7 @@
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.301\\RuntimeIdentifierGraph.json"
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.402\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "luIlLkJpphdxn+N0Tej8I3Q8t0JhY6JKvYdSHoGjFRJtuja+iy9Rig0D/ls+i8l95ePrv+iVmnnMZKlk07oDFA==",
|
||||
"dgSpecHash": "HcEcTEFqK4NguLdc9n2oVWS6UDiCCisPrshFq2CupkRvv5hBmPda9OVQoJIzeZEdi+2U4gtyC3VWS0arGt4GMg==",
|
||||
"success": true,
|
||||
"projectFilePath": "F:\\Projects1\\DataClients\\DataClients.csproj",
|
||||
"projectFilePath": "D:\\GIT\\ASCKU_PC\\DataClients\\DataClients.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512",
|
||||
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512",
|
||||
|
Reference in New Issue
Block a user