File tree 7 files changed +26
-26
lines changed
7 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ public class ResourceJsonInputFormatterTests : FormatterTestBase
33
33
[ InlineData ( "text/*" , false ) ]
34
34
[ InlineData ( "text/xml" , false ) ]
35
35
[ InlineData ( "application/xml" , false ) ]
36
- [ InlineData ( "application/some.entity+json" , true ) ]
37
- [ InlineData ( "application/some.entity+json;v=2" , true ) ]
36
+ [ InlineData ( "application/some.entity+json" , false ) ]
37
+ [ InlineData ( "application/some.entity+json;v=2" , false ) ]
38
38
[ InlineData ( "application/some.entity+xml" , false ) ]
39
39
[ InlineData ( "application/some.entity+*" , false ) ]
40
- [ InlineData ( "text/some.entity+json" , true ) ]
40
+ [ InlineData ( "text/some.entity+json" , false ) ]
41
41
[ InlineData ( "" , false ) ]
42
42
[ InlineData ( null , false ) ]
43
43
[ InlineData ( "invalid" , false ) ]
@@ -124,4 +124,4 @@ protected static ResourceJsonInputFormatter GetInputFormatter(ParserSettings par
124
124
new FhirJsonParser ( parserSettings ) ,
125
125
ArrayPool < char > . Shared ) ;
126
126
}
127
- }
127
+ }
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ public class ResourceXmlInputFormatterTests : FormatterTestBase
30
30
[ InlineData ( "text/*" , false ) ]
31
31
[ InlineData ( "text/json" , false ) ]
32
32
[ InlineData ( "application/json" , false ) ]
33
- [ InlineData ( "application/some.entity+xml" , true ) ]
34
- [ InlineData ( "application/some.entity+xml;v=2" , true ) ]
33
+ [ InlineData ( "application/some.entity+xml" , false ) ]
34
+ [ InlineData ( "application/some.entity+xml;v=2" , false ) ]
35
35
[ InlineData ( "application/some.entity+json" , false ) ]
36
36
[ InlineData ( "application/some.entity+*" , false ) ]
37
- [ InlineData ( "text/some.entity+xml" , true ) ]
37
+ [ InlineData ( "text/some.entity+xml" , false ) ]
38
38
[ InlineData ( "" , false ) ]
39
39
[ InlineData ( null , false ) ]
40
40
[ InlineData ( "invalid" , false ) ]
@@ -104,4 +104,4 @@ protected static ResourceXmlInputFormatter GetInputFormatter(ParserSettings pars
104
104
return new ResourceXmlInputFormatter (
105
105
new FhirXmlParser ( parserSettings ) ) ;
106
106
}
107
- }
107
+ }
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
9
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
10
10
<PackageReference Include =" Moq" Version =" 4.20.72" />
11
- <PackageReference Include =" MSTest.TestAdapter" Version =" 3.7 .3" />
12
- <PackageReference Include =" MSTest.TestFramework" Version =" 3.7 .3" />
13
- <PackageReference Include =" NuGet.Versioning" Version =" 6.12.1 " />
11
+ <PackageReference Include =" MSTest.TestAdapter" Version =" 3.8 .3" />
12
+ <PackageReference Include =" MSTest.TestFramework" Version =" 3.8 .3" />
13
+ <PackageReference Include =" NuGet.Versioning" Version =" 6.13.2 " />
14
14
<PackageReference Include =" xunit" Version =" 2.9.3" />
15
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8 .2" >
15
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0 .2" >
16
16
<PrivateAssets >all</PrivateAssets >
17
17
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
18
</PackageReference >
Original file line number Diff line number Diff line change 10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Fhir.Metrics" Version =" 1.3.0 " />
14
- <PackageReference Include =" Hl7.Fhir.R4" Version =" 5.11.2 " />
15
- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 9.0.1 " />
13
+ <PackageReference Include =" Fhir.Metrics" Version =" 1.3.1 " />
14
+ <PackageReference Include =" Hl7.Fhir.R4" Version =" 5.11.4 " />
15
+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 9.0.4 " />
16
16
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
17
17
<PackageReference Include =" System.Security.Cryptography.Xml" Version =" 8.0.2" />
18
18
<PackageReference Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" 8.0.2" />
19
19
</ItemGroup >
20
20
21
21
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
22
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version =" 2.2 .0" />
22
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version =" 2.3 .0" />
23
23
</ItemGroup >
24
24
25
25
<ItemGroup Condition =" '$(TargetFramework)' == 'net462' " >
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<ItemGroup >
9
- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
9
+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
10
10
<PackageReference Include =" xunit" Version =" 2.9.3" />
11
- <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.8 .2" >
11
+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0 .2" >
12
12
<PrivateAssets >all</PrivateAssets >
13
13
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
14
14
</PackageReference >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
10
10
</PropertyGroup >
11
11
12
12
<ItemGroup >
13
- <PackageReference Include =" Hl7.Fhir.R4" Version =" 5.11.2 " />
14
- <PackageReference Include =" MongoDB.Driver" Version =" 3.1 .0" />
13
+ <PackageReference Include =" Hl7.Fhir.R4" Version =" 5.11.4 " />
14
+ <PackageReference Include =" MongoDB.Driver" Version =" 3.3 .0" />
15
15
</ItemGroup >
16
16
17
17
<ItemGroup >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.12 " />
11
- <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 8.0.12 " />
12
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.12 " />
13
- <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 6.9.0 " />
10
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 8.0.15 " />
11
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 8.0.15 " />
12
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.15 " />
13
+ <PackageReference Include =" Swashbuckle.AspNetCore" Version =" 8.1.1 " />
14
14
</ItemGroup >
15
15
16
16
<ItemGroup >
You can’t perform that action at this time.
0 commit comments