Skip to content

Commit 5c225c6

Browse files
committed
Fixed warnings for documentation & updated references
1 parent 5cfc513 commit 5c225c6

58 files changed

Lines changed: 179 additions & 104 deletions

File tree

Some content is hidden

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

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,3 +402,6 @@ dotnet_naming_symbols.parameters_group.applicable_kinds = parameter
402402
dotnet_naming_rule.parameters_rule.symbols = parameters_group
403403
dotnet_naming_rule.parameters_rule.style = camel_case_style
404404
dotnet_naming_rule.parameters_rule.severity = warning
405+
406+
# SA1633: File should have header
407+
dotnet_diagnostic.SA1633.severity = none

samples/MADE.NET.Samples.sln

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.29102.190
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.0.31612.314
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{01380FB8-F8A7-4416-AABA-5407574B7723}"
77
EndProject
@@ -19,11 +19,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.Collections", "..\src\
1919
EndProject
2020
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.Collections.Tests", "..\tests\MADE.Collections.Tests\MADE.Collections.Tests.csproj", "{A3D57C41-6BB7-4826-AD16-6D9DE5736D6F}"
2121
EndProject
22-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F1EFAF60-F4AA-45B1-ABE2-EDEFA21B449D}"
23-
ProjectSection(SolutionItems) = preProject
24-
.editorconfig = .editorconfig
25-
EndProjectSection
26-
EndProject
2722
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.Testing", "..\src\MADE.Testing\MADE.Testing.csproj", "{34CB8818-2A12-41FE-A8BD-80FBB225E87C}"
2823
EndProject
2924
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MADE.Data.Converters", "..\src\MADE.Data.Converters\MADE.Data.Converters.csproj", "{9D221A28-B726-4159-8C87-FCAAFECABD78}"

samples/MADE.Samples/MADE.Samples.Droid/MADE.Samples.Droid.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
<Reference Include="System.Xml" />
6161
</ItemGroup>
6262
<ItemGroup>
63-
<PackageReference Include="Uno.UI" Version="3.7.3" />
64-
<PackageReference Include="Uno.UI.RemoteControl" Version="3.7.3" Condition="'$(Configuration)'=='Debug'" />
65-
<PackageReference Include="Uno.UniversalImageLoader" Version="1.9.33" />
66-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
67-
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
63+
<PackageReference Include="Uno.UI" Version="3.9.7" />
64+
<PackageReference Include="Uno.UI.RemoteControl" Version="3.9.7" Condition="'$(Configuration)'=='Debug'" />
65+
<PackageReference Include="Uno.UniversalImageLoader" Version="1.9.35" />
66+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
67+
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.2" />
6868
</ItemGroup>
6969
<ItemGroup>
7070
<Compile Include="MainActivity.cs" />

samples/MADE.Samples/MADE.Samples.Shared/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using Microsoft.Extensions.Logging;
1+
using Microsoft.Extensions.Logging;
22
using System;
33
using System.Collections.Generic;
44
using System.IO;

samples/MADE.Samples/MADE.Samples.UWP/MADE.Samples.UWP.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
-->
1111
<Version>6.2.11</Version>
1212
</PackageReference>
13-
<PackageReference Include="Uno.Core" Version="2.3.0" />
14-
<PackageReference Include="Uno.UI" Version="3.7.3" />
15-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
16-
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
13+
<PackageReference Include="Uno.Core" Version="2.4.0" />
14+
<PackageReference Include="Uno.UI" Version="3.9.7" />
15+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
16+
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.2" />
1717
</ItemGroup>
1818
<PropertyGroup>
1919
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

