-
Hello, I have a trouble. I create three rule chains as follow.
1.Root Rule Chain
![Screenshot from 2020-12-14 10-39-20](https://user-images.githubusercontent.com/71483852/102034461-ffef7900-3df8-11e…
-
### Description
**Issue Description:**
While creating a new Blazor Server web app with individual accounts, as per the tutorial instructions, I noticed the following line is automatically added to t…
-
With the upgrade to package version `3.3.0` on our solution I noticed the introduction of "Task" type that adds ambiguity with respect to "System.Threading.Tasks.Task" in files operating on `sib_api_v…
-
On ne check pas lors des nocks des apis qu'ils sont appelés avec le bon argument ou on ne teste pas dans les fonctions qui appellent ces apis que les arguments qui lui sont passés sont valides, et cer…
-
Is there any documentation on creating a new user and setting permissions via an API call? I've seen a few mentions but no clear method of implementation.
-
Hello,
The emails are not sending .
Tried multiple code but still not sending .
Here part of my code :
```csharp
public class Email_Logger : IEmail_Interface
{
public Serilog.Core.Logg…
-
I am not being able to configure the network credentials and the port from the appsetting.json file.
Follow the serilog section on my appsettings:
```
"Serilog": {
"MinimumLevel": {
"…
-
Version: 2.3.0
```
var logger = new LoggerConfiguration()
logger .Enrich.FromLogContext();
logger.WriteTo.Email(new EmailConnectionInfo()
{
EmailSubject = $"DotNet Core Web Dump For {mspNa…
-
Hello,
I'm trying to configure serilog to send me emails:
.WriteTo.Email(new EmailConnectionInfo
{
FromEmail = "xxx@gmail.com",
…
-
I get this compiler error message when I try to call new Serilog.Sinks.Email.EmailConnectionInfo().
`The type 'EmailConnectionInfo' exists in both 'Serilog.Sinks.Email, Version=2.3.0.0, Culture=neutr…