Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 4, 2022
1 parent 719690d commit 23eef59
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 101 deletions.
89 changes: 6 additions & 83 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,87 +1,10 @@
#################
## Visual Studio
#################

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.

# User-specific files
*.suo
*.user
*.sln.docstates
*.pidb
.learningtransport

.vs

# Build results
[Dd]ebug/
[Rr]elease/
*_i.c
*_p.c
*.ilk
*.meta
*.obj
*.pch
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.vspscc
.builds
*.dotCover
*test-results*

bin/
obj/
.vs/
.learningtransport/
*.DotSettings.user
.idea/
*.received.*
nugets/

# Visual Studio profiler
*.psess
*.vsp

# ReSharper is a .NET coding add-in
_ReSharper*

# Others
[Bb]in
[Oo]bj
sql
TestResults
*.Cache
ClientBin
stylecop.*
~$*
*.dbmdl
Generated_Code #added for RIA/Silverlight projects

# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML


############
## Windows
############

# Windows image file caches
Thumbs.db

# Folder config file
Desktop.ini


Fody/.DS_Store

.DS_Store

*.userprefs
*.jtconfig
*.bak
*.received.txt
*.learningtransport*
12 changes: 3 additions & 9 deletions src/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
# Auto detect text files and perform LF normalization
* text
* text
.editorconfig -text
*.sln.DotSettings -text

# Don't check these into the repo as LF to work around TeamCity bug
*.xml -text
*.targets -text

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Denote all files that are truly binary and should not be modified.
*.dll binary
Expand All @@ -20,4 +15,3 @@
*.ico binary
*.snk binary
*.pdb binary
*.svg binary
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<ItemGroup>
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<ProjectReference Include="..\NServiceBus.DataAnnotations\NServiceBus.DataAnnotations.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.68" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.77" PrivateAssets="all" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<ItemGroup>
<PackageReference Include="Xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="Verify.Xunit" Version="16.3.2" />
<PackageReference Include="Verify.Xunit" Version="16.3.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.1.0" />
<PackageReference Include="MarkdownSnippets.MsBuild" Version="24.3.0" PrivateAssets="all" />
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<ProjectReference Include="..\NServiceBus.DataAnnotations\NServiceBus.DataAnnotations.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.68" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.77" PrivateAssets="all" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.1" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.6.0" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.68" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.77" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<ItemGroup>
<PackageReference Include="FluentValidation" Version="10.3.6" />
<ProjectReference Include="..\NServiceBus.FluentValidation\NServiceBus.FluentValidation.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.68" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.77" PrivateAssets="all" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageReference Include="NServiceBus" Version="7.6.0" />
<PackageReference Include="NServiceBus.Testing" Version="7.3.0" />
<ProjectReference Include="..\NServiceBus.FluentValidation\NServiceBus.FluentValidation.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.68" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.77" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentValidation" Version="10.3.6" />
<PackageReference Include="Verify.Xunit" Version="16.3.2" />
<PackageReference Include="Verify.Xunit" Version="16.3.4" />
<PackageReference Include="Xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="NServiceBus.Testing" Version="7.3.0" />
Expand All @@ -14,6 +14,6 @@
<ProjectReference Include="..\NServiceBus.FluentValidation.Sample\NServiceBus.FluentValidation.Sample.csproj" />
<ProjectReference Include="..\NServiceBus.FluentValidation.Testing\NServiceBus.FluentValidation.Testing.csproj" />
<ProjectReference Include="..\NServiceBus.FluentValidation\NServiceBus.FluentValidation.csproj" />
<PackageReference Include="ProjectDefaults" Version="1.0.68" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.77" PrivateAssets="all" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="NServiceBus" Version="7.6.0" />
<PackageReference Include="ConfigureAwait.Fody" Version="3.3.1" PrivateAssets="All" />
<PackageReference Include="Fody" Version="6.6.0" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.68" PrivateAssets="all" />
<PackageReference Include="ProjectDefaults" Version="1.0.77" PrivateAssets="all" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" Condition="$(Configuration) == 'Release'" />
</ItemGroup>
</Project>

0 comments on commit 23eef59

Please sign in to comment.