Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Nov 25, 2023
1 parent 909cee4 commit eb327ab
Show file tree
Hide file tree
Showing 15 changed files with 45 additions and 45 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.110">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.112">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AWSSDK.SimpleEmail" Version="3.7.300.4" />
<PackageReference Include="AWSSDK.SimpleEmail" Version="3.7.300.7" />
<PackageReference Include="Confluent.Kafka" Version="2.3.0" />
<PackageReference Include="FirebaseAdmin" Version="2.4.0" />
<PackageReference Include="FluentValidation" Version="11.8.0" />
<PackageReference Include="FluentValidation" Version="11.8.1" />
<PackageReference Include="Fluid.Core" Version="2.5.0" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.54" />
<PackageReference Include="libphonenumber-csharp" Version="8.13.24" />
<PackageReference Include="libphonenumber-csharp" Version="8.13.25" />
<PackageReference Include="Mailjet.Api" Version="3.0.0" />
<PackageReference Include="MailKit" Version="4.3.0" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.110">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.112">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand All @@ -33,7 +33,7 @@
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118" PrivateAssets="all" />
<PackageReference Include="Telegram.Bot" Version="19.0.0" />
<PackageReference Include="Twilio" Version="6.15.0" />
<PackageReference Include="Twilio" Version="6.15.1" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions backend/src/Notifo.Domain/Notifo.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.8.0" />
<PackageReference Include="FluentValidation" Version="11.8.1" />
<PackageReference Include="Fluid.Core" Version="2.5.0" />
<PackageReference Include="Jint" Version="3.0.0-beta-2037" />
<PackageReference Include="libphonenumber-csharp" Version="8.13.24" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.110">
<PackageReference Include="libphonenumber-csharp" Version="8.13.25" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.112">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/Notifo.Identity/Notifo.Identity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="AspNet.Security.OAuth.GitHub" Version="8.0.0" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.110">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.112">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.8.0" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.110">
<PackageReference Include="FluentValidation" Version="11.8.1" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.112">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion backend/src/Notifo/Notifo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.0.0" />
<PackageReference Include="Google.Cloud.Diagnostics.Common" Version="4.0.0" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.110">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.112">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion backend/tests/Benchmarks/Benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
<PackageReference Include="FakeItEasy" Version="8.0.0" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.110">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.112">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ public void Should_fail_if_value_retrieved_from_invalid_type()
[InlineData(null)]
[InlineData("")]
[InlineData(" ")]
public void Should_fail_if_value_is_required(string value)
public void Should_fail_if_value_is_required(string? value)
{
var source = new Dictionary<string, string>
{
["key"] = value
["key"] = value!
};

var property = new IntegrationProperty("key", PropertyType.Text)
Expand Down Expand Up @@ -108,11 +108,11 @@ public void Should_fail_if_value_has_wrong_pattern()
[InlineData(null)]
[InlineData("")]
[InlineData(" ")]
public void Should_not_fail_if_undefined_value_does_not_follow_pattern(string input)
public void Should_not_fail_if_undefined_value_does_not_follow_pattern(string? input)
{
var source = new Dictionary<string, string>
{
["key"] = input
["key"] = input!
};

var property = new IntegrationProperty("key", PropertyType.Text)
Expand Down Expand Up @@ -143,11 +143,11 @@ public void Should_fail_if_value_has_not_allowed_value()
[InlineData(null)]
[InlineData("")]
[InlineData(" ")]
public void Should_not_fail_if_undefined_value_is_not_an_allowed_value(string input)
public void Should_not_fail_if_undefined_value_is_not_an_allowed_value(string? input)
{
var source = new Dictionary<string, string>
{
["key"] = input
["key"] = input!
};

var property = new IntegrationProperty("key", PropertyType.Text)
Expand Down Expand Up @@ -192,11 +192,11 @@ public class Booleans
[InlineData("True", true)]
[InlineData("false", false)]
[InlineData("False", false)]
public void Should_get_boolean_from_properties(string value, bool expected)
public void Should_get_boolean_from_properties(string? value, bool expected)
{
var source = new Dictionary<string, string>
{
["key"] = value
["key"] = value!
};

var property = new IntegrationProperty("key", PropertyType.Boolean);
Expand All @@ -216,11 +216,11 @@ public void Should_fail_if_value_retrieved_from_invalid_type()
[InlineData(null)]
[InlineData("")]
[InlineData(" ")]
public void Should_fail_if_value_is_required(string value)
public void Should_fail_if_value_is_required(string? value)
{
var source = new Dictionary<string, string>
{
["key"] = value
["key"] = value!
};

var property = new IntegrationProperty("key", PropertyType.Boolean)
Expand All @@ -241,11 +241,11 @@ public class Numbers
[InlineData("0", 0)]
[InlineData("1", 1)]
[InlineData("2", 2)]
public void Should_get_number_from_properties(string value, int expected)
public void Should_get_number_from_properties(string? value, int expected)
{
var source = new Dictionary<string, string>
{
["key"] = value
["key"] = value!
};

var property = new IntegrationProperty("key", PropertyType.Number);
Expand All @@ -265,11 +265,11 @@ public void Should_fail_if_value_retrieved_from_invalid_type()
[InlineData(null)]
[InlineData("")]
[InlineData(" ")]
public void Should_fail_if_value_is_required(string value)
public void Should_fail_if_value_is_required(string? value)
{
var source = new Dictionary<string, string>
{
["key"] = value
["key"] = value!
};

var property = new IntegrationProperty("key", PropertyType.Number)
Expand Down
6 changes: 3 additions & 3 deletions backend/tests/Notifo.Domain.Tests/Notifo.Domain.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<PackageReference Include="EphemeralMongo6" Version="1.1.3" />
<PackageReference Include="FakeItEasy" Version="8.0.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.110">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.112">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="System.Net.Http.Json" Version="8.0.0" />
<PackageReference Include="Verify.Xunit" Version="22.5.0" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
4 changes: 2 additions & 2 deletions backend/tests/Notifo.Domain.Tests/TrackingTokenTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ public void Should_not_override_channel_configurationId()
[InlineData(null)]
[InlineData("")]
[InlineData(" ")]
public void Should_not_throw_if_null_or_empty(string value)
public void Should_not_throw_if_null_or_empty(string? value)
{
var result = TrackingToken.Parse(value);
var result = TrackingToken.Parse(value!);

Assert.False(result.IsValid);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public ImageFormatterTests()
[InlineData("https:/invalid")]
[InlineData("httpx://invalid")]
[InlineData("HTTPX://invalid")]
public void Should_not_add_invalid_url_to_proxy(string url)
public void Should_not_add_invalid_url_to_proxy(string? url)
{
var result = sut.AddProxy(url);

Expand Down Expand Up @@ -68,7 +68,7 @@ public void Should_not_add_url_to_proxy_if_same_host()
[InlineData("https:/invalid")]
[InlineData("httpx://invalid")]
[InlineData("HTTPX://invalid")]
public void Should_not_add_preset_to_invalid_url(string url)
public void Should_not_add_preset_to_invalid_url(string? url)
{
var result = sut.AddPreset(url, "Email");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ public enum MyEnum
[InlineData("B", MyEnum.B)]
[InlineData("C", MyEnum.A)]
[InlineData("", MyEnum.A)]
public void Should_deserialize_from_string(string source, MyEnum expected)
public void Should_deserialize_from_string(string? source, MyEnum expected)
{
var serialized = Infrastructure.TestHelpers.Deserialize<MyEnum>(source, new JsonSoftEnumConverter<MyEnum>());
var serialized = Infrastructure.TestHelpers.Deserialize<MyEnum>(source!, new JsonSoftEnumConverter<MyEnum>());

Assert.Equal(expected, serialized);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

<ItemGroup>
<PackageReference Include="FakeItEasy" Version="8.0.0" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.110">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.112">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public SoftEnumSerializerTests()
[InlineData("B", MyEnum.B)]
[InlineData("C", MyEnum.A)]
[InlineData("", MyEnum.A)]
public void Should_deserialize_from_string(string source, MyEnum expected)
public void Should_deserialize_from_string(string? source, MyEnum expected)
{
var serialized = source.SerializeAndDeserializeBson<string, MyEnum>();
var serialized = source.SerializeAndDeserializeBson<string?, MyEnum>();

Assert.Equal(expected, serialized);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

<ItemGroup>
<PackageReference Include="FakeItEasy" Version="8.0.0" />
<PackageReference Include="Meziantou.Analyzer" Version="2.0.110">
<PackageReference Include="Meziantou.Analyzer" Version="2.0.112">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Verify.Xunit" Version="22.5.0" />
<PackageReference Include="xunit" Version="2.6.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit eb327ab

Please sign in to comment.