|
1 |
| -## Bug Report / Support Request Template |
2 |
| -If you are opening a feature request, you can ignore this template. Bug reports and requests for assistance usually require the same basic information described below. This will help us more quickly reproduce and investigate the problem you're reporting. |
| 1 | +Bug Report / Support Request Template |
| 2 | +-------------------------------------- |
| 3 | +If you are opening a feature request, you can ignore this template. Bug reports and requests for assistance usually require the same basic information described below. This will help us more quickly reproduce and investigate the problem you're reporting. (If you are using Serilog.Sinks.MSSqlServerCore, that package is deprecated, please switch to Serilog.Sinks.MSSqlServer before reporting an issue.) |
3 | 4 |
|
4 |
| -**Please clearly describe of what the SQL Sink is doing incorrectly:** |
| 5 | +>> Please clearly describe what the SQL Sink is doing incorrectly: |
5 | 6 |
|
6 |
| -**Please clearly describe the expected behavior:** |
| 7 | +>> Please clearly describe the expected behavior: |
7 | 8 |
|
8 |
| -**Name and version of all Serilog packages used in the project:** |
| 9 | +>> List the names and versions of all Serilog packages used in the project: |
9 | 10 |
|
10 | 11 | - Serilog:
|
11 | 12 | - Serilog.Sinks.MSSqlServer:
|
12 | 13 | - (configuration, etc.)
|
13 | 14 |
|
14 |
| -**Target framework and operating system:** |
| 15 | +>> Target framework and operating system: |
15 | 16 |
|
16 |
| -- [ ] .NET Core 2.0 |
17 |
| -- [ ] .NET Framework 4.7 |
18 |
| -- [ ] .NET Framework 4.6.x |
19 |
| -- [ ] .NET Framework 4.5.x |
20 |
| -- OS: |
| 17 | +[ ] .NET Core 2.0 |
| 18 | +[ ] .NET Framework 4.7 |
| 19 | +[ ] .NET Framework 4.6.x |
| 20 | +[ ] .NET Framework 4.5.x |
| 21 | +OS: |
21 | 22 |
|
22 |
| -**Please provide the following as a _simple_ reproduction of the reported issue:** |
| 23 | +>> Provide a *simple* reproduction of your Serilog configuration code: |
23 | 24 |
|
24 |
| -Serilog configuration code: |
| 25 | +>> Provide a *simple* reproduction of your Serilog configuration file, if any: |
25 | 26 |
|
26 |
| -Serilog configuration file, if any: |
27 |
| - |
28 |
| -Application code to reproduce the issue: |
| 27 | +>> Provide a *simple* reproduction of your application code: |
0 commit comments