Skip to content

Commit

Permalink
Split legacy adding
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasfloescher-geberit committed Jul 18, 2024
1 parent 77c0194 commit 7ec8c31
Show file tree
Hide file tree
Showing 181 changed files with 398,541 additions and 333 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion src/Revit.TestRunner.Addin/Revit.TestRunner.Addin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Nullable>warnings</Nullable>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
<Configurations>Debug;Release;Debug2025;Release2025</Configurations>
<Configurations>Debug2025;Release2025</Configurations>
<Platforms>x64</Platforms>
<OutputPath>..\bin\Addin</OutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand All @@ -23,6 +23,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit.Engine" Version="3.17.0" />
<PackageReference Include="System.Reflection.MetadataLoadContext" Version="8.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
"System.Reflection.MetadataLoadContext": {
"target": "Package",
"version": "[8.0.0, )"
},
"log4net": {
"target": "Package",
"version": "[2.0.15, )"
}
},
"imports": [
Expand Down Expand Up @@ -153,10 +157,6 @@
"System.Data.DataSetExtensions": {
"target": "Package",
"version": "[4.5.0, )"
},
"log4net": {
"target": "Package",
"version": "[2.0.15, )"
}
},
"imports": [
Expand Down
10 changes: 7 additions & 3 deletions src/Revit.TestRunner.Addin/obj/project.assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,7 @@
"Microsoft.CSharp": "4.7.0",
"Microsoft.Win32.Registry": "5.0.0",
"Newtonsoft.Json": "13.0.3",
"System.Data.DataSetExtensions": "4.5.0",
"log4net": "2.0.15"
"System.Data.DataSetExtensions": "4.5.0"
},
"compile": {
"bin/placeholder/Revit.TestRunner.Shared.dll": {}
Expand Down Expand Up @@ -999,7 +998,8 @@
"NUnit >= 4.1.0",
"NUnit.Engine >= 3.17.0",
"Revit.TestRunner.Shared >= 1.0.0",
"System.Reflection.MetadataLoadContext >= 8.0.0"
"System.Reflection.MetadataLoadContext >= 8.0.0",
"log4net >= 2.0.15"
]
},
"packageFolders": {
Expand Down Expand Up @@ -1068,6 +1068,10 @@
"System.Reflection.MetadataLoadContext": {
"target": "Package",
"version": "[8.0.0, )"
},
"log4net": {
"target": "Package",
"version": "[2.0.15, )"
}
},
"imports": [
Expand Down
2 changes: 1 addition & 1 deletion src/Revit.TestRunner.Addin/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 2,
"dgSpecHash": "7zv4PGFKRrA=",
"dgSpecHash": "Ra6eekh0g5I=",
"success": true,
"projectFilePath": "C:\\Code\\GitHub\\geberit\\Revit.TestRunner\\src\\Revit.TestRunner.Addin\\Revit.TestRunner.Addin.csproj",
"expectedPackageFiles": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Revit.TestRunner.Addin")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug2025")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+95d5dd230b16c84ae4da5b16689f8f38686bb651")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+77c019488c433f610fafeecf2e6c7290e3db4bf5")]
[assembly: System.Reflection.AssemblyProductAttribute("Revit.TestRunner.Addin")]
[assembly: System.Reflection.AssemblyTitleAttribute("Revit.TestRunner.Addin")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
74cc3026aa04cbfe4a4ddc3f6a63206164494e342ea3f598675177289553092a
96163ea76b4dbe834ccd2b5785cc6fff12951cfd84a467729f8a5e5be2e5bbfb
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6f4e0217bf761bd4c51df207e6229e47e1bc3a96c51a6f7951c4ef6cf0c2338f
140ec86faf1e8e40bfa8ff4cc94f38276afca7f88f053009a7bbe1e859a45cb2
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documents":{"C:\\Code\\GitHub\\geberit\\Revit.TestRunner\\*":"https://raw.githubusercontent.com/geberit/Revit.TestRunner/95d5dd230b16c84ae4da5b16689f8f38686bb651/*"}}
{"documents":{"C:\\Code\\GitHub\\geberit\\Revit.TestRunner\\*":"https://raw.githubusercontent.com/geberit/Revit.TestRunner/77c019488c433f610fafeecf2e6c7290e3db4bf5/*"}}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

using System;
using System.Reflection;

[assembly: System.Reflection.AssemblyCompanyAttribute("Revit.TestRunner.Addin")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release2025")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+77c019488c433f610fafeecf2e6c7290e3db4bf5")]
[assembly: System.Reflection.AssemblyProductAttribute("Revit.TestRunner.Addin")]
[assembly: System.Reflection.AssemblyTitleAttribute("Revit.TestRunner.Addin")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]

