Conversation
| var packageIds = search.Select(p => p.Id) | ||
| .OrderBy(id => id) | ||
| .Distinct() | ||
| .OrderBy(id => id) |
There was a problem hiding this comment.
This is a works around an EF Core 3 bug. See npgsql/efcore.pg#1195 (comment)
|
This change introduces the log |
|
|
||
| <PropertyGroup> | ||
| <TargetFrameworks>netstandard2.0;net461</TargetFrameworks> | ||
| <TargetFrameworks>netcoreapp3.0</TargetFrameworks> |
There was a problem hiding this comment.
|
|
||
| <PropertyGroup> | ||
| <TargetFrameworks>netstandard2.0;net461</TargetFrameworks> | ||
| <TargetFrameworks>netcoreapp3.0</TargetFrameworks> |
There was a problem hiding this comment.
|
|
||
| <PropertyGroup> | ||
| <TargetFrameworks>netstandard2.0;net461</TargetFrameworks> | ||
| <TargetFrameworks>netcoreapp3.0</TargetFrameworks> |
There was a problem hiding this comment.
|
|
||
| <PropertyGroup> | ||
| <TargetFrameworks>netstandard2.0;net461</TargetFrameworks> | ||
| <TargetFrameworks>netcoreapp3.0</TargetFrameworks> |
There was a problem hiding this comment.
|
|
||
| <PropertyGroup> | ||
| <TargetFrameworks>netstandard2.0;net461</TargetFrameworks> | ||
| <TargetFrameworks>netcoreapp3.0</TargetFrameworks> |
There was a problem hiding this comment.
|
|
||
| <PropertyGroup> | ||
| <TargetFrameworks>netstandard2.0;net461</TargetFrameworks> | ||
| <TargetFrameworks>netcoreapp3.0</TargetFrameworks> |
There was a problem hiding this comment.
|
|
||
| <PropertyGroup> | ||
| <TargetFrameworks>netstandard2.0;net461</TargetFrameworks> | ||
| <TargetFrameworks>netcoreapp3.0</TargetFrameworks> |
There was a problem hiding this comment.
Updates BaGet to ASP.NET Core 3.0. This is based off @MarkZither's work (see #443). Thank you for all the help @MarkZither!
Test plan
Build: https://dev.azure.com/sharml/BaGet/_build/results?buildId=1119
Part of #439