File tree Expand file tree Collapse file tree
src/Runtime/NetDaemon.Runtime/Common/Extensions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 run : echo "::add-matcher::.github/matchers/dotnet.json"
2828
2929 - name : 🛠️ Build code
30- run : dotnet build --configuration Release
31- # run: dotnet build --configuration Release -p:TreatWarningsAsErrors=true temprarily disabled due to Nuget bug
30+ # run: dotnet build --configuration Release
31+ run : dotnet build --configuration Release -p:TreatWarningsAsErrors=true
3232
3333 - name : 👀 Unit Test
3434 run : |
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ public static IServiceCollection AddNetDaemonRuntime(this IServiceCollection ser
3030 /// Loads NetDaemon configuration section
3131 /// </summary>
3232 /// <param name="services">The <see cref="IServiceCollection" /> to add services to.</param>
33- /// <param name="config">The current <see cref="IConfiguration" /> instance</param>
3433 /// <returns>The <see cref="IServiceCollection"/> so that additional calls can be chained.</returns>
3534 public static IServiceCollection ConfigureNetDaemonServices ( this IServiceCollection services )
3635 {
You can’t perform that action at this time.
0 commit comments