Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: broken by dependency updates #142

Merged
merged 3 commits into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageVersion Include="Nerdbank.Streams" Version="2.11.79" />
<PackageVersion Include="Npgsql.OpenTelemetry" Version="8.0.4" />
<PackageVersion Include="Npgsql" Version="8.0.4" />
<PackageVersion Include="Npgsql" Version="8.0.5" />
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" />
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" />
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" />
Expand All @@ -53,4 +53,4 @@
<PackageVersion Include="Yuniql.Core" Version="1.3.15" />
<PackageVersion Include="Yuniql.PostgreSql" Version="1.3.15" />
</ItemGroup>
</Project>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static TheoryData<Type> BuiltinNullableTypes
var data = new TheoryData<Type>();
foreach (var type in BuiltinValueTypes)
{
data.Add(typeof(Nullable<>).MakeGenericType((Type)type[0]));
data.Add(typeof(Nullable<>).MakeGenericType(type));
}

return data;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
Diagnostics: [
{
Id: AURN0013,
Title: Urn record has no Urn type-methods,
Severity: Error,
WarningLevel: 0,
Location: : (5,0)-(9,1),
MessageFormat: Urn record has no Urn type-methods,
Message: Urn record has no Urn type-methods,
Category: UrnGenerator
Severity: Error,
Descriptor: {
Id: AURN0013,
Title: Urn record has no Urn type-methods,
MessageFormat: Urn record has no Urn type-methods,
Category: UrnGenerator,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
Diagnostics: [
{
Id: AURN0016,
Title: Urn type-method prefix is missing canonical,
Severity: Error,
WarningLevel: 0,
Location: : (8,4)-(9,43),
MessageFormat: Urn type-method prefix is missing canonical. This is required because it supports multiple urn prefixes or has explicitly set Canonical to false on all cases.,
Message: Urn type-method prefix is missing canonical. This is required because it supports multiple urn prefixes or has explicitly set Canonical to false on all cases.,
Category: UrnGenerator
Severity: Error,
Descriptor: {
Id: AURN0016,
Title: Urn type-method prefix is missing canonical,
MessageFormat: Urn type-method prefix is missing canonical. This is required because it supports multiple urn prefixes or has explicitly set Canonical to false on all cases.,
Category: UrnGenerator,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
Diagnostics: [
{
Id: AURN0019,
Title: Urn type-method prefix ends with ':',
Severity: Error,
WarningLevel: 0,
Location: : (8,5)-(8,28),
MessageFormat: Urn type-method prefix ends with ':',
Message: Urn type-method prefix ends with ':',
Category: UrnGenerator
Severity: Error,
Descriptor: {
Id: AURN0019,
Title: Urn type-method prefix ends with ':',
MessageFormat: Urn type-method prefix ends with ':',
Category: UrnGenerator,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
Diagnostics: [
{
Id: AURN0005,
Title: Urn type-method prefix is empty,
Severity: Error,
WarningLevel: 0,
Location: : (8,5)-(8,15),
MessageFormat: Urn type-method prefix is empty,
Message: Urn type-method prefix is empty,
Category: UrnGenerator
Severity: Error,
Descriptor: {
Id: AURN0005,
Title: Urn type-method prefix is empty,
MessageFormat: Urn type-method prefix is empty,
Category: UrnGenerator,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
Diagnostics: [
{
Id: AURN0006,
Title: Urn type-method prefix starts with 'urn',
Severity: Error,
WarningLevel: 0,
Location: : (8,5)-(8,31),
MessageFormat: Urn type-method prefix starts with 'urn',
Message: Urn type-method prefix starts with 'urn',
Category: UrnGenerator
Severity: Error,
Descriptor: {
Id: AURN0006,
Title: Urn type-method prefix starts with 'urn',
MessageFormat: Urn type-method prefix starts with 'urn',
Category: UrnGenerator,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
Diagnostics: [
{
Id: AURN0008,
Title: Urn type-method prefix has whitespace,
Severity: Error,
WarningLevel: 0,
Location: : (8,5)-(8,29),
MessageFormat: Urn type-method prefix has whitespace,
Message: Urn type-method prefix has whitespace,
Category: UrnGenerator
Severity: Error,
Descriptor: {
Id: AURN0008,
Title: Urn type-method prefix has whitespace,
MessageFormat: Urn type-method prefix has whitespace,
Category: UrnGenerator,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,34 +1,43 @@
{
Diagnostics: [
{
Id: AURN0008,
Title: Urn type-method prefix has whitespace,
Severity: Error,
WarningLevel: 0,
Location: : (8,5)-(8,41),
MessageFormat: Urn type-method prefix has whitespace,
Message: Urn type-method prefix has whitespace,
Category: UrnGenerator
Severity: Error,
Descriptor: {
Id: AURN0008,
Title: Urn type-method prefix has whitespace,
MessageFormat: Urn type-method prefix has whitespace,
Category: UrnGenerator,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
},
{
Id: AURN0006,
Title: Urn type-method prefix starts with 'urn',
Severity: Error,
WarningLevel: 0,
Location: : (8,5)-(8,41),
MessageFormat: Urn type-method prefix starts with 'urn',
Message: Urn type-method prefix starts with 'urn',
Category: UrnGenerator
Severity: Error,
Descriptor: {
Id: AURN0006,
Title: Urn type-method prefix starts with 'urn',
MessageFormat: Urn type-method prefix starts with 'urn',
Category: UrnGenerator,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
},
{
Id: AURN0019,
Title: Urn type-method prefix ends with ':',
Severity: Error,
WarningLevel: 0,
Location: : (8,5)-(8,41),
MessageFormat: Urn type-method prefix ends with ':',
Message: Urn type-method prefix ends with ':',
Category: UrnGenerator
Severity: Error,
Descriptor: {
Id: AURN0019,
Title: Urn type-method prefix ends with ':',
MessageFormat: Urn type-method prefix ends with ':',
Category: UrnGenerator,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
Diagnostics: [
{
Id: AURN0005,
Title: Urn type-method prefix is empty,
Severity: Error,
WarningLevel: 0,
Location: : (8,5)-(8,17),
MessageFormat: Urn type-method prefix is empty,
Message: Urn type-method prefix is empty,
Category: UrnGenerator
Severity: Error,
Descriptor: {
Id: AURN0005,
Title: Urn type-method prefix is empty,
MessageFormat: Urn type-method prefix is empty,
Category: UrnGenerator,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
Diagnostics: [
{
Id: AURN0016,
Title: Urn type-method prefix is missing canonical,
Severity: Error,
WarningLevel: 0,
Location: : (8,4)-(10,43),
MessageFormat: Urn type-method prefix is missing canonical. This is required because it supports multiple urn prefixes or has explicitly set Canonical to false on all cases.,
Message: Urn type-method prefix is missing canonical. This is required because it supports multiple urn prefixes or has explicitly set Canonical to false on all cases.,
Category: UrnGenerator
Severity: Error,
Descriptor: {
Id: AURN0016,
Title: Urn type-method prefix is missing canonical,
MessageFormat: Urn type-method prefix is missing canonical. This is required because it supports multiple urn prefixes or has explicitly set Canonical to false on all cases.,
Category: UrnGenerator,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
Diagnostics: [
{
Id: AURN0017,
Title: Urn type-method prefix has multiple canonical prefixes,
Severity: Error,
WarningLevel: 0,
Location: : (8,4)-(10,43),
MessageFormat: Urn type-method prefix has multiple canonical prefixes,
Message: Urn type-method prefix has multiple canonical prefixes,
Category: UrnGenerator
Severity: Error,
Descriptor: {
Id: AURN0017,
Title: Urn type-method prefix has multiple canonical prefixes,
MessageFormat: Urn type-method prefix has multiple canonical prefixes,
Category: UrnGenerator,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
Diagnostics: [
{
Id: AURN0016,
Title: Urn type-method prefix is missing canonical,
Severity: Error,
WarningLevel: 0,
Location: : (8,4)-(10,43),
MessageFormat: Urn type-method prefix is missing canonical. This is required because it supports multiple urn prefixes or has explicitly set Canonical to false on all cases.,
Message: Urn type-method prefix is missing canonical. This is required because it supports multiple urn prefixes or has explicitly set Canonical to false on all cases.,
Category: UrnGenerator
Severity: Error,
Descriptor: {
Id: AURN0016,
Title: Urn type-method prefix is missing canonical,
MessageFormat: Urn type-method prefix is missing canonical. This is required because it supports multiple urn prefixes or has explicitly set Canonical to false on all cases.,
Category: UrnGenerator,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
Diagnostics: [
{
Id: AURN0007,
Title: Urn type-method prefix is duplicate,
Severity: Error,
WarningLevel: 0,
Location: : (11,1)-(11,23),
MessageFormat: Urn type-method prefix is duplicate,
Message: Urn type-method prefix is duplicate,
Category: UrnGenerator
Severity: Error,
Descriptor: {
Id: AURN0007,
Title: Urn type-method prefix is duplicate,
MessageFormat: Urn type-method prefix is duplicate,
Category: UrnGenerator,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
Diagnostics: [
{
Id: AURN0007,
Title: Urn type-method prefix is duplicate,
Severity: Error,
WarningLevel: 0,
Location: : (9,1)-(9,42),
MessageFormat: Urn type-method prefix is duplicate,
Message: Urn type-method prefix is duplicate,
Category: UrnGenerator
Severity: Error,
Descriptor: {
Id: AURN0007,
Title: Urn type-method prefix is duplicate,
MessageFormat: Urn type-method prefix is duplicate,
Category: UrnGenerator,
DefaultSeverity: Error,
IsEnabledByDefault: true
}
}
]
}
Loading