Skip to content

Commit

Permalink
Merge branch 'hotfix-4.2.1' into support-4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasohlund committed Mar 31, 2014
2 parents 60c8365 + 46ed7e5 commit 9c2c322
Show file tree
Hide file tree
Showing 45 changed files with 83 additions and 65 deletions.
Binary file modified buildsupport/FubuCore.dll
Binary file not shown.
Binary file removed buildsupport/FubuCore.pdb
Binary file not shown.
40 changes: 0 additions & 40 deletions buildsupport/GitFlowVersion/Build/GitFlowVersionTask.targets

This file was deleted.

Binary file removed buildsupport/GitFlowVersion/GitFlowVersion.exe
Binary file not shown.
Binary file removed buildsupport/GitFlowVersion/GitFlowVersion.pdb
Binary file not shown.
Binary file removed buildsupport/GitFlowVersion/GitFlowVersionTask.dll
Binary file not shown.
Binary file removed buildsupport/GitFlowVersion/GitFlowVersionTask.pdb
Binary file not shown.
Binary file removed buildsupport/GitFlowVersion/LibGit2Sharp.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
47 changes: 47 additions & 0 deletions buildsupport/GitVersion/Build/GitVersionTask.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">$(MSBuildProjectDirectory)..\</SolutionDir>
</PropertyGroup>

<UsingTask
TaskName="GitVersionTask.UpdateAssemblyInfo"
AssemblyFile="$(MSBuildThisFileDirectory)..\GitVersionTask.dll" />
<UsingTask
TaskName="GitVersionTask.WriteVersionInfoToBuildLog"
AssemblyFile="$(MSBuildThisFileDirectory)..\GitVersionTask.dll" />

<Target Name="UpdateAssemblyInfo"
BeforeTargets="CoreCompile">
<WriteVersionInfoToBuildLog
SolutionDirectory="$(SolutionDir)"
/>
<UpdateAssemblyInfo
SolutionDirectory="$(SolutionDir)"
ProjectFile="$(ProjectPath)"
SignAssembly="$(SignAssembly)"
CompileFiles ="@(Compile)">
<Output
TaskParameter="AssemblyInfoTempFilePath"
PropertyName="AssemblyInfoTempFilePath" />
</UpdateAssemblyInfo>

<ItemGroup>
<Compile Include="$(AssemblyInfoTempFilePath)" />
</ItemGroup>
</Target>

<!--Support for ncrunch-->
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)..\GitVersionTask.dll" />
<None Include="$(MSBuildThisFileDirectory)..\GitVersionTask.pdb" />
<None Include="$(MSBuildThisFileDirectory)..\GitVersion.exe" />
<None Include="$(MSBuildThisFileDirectory)..\GitVersion.pdb" />
<None Include="$(MSBuildThisFileDirectory)..\LibGit2Sharp.dll" />
<None Include="$(MSBuildThisFileDirectory)..\NativeBinaries\**\*" />
</ItemGroup>


</Project>


