dna-framework icon indicating copy to clipboard operation
dna-framework copied to clipboard

A cross-platform base framework useful for all projects that use .Net Core

Results 8 dna-framework issues
Sort by recently updated
recently updated
newest added

Why url checking every 20 seconds? I want to check url every 2 or 3 seconds. I set interval 2000 milliseconds but it is checking every 20 seconds ================= var...

Improve logging to files: * log file rotation * log exception stack trace * log timestamp with milliseconds * log message level (ERROR, TRACE, DEBUG, INFO etc.) * prepare to...

I've updated my server project to ASP.NET Core 3 and have tried to implement Dna.Framework.AspNet. I've followed [this ](https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&tabs=visual-studio)guide and made the following changes related to Dna: **Program.cs** ``` csharp...

Allows usage of NLog for configuring both the console and file environment for logging at once, lets the NLog library handle the heavy lifting.

The construction.Provider always return null. How to access it, I thought it fixed along ago.

Hi, in the file: dna-framework/Source/Dna.Framework/Logging/File/FileLogger.cs // Get current time var currentTime = DateTimeOffset.Now.ToString("yyyy-MM-dd hh:mm:ss"); the problem is with the "hh" it only gives time based on AM & PM, a...

at Microsoft.Extensions.Logging.Logger.Log[TState](LogLevel logLevel, EventId eventId, TState state, Exception exception, Func`3 formatter) at Microsoft.Extensions.Logging.LoggerMessage.c__DisplayClass10_0`6.b__0(ILogger logger, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, Exception exception) at Microsoft.EntityFrameworkCore.Diagnostics.EventDefinition`6.Log[TLoggerCategory](IDiagnosticsLogger`1...