Skip to content

Commit aaf20c2

Browse files
committed
Update to PostSharp 6.1 RC and remove Frigate example.
1 parent efae45f commit aaf20c2

File tree

88 files changed

+641
-784
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+641
-784
lines changed

Diagnostics/PostSharp.Samples.Audit.Extended/App.config

+9
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,13 @@
44
<startup>
55
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
66
</startup>
7+
<runtime>
8+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
9+
<dependentAssembly>
10+
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
11+
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
12+
</dependentAssembly>
13+
</assemblyBinding>
14+
</runtime>
15+
716
</configuration>

Diagnostics/PostSharp.Samples.Audit.Extended/PostSharp.Samples.Audit.Extended.csproj

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\..\packages\PostSharp.6.1.6-preview\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.6.1.6-preview\build\PostSharp.props')" />
3+
<Import Project="..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.props')" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -35,17 +35,20 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="PostSharp, Version=6.1.6.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
39-
<HintPath>..\..\packages\PostSharp.Redist.6.1.6-preview\lib\net45\PostSharp.dll</HintPath>
38+
<Reference Include="PostSharp, Version=6.1.13.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
39+
<HintPath>..\..\packages\PostSharp.Redist.6.1.13-rc\lib\net45\PostSharp.dll</HintPath>
4040
</Reference>
41-
<Reference Include="PostSharp.Patterns.Common, Version=6.1.6.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL">
42-
<HintPath>..\..\packages\PostSharp.Patterns.Common.Redist.6.1.6-preview\lib\net46\PostSharp.Patterns.Common.dll</HintPath>
41+
<Reference Include="PostSharp.Patterns.Common, Version=6.1.13.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL">
42+
<HintPath>..\..\packages\PostSharp.Patterns.Common.Redist.6.1.13-rc\lib\net46\PostSharp.Patterns.Common.dll</HintPath>
4343
</Reference>
44-
<Reference Include="PostSharp.Patterns.Diagnostics, Version=6.1.6.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL">
45-
<HintPath>..\..\packages\PostSharp.Patterns.Diagnostics.Redist.6.1.6-preview\lib\net46\PostSharp.Patterns.Diagnostics.dll</HintPath>
44+
<Reference Include="PostSharp.Patterns.Diagnostics, Version=6.1.13.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL">
45+
<HintPath>..\..\packages\PostSharp.Patterns.Diagnostics.Redist.6.1.13-rc\lib\net46\PostSharp.Patterns.Diagnostics.dll</HintPath>
4646
</Reference>
4747
<Reference Include="System" />
4848
<Reference Include="System.Core" />
49+
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
50+
<HintPath>..\..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
51+
</Reference>
4952
<Reference Include="System.Xml.Linq" />
5053
<Reference Include="System.Data.DataSetExtensions" />
5154
<Reference Include="Microsoft.CSharp" />
@@ -74,8 +77,8 @@
7477
<PropertyGroup>
7578
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
7679
</PropertyGroup>
77-
<Error Condition="!Exists('..\..\packages\PostSharp.6.1.6-preview\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.1.6-preview\build\PostSharp.props'))" />
78-
<Error Condition="!Exists('..\..\packages\PostSharp.6.1.6-preview\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.1.6-preview\build\PostSharp.targets'))" />
80+
<Error Condition="!Exists('..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.props'))" />
81+
<Error Condition="!Exists('..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.targets'))" />
7982
</Target>
80-
<Import Project="..\..\packages\PostSharp.6.1.6-preview\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.6.1.6-preview\build\PostSharp.targets')" />
83+
<Import Project="..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.targets')" />
8184
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="PostSharp" version="6.1.6-preview" targetFramework="net46" developmentDependency="true" />
4-
<package id="PostSharp.Patterns.Common" version="6.1.6-preview" targetFramework="net46" developmentDependency="true" />
5-
<package id="PostSharp.Patterns.Common.Redist" version="6.1.6-preview" targetFramework="net46" />
6-
<package id="PostSharp.Patterns.Diagnostics" version="6.1.6-preview" targetFramework="net46" developmentDependency="true" />
7-
<package id="PostSharp.Patterns.Diagnostics.Redist" version="6.1.6-preview" targetFramework="net46" />
8-
<package id="PostSharp.Redist" version="6.1.6-preview" targetFramework="net46" />
3+
<package id="PostSharp" version="6.1.13-rc" targetFramework="net46" developmentDependency="true" />
4+
<package id="PostSharp.Patterns.Common" version="6.1.13-rc" targetFramework="net46" developmentDependency="true" />
5+
<package id="PostSharp.Patterns.Common.Redist" version="6.1.13-rc" targetFramework="net46" />
6+
<package id="PostSharp.Patterns.Diagnostics" version="6.1.13-rc" targetFramework="net46" developmentDependency="true" />
7+
<package id="PostSharp.Patterns.Diagnostics.Redist" version="6.1.13-rc" targetFramework="net46" />
8+
<package id="PostSharp.Redist" version="6.1.13-rc" targetFramework="net46" />
9+
<package id="System.ValueTuple" version="4.5.0" targetFramework="net46" />
910
</packages>

Diagnostics/PostSharp.Samples.Audit/App.config

+9
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,13 @@
44
<startup>
55
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
66
</startup>
7+
<runtime>
8+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
9+
<dependentAssembly>
10+
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
11+
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
12+
</dependentAssembly>
13+
</assemblyBinding>
14+
</runtime>
15+
716
</configuration>

