issues
search
davidfowl
/
AspNetCoreDiagnosticScenarios
This repository has examples of broken patterns in ASP.NET Core applications
8.09k
stars
763
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
add system.text.json good example to BigJsonInputController.cs
#119
Meir017
closed
6 months ago
0
Question about example
#118
sungam3r
opened
10 months ago
2
Editorial changes
#117
sungam3r
closed
8 months ago
0
Fix method name
#116
sungam3r
closed
8 months ago
0
Fix typo
#115
sungam3r
closed
8 months ago
0
Fix copy-pasted description
#114
sungam3r
closed
8 months ago
0
Clarify sentence
#113
sungam3r
closed
8 months ago
0
Create CONTRIBUTING.md
#112
0Armaan025
opened
1 year ago
0
Copy Paste error in AsyncGuidance.md
#111
gakera
closed
8 months ago
1
fix typos
#110
ghost
closed
1 year ago
0
Fixed: Added Contribution section to Readme.md file.
#109
Kalyanimhala
closed
1 year ago
1
Feature: Adding contributors section to the README.md file.
#108
Kalyanimhala
closed
1 year ago
2
fixed typo in AsyncGuidance.md
#107
suhit123
closed
1 year ago
0
Do You Have This Rules as Sonarqube Rules
#106
123caner123
opened
1 year ago
1
fix some typo and grammar issues
#105
FarukhS52
closed
1 year ago
0
IHttpClientFactory Question
#104
nquandt
closed
1 year ago
2
Fix typo in AspNetCoreGuidance.md
#103
eltociear
closed
1 year ago
0
Add TaskCreationOptions.LongRunning example with notes.
#102
Mariachi1231
closed
1 year ago
1
Typo
#101
phantomcosmonaut
closed
1 year ago
0
Fix link to `A note about WebClient` section
#100
a-bondarchuk-kdd
closed
1 year ago
0
ASP.NET Core does have a SynchronizationContext when using Blazor
#99
Sebazzz
opened
1 year ago
2
Fix typo in AsyncGuidance.md
#98
adammorr
closed
2 years ago
1
Update AsyncGuidance.md
#97
davidfowl
closed
2 years ago
0
Update AsyncGuidance.md
#96
davidfowl
closed
2 years ago
0
Remove redundant word for capturing ExecutionContext
#95
kiapanahi
closed
2 years ago
0
Fix code closing brace
#94
talha-sayed
closed
2 years ago
0
Fix typo in AsyncGuidance.md
#93
talha-sayed
closed
2 years ago
0
Update AsyncGuidance.md
#92
davidfowl
closed
2 years ago
0
Update AsyncGuidance.md
#91
davidfowl
closed
2 years ago
0
Change Task to ValueTask in ConcurrentDictionary.GetOrAdd example
#90
dalibormesaric
closed
2 years ago
6
Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /Scenarios
#89
dependabot[bot]
closed
2 years ago
0
Update AsyncGuidance.md for ConfigureAwait
#88
BipulRaman
closed
2 years ago
0
Event handler (async void) with EventArgs processing
#87
StefanKoell
opened
2 years ago
0
Async void is not always bad
#86
yBother2
opened
2 years ago
11
Possible clarification for long-running work advice
#85
brantburnett
opened
2 years ago
1
WindowsIdentity.RunImpersonated errors
#84
mriehm
opened
2 years ago
1
CPU consumption while using Task.Run vs Background thread
#83
bmwhite20
closed
3 years ago
2
Clarify `DoOperationBlocking2` exception handling
#82
nycdotnet
closed
3 years ago
0
Use async/await in 'A note about WebClient' section
#81
Arnab-Developer
closed
3 years ago
0
Use `async/await` in 'A note about WebClient' section
#80
Arnab-Developer
closed
3 years ago
0
Mapping CancellationToken in controller's actions
#79
juchom
opened
3 years ago
1
Fix a few misspelled words
#78
drwill-ms
closed
3 years ago
1
Fix typo: Imparsonated should be Impersonated.
#77
haacked
closed
3 years ago
1
How about long running work that is done using an async method
#76
alizahid4004
opened
3 years ago
5
Use ValueTask when returning values from cache
#75
aelij
closed
3 years ago
0
Typo in HttpClientGuidance.md
#74
eisenpony
closed
3 years ago
2
Fix a typo in the comment
#73
zhiliangxu
closed
3 years ago
1
"Always create `TaskCompletionSource<T>` with `TaskCreationOptions.RunContinuationsAsynchronously`" may be detrimentally overcorrecting.
#72
LBensman
opened
3 years ago
2
No new code should be written with WebClient
#71
Megasware128
closed
3 years ago
1
Improve ConcurrentDictionary.GetOrAdd description
#70
aannenko
closed
3 years ago
1
Next