Skip to content

Commit

Permalink
Install binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasfloescher-geberit committed Sep 7, 2021
1 parent a02714a commit 031a5b3
Show file tree
Hide file tree
Showing 39 changed files with 407 additions and 25,785 deletions.
4 changes: 1 addition & 3 deletions documentation/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Release Notes
* v1.3.4 [September 2021]
* NUnit result file

* v1.3.3 [September 2021]
* NUnit result file
* Clients using .net core 3.1
* Shared using .net standard 2.0

Expand Down
18 changes: 18 additions & 0 deletions install/Addin/Local.log4net
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<log4net>
<appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender">
<param name="File" value="C:\\temp\\TestRunner.log"/>
<lockingModel type="log4net.Appender.FileAppender+MinimalLock"/>
<appendToFile value="true"/>
<rollingStyle value="Size"/>
<maxSizeRollBackups value="10"/>
<maximumFileSize value="1MB"/>
<staticLogFileName value="true"/>
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="%date [%thread] %level %logger - %message%newline"/>
</layout>
</appender>
<root>
<level value="ALL"/>
<appender-ref ref="LogFileAppender"/>
</root>
</log4net>
Binary file added install/Addin/Microsoft.Win32.Registry.dll
Binary file not shown.
Binary file removed install/Addin/Newtonsoft.Json.dll
Binary file not shown.
11,262 changes: 0 additions & 11,262 deletions install/Addin/Newtonsoft.Json.xml

This file was deleted.

Binary file modified install/Addin/Revit.TestRunner.Shared.dll
Binary file not shown.
Binary file modified install/Addin/Revit.TestRunner.Shared.pdb
Binary file not shown.
Binary file modified install/Addin/Revit.TestRunner.dll
Binary file not shown.
50 changes: 1 addition & 49 deletions install/Addin/Revit.TestRunner.dll.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="Revit.TestRunner.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
Expand All @@ -13,49 +10,4 @@
</dependentAssembly>
</assemblyBinding>
</runtime>
<log4net>

<appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender">

<param name="File" value="C:\\temp\\TestRunner.log"/>

<lockingModel type="log4net.Appender.FileAppender+MinimalLock"/>

<appendToFile value="true"/>

<rollingStyle value="Size"/>

<maxSizeRollBackups value="10"/>

<maximumFileSize value="1MB"/>

<staticLogFileName value="true"/>

<layout type="log4net.Layout.PatternLayout">

<conversionPattern value="%date [%thread] %level %logger - %message%newline"/>

</layout>

</appender>

<root>

<level value="ALL"/>

<appender-ref ref="LogFileAppender"/>

</root>

</log4net>
<userSettings>
<Revit.TestRunner.Properties.Settings>
<setting name="AssemblyPath" serializeAs="String">
<value />
</setting>
<setting name="ExportPath" serializeAs="String">
<value />
</setting>
</Revit.TestRunner.Properties.Settings>
</userSettings>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
Binary file added install/Addin/Revit.TestRunner.pdb
Binary file not shown.
Binary file modified install/Addin/nunit.framework.dll
Binary file not shown.
11 changes: 3 additions & 8 deletions install/Addin/nunit.framework.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14832,14 +14832,15 @@
<param name="recursive">True if child work items should be created and added.</param>
<returns></returns>
</member>
<member name="M:NUnit.Framework.Internal.Execution.WorkItemBuilder.CreateWorkItem(NUnit.Framework.Interfaces.ITest,NUnit.Framework.Interfaces.ITestFilter,NUnit.Framework.Internal.Abstractions.IDebugger,System.Boolean)">
<member name="M:NUnit.Framework.Internal.Execution.WorkItemBuilder.CreateWorkItem(NUnit.Framework.Interfaces.ITest,NUnit.Framework.Interfaces.ITestFilter,NUnit.Framework.Internal.Abstractions.IDebugger,System.Boolean,System.Boolean)">
<summary>
Creates a work item.
</summary>
<param name="test">The test for which this WorkItem is being created.</param>
<param name="filter">The filter to be used in selecting any child Tests.</param>
<param name="debugger">An <see cref="T:NUnit.Framework.Internal.Abstractions.IDebugger" /> instance.</param>
<param name="recursive">True if child work items should be created and added.</param>
<param name="root"><see langword="true"/> if work item needs to be created unconditionally, if <see langword="false"/> <see langword="null"/> will be returned for tests that don't match the filter.</param>
<returns></returns>
</member>
<member name="M:NUnit.Framework.Internal.Execution.WorkItemBuilder.WorkItemOrderComparer.Compare(NUnit.Framework.Internal.Execution.WorkItem,NUnit.Framework.Internal.Execution.WorkItem)">
Expand Down Expand Up @@ -15347,12 +15348,6 @@
</summary>
<param name="filters"></param>
</member>
<member name="M:NUnit.Framework.Internal.Filters.CompositeFilter.Add(NUnit.Framework.Internal.TestFilter)">
<summary>
Adds a filter to the list of filters
</summary>
<param name="filter">The filter to be added</param>
</member>
<member name="P:NUnit.Framework.Internal.Filters.CompositeFilter.Filters">
<summary>
Return a list of the composing filters.
Expand Down Expand Up @@ -15528,7 +15523,7 @@
</member>
<member name="T:NUnit.Framework.Internal.Filters.OrFilter">
<summary>
Combines multiple filters so that a test must pass one
Combines multiple filters so that a test must pass one
of them in order to pass this filter.
</summary>
</member>
Expand Down
Binary file modified install/Client/CommandLine.dll
Binary file not shown.
Loading

0 comments on commit 031a5b3

Please sign in to comment.