Diagnostics/PostSharp.Samples.Audit/PostSharp.Samples.Audit.csproj

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\..\packages\PostSharp.6.1.6-preview\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.6.1.6-preview\build\PostSharp.props')" />
3+
<Import Project="..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.props" Condition="Exists('..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.props')" />
44
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
55
<PropertyGroup>
66
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -35,17 +35,20 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<ItemGroup>
38-
<Reference Include="PostSharp, Version=6.1.6.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
39-
<HintPath>..\..\packages\PostSharp.Redist.6.1.6-preview\lib\net45\PostSharp.dll</HintPath>
38+
<Reference Include="PostSharp, Version=6.1.13.0, Culture=neutral, PublicKeyToken=b13fd38b8f9c99d7, processorArchitecture=MSIL">
39+
<HintPath>..\..\packages\PostSharp.Redist.6.1.13-rc\lib\net45\PostSharp.dll</HintPath>
4040
</Reference>
41-
<Reference Include="PostSharp.Patterns.Common, Version=6.1.6.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL">
42-
<HintPath>..\..\packages\PostSharp.Patterns.Common.Redist.6.1.6-preview\lib\net46\PostSharp.Patterns.Common.dll</HintPath>
41+
<Reference Include="PostSharp.Patterns.Common, Version=6.1.13.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL">
42+
<HintPath>..\..\packages\PostSharp.Patterns.Common.Redist.6.1.13-rc\lib\net46\PostSharp.Patterns.Common.dll</HintPath>
4343
</Reference>
44-
<Reference Include="PostSharp.Patterns.Diagnostics, Version=6.1.6.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL">
45-
<HintPath>..\..\packages\PostSharp.Patterns.Diagnostics.Redist.6.1.6-preview\lib\net46\PostSharp.Patterns.Diagnostics.dll</HintPath>
44+
<Reference Include="PostSharp.Patterns.Diagnostics, Version=6.1.13.0, Culture=neutral, PublicKeyToken=e7f631e6ce13f078, processorArchitecture=MSIL">
45+
<HintPath>..\..\packages\PostSharp.Patterns.Diagnostics.Redist.6.1.13-rc\lib\net46\PostSharp.Patterns.Diagnostics.dll</HintPath>
4646
</Reference>
4747
<Reference Include="System" />
4848
<Reference Include="System.Core" />
49+
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
50+
<HintPath>..\..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
51+
</Reference>
4952
<Reference Include="System.Xml.Linq" />
5053
<Reference Include="System.Data.DataSetExtensions" />
5154
<Reference Include="Microsoft.CSharp" />
@@ -70,8 +73,8 @@
7073
<PropertyGroup>
7174
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
7275
</PropertyGroup>
73-
<Error Condition="!Exists('..\..\packages\PostSharp.6.1.6-preview\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.1.6-preview\build\PostSharp.props'))" />
74-
<Error Condition="!Exists('..\..\packages\PostSharp.6.1.6-preview\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.1.6-preview\build\PostSharp.targets'))" />
76+
<Error Condition="!Exists('..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.props'))" />
77+
<Error Condition="!Exists('..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.targets'))" />
7578
</Target>
76-
<Import Project="..\..\packages\PostSharp.6.1.6-preview\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.6.1.6-preview\build\PostSharp.targets')" />
79+
<Import Project="..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.targets" Condition="Exists('..\..\packages\PostSharp.6.1.13-rc\build\PostSharp.targets')" />
7780
</Project>
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="PostSharp" version="6.1.6-preview" targetFramework="net46" developmentDependency="true" />
4-
<package id="PostSharp.Patterns.Common" version="6.1.6-preview" targetFramework="net46" developmentDependency="true" />
5-
<package id="PostSharp.Patterns.Common.Redist" version="6.1.6-preview" targetFramework="net46" />
6-
<package id="PostSharp.Patterns.Diagnostics" version="6.1.6-preview" targetFramework="net46" developmentDependency="true" />
7-
<package id="PostSharp.Patterns.Diagnostics.Redist" version="6.1.6-preview" targetFramework="net46" />
8-
<package id="PostSharp.Redist" version="6.1.6-preview" targetFramework="net46" />
3+
<package id="PostSharp" version="6.1.13-rc" targetFramework="net46" developmentDependency="true" />
4+
<package id="PostSharp.Patterns.Common" version="6.1.13-rc" targetFramework="net46" developmentDependency="true" />
5+
<package id="PostSharp.Patterns.Common.Redist" version="6.1.13-rc" targetFramework="net46" />
6+
<package id="PostSharp.Patterns.Diagnostics" version="6.1.13-rc" targetFramework="net46" developmentDependency="true" />
7+
<package id="PostSharp.Patterns.Diagnostics.Redist" version="6.1.13-rc" targetFramework="net46" />
8+
<package id="PostSharp.Redist" version="6.1.13-rc" targetFramework="net46" />
9+
<package id="System.ValueTuple" version="4.5.0" targetFramework="net46" />
910
</packages>

Diagnostics/PostSharp.Samples.Frigate.Generator/App.config

-24
This file was deleted.

Diagnostics/PostSharp.Samples.Frigate.Generator/PostSharp.Samples.Frigate.Generator.csproj

-81
This file was deleted.

0 commit comments

Comments
 (0)