samples/MADE.Samples/MADE.Samples.Wasm/MADE.Samples.Wasm.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk.Web">
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -39,8 +39,8 @@
3939
<!-- Note that for WebAssembly version 1.1.1 of the console logger required -->
4040
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
4141
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
42-
<PackageReference Include="Uno.UI.WebAssembly" Version="3.7.3" />
43-
<PackageReference Include="Uno.UI.RemoteControl" Version="3.7.3" Condition="'$(Configuration)'=='Debug'" />
42+
<PackageReference Include="Uno.UI.WebAssembly" Version="3.9.7" />
43+
<PackageReference Include="Uno.UI.RemoteControl" Version="3.9.7" Condition="'$(Configuration)'=='Debug'" />
4444
<PackageReference Include="Uno.Wasm.Bootstrap" Version="2.1.0" />
4545
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="2.1.0" />
4646
</ItemGroup>

samples/MADE.Samples/MADE.Samples.iOS/MADE.Samples.iOS.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@
115115
<BundleResource Include="Resources\Fonts\uno-fluentui-assets.ttf" />
116116
</ItemGroup>
117117
<ItemGroup>
118-
<PackageReference Include="Uno.UI" Version="3.7.3" />
119-
<PackageReference Include="Uno.UI.RemoteControl" Version="3.7.3" Condition="'$(Configuration)'=='Debug'" />
120-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
121-
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
118+
<PackageReference Include="Uno.UI" Version="3.9.7" />
119+
<PackageReference Include="Uno.UI.RemoteControl" Version="3.9.7" Condition="'$(Configuration)'=='Debug'" />
120+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />
121+
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.2" />
122122
</ItemGroup>
123123
<ItemGroup>
124124
<ImageAsset Include="Media.xcassets\AppIcons.appiconset\Contents.json">

src/MADE.Collections/CollectionExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public static void MakeEqualTo<T>(this ICollection<T> destination, IEnumerable<T
9696
/// <typeparam name="T">
9797
/// The type of items in the collection.
9898
/// </typeparam>
99-
/// <exception cref="T:System.ArgumentNullException">The <paramref name="collection"/> or <paramref name="itemsToAdd"/> is <see langword="null"/></exception>
99+
/// <exception cref="T:System.ArgumentNullException">The <paramref name="collection"/> or <paramref name="itemsToAdd"/> is <see langword="null"/>.</exception>
100100
public static void AddRange<T>(this ICollection<T> collection, IEnumerable<T> itemsToAdd)
101101
{
102102
if (collection == null)
@@ -127,7 +127,7 @@ public static void AddRange<T>(this ICollection<T> collection, IEnumerable<T> it
127127
/// <typeparam name="T">
128128
/// The type of items in the collection.
129129
/// </typeparam>
130-
/// <exception cref="T:System.ArgumentNullException">The <paramref name="collection"/> or <paramref name="itemsToRemove"/> is <see langword="null"/></exception>
130+
/// <exception cref="T:System.ArgumentNullException">The <paramref name="collection"/> or <paramref name="itemsToRemove"/> is <see langword="null"/>.</exception>
131131
public static void RemoveRange<T>(this ICollection<T> collection, IEnumerable<T> itemsToRemove)
132132
{
133133
if (collection == null)

src/MADE.Collections/Compare/GenericEqualityComparer`1.cs renamed to src/MADE.Collections/Compare/GenericEqualityComparer{T}.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// MADE Apps licenses this file to you under the MIT license.
1+
// MADE Apps licenses this file to you under the MIT license.
22
// See the LICENSE file in the project root for more information.
33

44
namespace MADE.Collections.Compare

src/MADE.Collections/DictionaryExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static class DictionaryExtensions
2929
/// <typeparam name="TValue">
3030
/// The type of value item within the dictionary.
3131
/// </typeparam>
32-
/// <exception cref="T:System.ArgumentNullException">The <paramref name="dictionary"/> or <paramref name="key"/> is <see langword="null"/></exception>
32+
/// <exception cref="T:System.ArgumentNullException">The <paramref name="dictionary"/> or <paramref name="key"/> is <see langword="null"/>.</exception>
3333
public static void AddOrUpdate<TKey, TValue>(this Dictionary<TKey, TValue> dictionary, TKey key, TValue value)
3434
{
3535
if (dictionary == null)

0 commit comments

Comments
 (0)