File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
ManagedCode.Storage.AspNetExtensions
ManagedCode.Storage.Tests/TestContainers Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4949 with :
5050 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5151 license : ${{ secrets.NDEPENDLICENSE }}
52+ coveragefolder : ManagedCode.Storage.Tests
53+ baseline : recent
5254
5355 - name : coverlet
5456 uses : b3b00/coverlet-action@1.1.9
Original file line number Diff line number Diff line change 1212
1313namespace ManagedCode . Storage . AspNetExtensions ;
1414
15- public class BaseController : Controller
15+ public class BaseController : ControllerBase
1616{
1717 private readonly IStorage _storage ;
1818
Original file line number Diff line number Diff line change @@ -133,8 +133,7 @@ protected override GCSContainer Build()
133133
134134 protected override ServiceProvider ConfigureServices ( )
135135 {
136- Container . GetConnectionString ( ) ;
137-
136+
138137 var services = new ServiceCollection ( ) ;
139138
140139 services . AddGCPStorageAsDefault ( opt =>
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
44 <LangVersion >latest</LangVersion >
5+ <IsPackable >false</IsPackable >
56 </PropertyGroup >
67 <ItemGroup >
78 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.1.1" PrivateAssets =" All" />
You can’t perform that action at this time.
0 commit comments