// Generated by the MSBuild WriteCodeFragment class.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
503dacdb443e1b7b6d3c666bbf5c192f39244d7b9f3c5b727f033fbdc786fede
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
is_global = true
build_property.TargetFramework = net8.0-windows
build_property.TargetPlatformMinVersion = 7.0
build_property.UsingMicrosoftNETSdkWeb =
build_property.ProjectTypeGuids =
build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Revit.TestRunner.Addin
build_property.ProjectDir = C:\Code\GitHub\geberit\Revit.TestRunner\src\Revit.TestRunner.Addin\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// <auto-generated/>
global using global::System;
global using global::System.Collections.Generic;
global using global::System.Linq;
global using global::System.Threading;
global using global::System.Threading.Tasks;
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<Configurations>Debug;Release;Debug2025</Configurations>
<Configurations>Debug2025;Release2025</Configurations>
<Platforms>x64</Platforms>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="3.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="NUnit.Analyzers" Version="3.6.1" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.4.2" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"dependencies": {
"Microsoft.NET.Test.Sdk": "17.5.0",
"NUnit": "3.13.3",
"NUnit.Analyzers": "3.6.1",
"NUnit3TestAdapter": "4.4.2",
"coverlet.collector": "3.2.0",
"RevitAPI": "25.1.0.0",
Expand Down Expand Up @@ -315,7 +314,6 @@
}
}
},
"NUnit.Analyzers/3.6.1": {},
"NUnit3TestAdapter/4.4.2": {},
"System.Reflection.Metadata/1.6.0": {},
"RevitAPI/25.1.0.0": {
Expand Down Expand Up @@ -420,13 +418,6 @@
"path": "nunit/3.13.3",
"hashPath": "nunit.3.13.3.nupkg.sha512"
},
"NUnit.Analyzers/3.6.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-RKP9tpKfl3DmRgUDGgh3XM3XzeLMrCXXMZm6vm1nMsObZ6vtQL1L9NrK7+oZh1jWearvNsbMis2+AIOY3NFmow==",
"path": "nunit.analyzers/3.6.1",
"hashPath": "nunit.analyzers.3.6.1.nupkg.sha512"
},
"NUnit3TestAdapter/4.4.2": {
"type": "package",
"serviceable": true,
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@
},
"NUnit": {
"target": "Package",
"version": "[3.13.3, )"
},
"NUnit.Analyzers": {
"target": "Package",
"version": "[3.6.1, )"
"version": "[4.1.0, )"
},
"NUnit3TestAdapter": {
"target": "Package",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)nunit3testadapter\4.4.2\build\netcoreapp3.1\NUnit3TestAdapter.props" Condition="Exists('$(NuGetPackageRoot)nunit3testadapter\4.4.2\build\netcoreapp3.1\NUnit3TestAdapter.props')" />
<Import Project="$(NuGetPackageRoot)nunit\3.13.3\build\NUnit.props" Condition="Exists('$(NuGetPackageRoot)nunit\3.13.3\build\NUnit.props')" />
<Import Project="$(NuGetPackageRoot)nunit\4.1.0\build\NUnit.props" Condition="Exists('$(NuGetPackageRoot)nunit\4.1.0\build\NUnit.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.testplatform.testhost\17.5.0\build\netcoreapp3.1\Microsoft.TestPlatform.TestHost.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testplatform.testhost\17.5.0\build\netcoreapp3.1\Microsoft.TestPlatform.TestHost.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.codecoverage\17.5.0\build\netstandard2.0\Microsoft.CodeCoverage.props" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\17.5.0\build\netstandard2.0\Microsoft.CodeCoverage.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk\17.5.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.props" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk\17.5.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgNUnit_Analyzers Condition=" '$(PkgNUnit_Analyzers)' == '' ">C:\Users\floto\.nuget\packages\nunit.analyzers\3.6.1</PkgNUnit_Analyzers>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)netstandard.library\2.0.0\build\netstandard2.0\NETStandard.Library.targets" Condition="Exists('$(NuGetPackageRoot)netstandard.library\2.0.0\build\netstandard2.0\NETStandard.Library.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.codecoverage\17.5.0\build\netstandard2.0\Microsoft.CodeCoverage.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\17.5.0\build\netstandard2.0\Microsoft.CodeCoverage.targets')" />
<Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk\17.5.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk\17.5.0\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.targets')" />
<Import Project="$(NuGetPackageRoot)coverlet.collector\3.2.0\build\netstandard1.0\coverlet.collector.targets" Condition="Exists('$(NuGetPackageRoot)coverlet.collector\3.2.0\build\netstandard1.0\coverlet.collector.targets')" />
Expand Down
Loading

0 comments on commit 7ec8c31

Please sign in to comment.