Binary file added buildsupport/GitVersion/GitVersion.exe
Binary file not shown.
Binary file added buildsupport/GitVersion/GitVersionTask.dll
Binary file not shown.
Binary file added buildsupport/MSBuild.Community.Tasks.dll
Binary file not shown.
Binary file modified buildsupport/NuGet.Core.dll
Binary file not shown.
Binary file added buildsupport/PepitaPackage.dll
Binary file not shown.
Binary file modified buildsupport/RippleRestoreTask.dll
Binary file not shown.
Binary file removed buildsupport/RippleRestoreTask.pdb
Binary file not shown.
2 changes: 1 addition & 1 deletion buildsupport/RippleRestoreTask.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">$(MSBuildProjectDirectory)\..\</SolutionDir>
<BuildDependsOn>
<BuildDependsOn Condition="'$(NCrunch)' != '1'">
RippleRestoreTarget;
$(BuildDependsOn);
</BuildDependsOn>
Expand Down
Binary file modified buildsupport/ripple.exe
Binary file not shown.
Binary file removed buildsupport/ripple.pdb
Binary file not shown.
4 changes: 2 additions & 2 deletions ripple.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<DefaultFloatConstraint>Current</DefaultFloatConstraint>
<DefaultFixedConstraint>Current,NextMajor</DefaultFixedConstraint>
<Feeds>
<Feed Url="http://builds.particular.net/guestAuth/app/nuget/v1/FeedService.svc" Mode="Float" Stability="Anything" />
<Feed Url="http://nuget.org/api/v2" Mode="Float" Stability="ReleasedOnly" />
<Feed Url="http://builds.particular.net/guestAuth/app/nuget/v1/FeedService.svc" Mode="Float" Stability="Anything" StabilityConvention="None" />
<Feed Url="http://nuget.org/api/v2" Mode="Float" Stability="ReleasedOnly" StabilityConvention="None" />
</Feeds>
<Nugets>
<Dependency Name="Autofac" Version="3.0.1.0" Mode="Fixed" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\RippleRestoreTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersion\build\GitVersionTask.targets" />
</Project>
2 changes: 1 addition & 1 deletion src/NServiceBus.Core/NServiceBus.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -619,5 +619,5 @@
<Exec Command="&quot;$(SolutionDir)..\tools\IlMerge\ilmerge.exe&quot; /keyfile:&quot;$(SolutionDir)NServiceBus.snk&quot; /internalize /out:&quot;$(TargetPath)&quot; &quot;$(MergeTemp)&quot; &quot;$(TargetDir)log4net.dll&quot; &quot;$(TargetDir)Interop.MSMQ.dll&quot; &quot;$(TargetDir)AutoFac.dll&quot; &quot;$(TargetDir)Newtonsoft.Json.dll&quot; /target:library /targetplatform:&quot;v4,$(FrameworkPathOverride)&quot;" />
<Delete Files="$(MergeTemp)" />
</Target>
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersion\build\GitVersionTask.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ public void Invoke(BehaviorContext context, Action next)

var transportMessage = context.TransportMessage;

if (transportMessage.IsControlMessage())
{
log.Info("Received a control message. Skipping deserilization as control message data is contained in the header.");
next();
return;
}

object[] rawMessages;

try
Expand All @@ -51,7 +58,7 @@ public void Invoke(BehaviorContext context, Action next)
throw new SerializationException(string.Format("An error occurred while attempting to extract logical messages from transport message {0}", transportMessage), exception);
}

