Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • schneider/prog2-ss2020-wienkop
  • Wienkop/prog2-ss2020-wienkop
2 results
Show changes
Showing
with 18 additions and 7 deletions
{
"version": 2,
"dgSpecHash": "hI5jXXk4OwCKWk2v7eA6qUrwRXa/vKtxYSandqsQPRH25NMUN0iQS/WTaB39BaGQx6/DSjqL+obVX1wWQD9mAA==",
"dgSpecHash": "5oMmGwQZNWZl+ZIZBBwq/LF5h5UylkBmPsMv9GscChd402u6v2YV9bNwilVD3jKjkDnmLTrosJcgd2GV7HyBLA==",
"success": true,
"projectFilePath": "C:\\Users\\wienkop\\source\\repos\\prog2-ss2020-wienkop\\01Buergeramt\\01Uebg_Buergeramt-Mo.csproj",
"expectedPackageFiles": [],
......
......@@ -50,6 +50,9 @@ namespace _01Indexer
pm1[2] = new Person("Claudia");
pm1[3] = new Person("Dieter");
if (pm1["Berta"]!= null)
Console.WriteLine("Berta ist im Feld vorhanden!");
#region Weitere Möglichkeiten
Person[] pers = pm1["er"];
foreach (Person p in pers)
......
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -52,7 +52,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.302\\RuntimeIdentifierGraph.json"
}
}
}
......
......@@ -7,7 +7,7 @@
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\wienkop\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.5.0</NuGetToolVersion>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.6.0</NuGetToolVersion>
</PropertyGroup>
<PropertyGroup>
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
......
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
c0523642d3f3714f80c0cf31b3f8720f51a0bc09
8b7b75bb69b672e6a7477237e4395e0ef6407dac
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
......@@ -58,7 +58,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.302\\RuntimeIdentifierGraph.json"
}
}
}
......
{
"version": 2,
"dgSpecHash": "2pVF1+x8k6mzC7wUA3MIkntqXe5ZO8tmHS2jCga59c3cWikla9SuImJGgeRYMgevFYtB+NEOi81PumRWc6j5rQ==",
"dgSpecHash": "9BJ8tMggdBQn5ecyjbEZpBGPcwhoYtlo2Weol1HPP5bUtBHvikecX3S2dwGK5o2dy2RMgjUxt8dIkxj1Jn272Q==",
"success": true,
"projectFilePath": "C:\\Users\\wienkop\\source\\repos\\prog2-ss2020-wienkop\\01Indexer\\01Indexer.csproj",
"expectedPackageFiles": [],
......
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -52,7 +52,7 @@
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.302\\RuntimeIdentifierGraph.json"
}
}
}
......