github-actions[bot] on v4.5.0
jeremydmiller on master
option to also clear state on a… (compare)
github-actions[bot] on v4.4.0
jeremydmiller on master
new extension methods for rebui… (compare)
github-actions[bot] on v4.3.1
jeremydmiller on master
changing the resources display … (compare)
github-actions[bot] on v4.3.0
jeremydmiller on master
Workaround for extension servic… (compare)
github-actions[bot] on v4.2.0
dependabot[bot] on npm_and_yarn
Bump prismjs from 1.25.0 to 1.2… (compare)
jeremydmiller on master
ran the stdocs to vitepress con… *mostly* converted docs to Vite… deleting obsolete stdocs docume… and 9 more (compare)
FileNotFoundException
, it’s unable to load the assembly referenced. You might try making a direct dependency to that nuget package w/ that version
CreateHostBuilder(args).Build().Run()
to CreateHostBuilder(args).RunOaktonCommands(args)
, some of the our middleware get loggers without log sinks configured. All I have to do is change to code back to fix it, so Build().Run(args)
does something RunOaktonCommands(args)
does not do. Any clue what that might be and whether there is a work around? It's as if Oakton doesn't call IHostBuilder.Build
, but it is hard to tell.
NetCoreInput.cs line 44
would be my guess, but I'm not sure what the intent is behind the code.
NetCoreInput
never has a logger value and does not do anything out of the ordinary. Something that Oakton does while loading configuration from appsettings.json interferes with how Serilog configures sinks and forces Serilog to use a SilentLogger as described by serilog/serilog#562 and shown below.
preserveStaticLogger: true
parameter described here.
RunOaktonCommands
(from Oakton 3.1.0 NuGet package), the site starts and then stops immediately.That error was:
Determining projects to restore...
C:\inetpub\wwwroot\iss.local\InnovativeStaffSolutions.EmployeeManagement.Web\InnovativeStaffSolutions.EmployeeManagement.Web.csproj : error NU1605: Detected package downgrade: Oakton from 3.0.0 to 2.0.5. Reference the package directly from the project to select a different version.
C:\inetpub\wwwroot\iss.local\InnovativeStaffSolutions.EmployeeManagement.Web\InnovativeStaffSolutions.EmployeeManagement.Web.csproj : error NU1605: InnovativeStaffSolutions.EmployeeManagement.Web -> Lamar.Diagnostics 3.0.2 -> Oakton (>= 3.0.0 && < 4.0.0)
C:\inetpub\wwwroot\iss.local\InnovativeStaffSolutions.EmployeeManagement.Web\InnovativeStaffSolutions.EmployeeManagement.Web.csproj : error NU1605: InnovativeStaffSolutions.EmployeeManagement.Web -> Oakton (>= 2.0.5)
Failed to restore C:\inetpub\wwwroot\iss.local\InnovativeStaffSolutions.EmployeeManagement.Web\InnovativeStaffSolutions.EmployeeManagement.Web.csproj (in 792 ms).