if (!transportMessage.IsControlMessage() && !rawMessages.Any())
if (!rawMessages.Any())
{
log.Warn("Received an empty message - ignoring.");
return;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@
Projects="$(ProjectPath)"
Properties="SolutionDir=$(SolutionDir);Configuration=$(ConfigurationName);Platform=x86"/>
</Target>
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersion\build\GitVersionTask.targets" />
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace NServiceBus
{
using Deduplication.NHibernate.Config;
using NHibernate.Cfg;
using global::NHibernate.Cfg;
using Persistence.NHibernate;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace NServiceBus
{
using GatewayPersister.NHibernate.Config;
using NHibernate.Cfg;
using global::NHibernate.Cfg;
using Persistence.NHibernate;

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Collections.Generic;
using Config;
using NHibernate;
using NHibernate.Cfg;
using global::NHibernate.Cfg;
using Persistence.NHibernate;
using SagaPersisters.NHibernate;
using SagaPersisters.NHibernate.Config.Internal;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace NServiceBus
using System;
using Config;
using NHibernate;
using NHibernate.Cfg;
using global::NHibernate.Cfg;
using Persistence.NHibernate;
using Unicast.Subscriptions.NHibernate;
using Unicast.Subscriptions.NHibernate.Config;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace NServiceBus
{
using System;
using Config;
using NHibernate.Cfg;
using global::NHibernate.Cfg;
using Persistence.NHibernate;
using TimeoutPersisters.NHibernate;
using TimeoutPersisters.NHibernate.Config;
Expand Down
3 changes: 2 additions & 1 deletion src/NServiceBus.NHibernate/NServiceBus.NHibernate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<Reference Include="Microsoft.CSharp" />
<Reference Include="NHibernate">
<HintPath>..\packages\NHibernate\lib\Net35\NHibernate.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Obsolete">
<HintPath>..\packages\Obsolete.Fody\Lib\NET35\Obsolete.dll</HintPath>
Expand Down Expand Up @@ -122,5 +123,5 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="Fody.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\RippleRestoreTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersion\build\GitVersionTask.targets" />
</Project>
2 changes: 1 addition & 1 deletion src/NServiceBus.PowerShell/NServiceBus.PowerShell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\RippleRestoreTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersion\build\GitVersionTask.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\RippleRestoreTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersion\build\GitVersionTask.targets" />
</Project>
2 changes: 1 addition & 1 deletion src/NServiceBus.Testing/NServiceBus.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="Fody.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\RippleRestoreTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersion\build\GitVersionTask.targets" />
</Project>
3 changes: 3 additions & 0 deletions src/NServiceBus.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_SIZEOF_PARENTHESES/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/SPACE_BEFORE_TYPEOF_PARENTHESES/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/CSharpFormat/WRAP_LINES/@EntryValue">False</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/JavaScriptCodeFormatting/ALIGN_MULTIPLE_DECLARATION/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/CodeFormatting/JavaScriptCodeFormatting/JavaScriptFormatOther/ALIGN_MULTIPLE_DECLARATION/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/CodeStyle/CSharpMemberOrderPattern/CustomPattern/@EntryValue">&lt;?xml version="1.0" encoding="utf-8" ?&gt;&#xD;
&#xD;
Expand Down Expand Up @@ -337,6 +338,8 @@ II.2.12 &lt;HandlesEvent /&gt;&#xD;
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=StaticReadonly/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /&gt;</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=TypeParameters/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="T" Suffix="" Style="AaBb" /&gt;</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/VBNaming/PredefinedNamingRules/=TypesAndNamespaces/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /&gt;</s:String>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EMigrateBlankLinesAroundFieldToBlankLinesAroundProperty/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002EJavaScript_002ECodeStyle_002ESettingsUpgrade_002EJsCodeFormatterSettingsUpgrader/@EntryIndexedValue">True</s:Boolean>



Expand Down
2 changes: 1 addition & 1 deletion src/NServiceBus/NServiceBus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="Fody.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\RippleRestoreTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersion\build\GitVersionTask.targets" />
</Project>
2 changes: 1 addition & 1 deletion src/ObjectBuilder.Autofac/ObjectBuilder.Autofac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="Fody.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\RippleRestoreTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersion\build\GitVersionTask.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="Fody.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\RippleRestoreTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersion\build\GitVersionTask.targets" />
</Project>
2 changes: 1 addition & 1 deletion src/ObjectBuilder.Ninject/ObjectBuilder.Ninject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="Fody.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\RippleRestoreTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersion\build\GitVersionTask.targets" />
</Project>
2 changes: 1 addition & 1 deletion src/ObjectBuilder.Spring/ObjectBuilder.Spring.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="Fody.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\RippleRestoreTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersion\build\GitVersionTask.targets" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="Fody.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\RippleRestoreTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersion\build\GitVersionTask.targets" />
</Project>
2 changes: 1 addition & 1 deletion src/ObjectBuilder.Unity/ObjectBuilder.Unity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="Fody.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\RippleRestoreTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersion\build\GitVersionTask.targets" />
</Project>
2 changes: 1 addition & 1 deletion src/ReturnToSourceQueue/ReturnToSourceQueue.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\RippleRestoreTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersion\build\GitVersionTask.targets" />
</Project>
2 changes: 1 addition & 1 deletion src/licenseinstaller/LicenseInstaller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\RippleRestoreTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitFlowVersion\build\GitFlowVersionTask.targets" />
<Import Project="$(SolutionDir)..\BuildSupport\GitVersion\build\GitVersionTask.targets" />
</Project>

0 comments on commit 9c2c322

Please sign in to comment.