-
**Describe the bug**
After logging in, the CurrentUserService always returns a null UserId value.
**To Reproduce**
Steps to reproduce the behavior:
1. Clone or download repo
2. Unzip
3. Open s…
-
I am trying to disable Logging with NLog for Hangfire jobs, I tried this but it didn't work:
```
"Logging": {
"LogLevel": {
"Default": "Information",
"Hangfire" : "None"
…
-
`IPerformingContextAccessor` is a nice feature which helps with DI a lot, but still it makes mocking a bit inconvenient because the ` PerformingContext IPerformingContextAccessor.Get()` must be set up…
-
### Include your code
Beginning with EF Core 7.0 rc2 when a database entity is generated through a projection and then saved as a new entity, EF Core will throw exception due to "temporary value" o…
-
Repro:
Test package: https://int.nugettest.org/packages/license-expression-test1
Add this markdown table into a readme file:
```
Column 1 | Column 2 | Column 3
| :----- | :----: | -----:
a …
zhhyu updated
2 years ago
-
Sometimes a node in umbraco will be in a state of published but not routable when this should not be allowed to occur. Umbraco in this case throws a 404 for that route.
There are several cases of …
-
I created a new .NET Core C# Worker template in VS2019, and the default package for `Microsoft.Extensions.Hosting` is not upgraded to the latest and I get an error/warning about Circular references. S…
-
Hi Team,
I've the job which is reading some data from sql db and adding that in console.
Seems like heartbeat is fine and jobs are enqueued but the processing part is not working.
Have attached s…
-
I have a database target that is doing everything correctly except for reading the Ticks property of a TimeSpan. I've followed this guide: https://github.com/NLog/NLog/wiki/How-to-use-structured-logg…
-
In #4 @dahlbyk showed how he configures HangFire using the current version, and I finally got around to updating my app with it and decided to update how I configure HangFire as well (mostly because i…