Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / davidfowl/AspNetCoreDiagnosticScenarios issues and pull requests
#119 - add system.text.json good example to BigJsonInputController.cs
Pull Request -
State: closed - Opened by Meir017 6 months ago
#118 - Question about example
Issue -
State: open - Opened by sungam3r 10 months ago
- 2 comments
#117 - Editorial changes
Pull Request -
State: closed - Opened by sungam3r 10 months ago
#116 - Fix method name
Pull Request -
State: closed - Opened by sungam3r 10 months ago
#115 - Fix typo
Pull Request -
State: closed - Opened by sungam3r 10 months ago
#114 - Fix copy-pasted description
Pull Request -
State: closed - Opened by sungam3r 10 months ago
#113 - Clarify sentence
Pull Request -
State: closed - Opened by sungam3r 10 months ago
#112 - Create CONTRIBUTING.md
Pull Request -
State: open - Opened by 0Armaan025 about 1 year ago
#111 - Copy Paste error in AsyncGuidance.md
Issue -
State: closed - Opened by gakera about 1 year ago
- 1 comment
#110 - fix typos
Pull Request -
State: closed - Opened by ghost about 1 year ago
#109 - Fixed: Added Contribution section to Readme.md file.
Pull Request -
State: closed - Opened by Kalyanimhala about 1 year ago
- 1 comment
#108 - Feature: Adding contributors section to the README.md file.
Issue -
State: closed - Opened by Kalyanimhala about 1 year ago
- 2 comments
#107 - fixed typo in AsyncGuidance.md
Pull Request -
State: closed - Opened by suhit123 about 1 year ago
#106 - Do You Have This Rules as Sonarqube Rules
Issue -
State: open - Opened by 123caner123 about 1 year ago
- 1 comment
#105 - fix some typo and grammar issues
Pull Request -
State: closed - Opened by FarukhS52 about 1 year ago
#104 - IHttpClientFactory Question
Issue -
State: closed - Opened by nquandt about 1 year ago
- 2 comments
#103 - Fix typo in AspNetCoreGuidance.md
Pull Request -
State: closed - Opened by eltociear about 1 year ago
#102 - Add TaskCreationOptions.LongRunning example with notes.
Pull Request -
State: closed - Opened by Mariachi1231 over 1 year ago
- 1 comment
#101 - Typo
Pull Request -
State: closed - Opened by phantomcosmonaut almost 2 years ago
#100 - Fix link to `A note about WebClient` section
Pull Request -
State: closed - Opened by a-bondarchuk-kdd almost 2 years ago
#99 - ASP.NET Core does have a SynchronizationContext when using Blazor
Issue -
State: open - Opened by Sebazzz almost 2 years ago
- 2 comments
#98 - Fix typo in AsyncGuidance.md
Pull Request -
State: closed - Opened by adammorr almost 2 years ago
- 1 comment
#97 - Update AsyncGuidance.md
Pull Request -
State: closed - Opened by davidfowl about 2 years ago
#96 - Update AsyncGuidance.md
Pull Request -
State: closed - Opened by davidfowl about 2 years ago
#95 - Remove redundant word for capturing ExecutionContext
Pull Request -
State: closed - Opened by kiapanahi about 2 years ago
#94 - Fix code closing brace
Pull Request -
State: closed - Opened by talha-sayed about 2 years ago
#93 - Fix typo in AsyncGuidance.md
Pull Request -
State: closed - Opened by talha-sayed about 2 years ago
#92 - Update AsyncGuidance.md
Pull Request -
State: closed - Opened by davidfowl about 2 years ago
#91 - Update AsyncGuidance.md
Pull Request -
State: closed - Opened by davidfowl about 2 years ago
#90 - Change Task to ValueTask in ConcurrentDictionary.GetOrAdd example
Pull Request -
State: closed - Opened by dalibormesaric over 2 years ago
- 6 comments
#89 - Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /Scenarios
Pull Request -
State: closed - Opened by dependabot[bot] over 2 years ago
Labels: dependencies
#88 - Update AsyncGuidance.md for ConfigureAwait
Pull Request -
State: closed - Opened by BipulRaman over 2 years ago
#87 - Event handler (async void) with EventArgs processing
Issue -
State: open - Opened by StefanKoell almost 3 years ago
#86 - Async void is not always bad
Issue -
State: open - Opened by yBother2 almost 3 years ago
- 11 comments
#85 - Possible clarification for long-running work advice
Issue -
State: open - Opened by brantburnett almost 3 years ago
- 1 comment
#84 - WindowsIdentity.RunImpersonated errors
Issue -
State: open - Opened by mriehm almost 3 years ago
- 1 comment
#83 - CPU consumption while using Task.Run vs Background thread
Issue -
State: closed - Opened by bmwhite20 about 3 years ago
- 2 comments
#82 - Clarify `DoOperationBlocking2` exception handling
Pull Request -
State: closed - Opened by nycdotnet about 3 years ago
#81 - Use async/await in 'A note about WebClient' section
Pull Request -
State: closed - Opened by Arnab-Developer about 3 years ago
#80 - Use `async/await` in 'A note about WebClient' section
Issue -
State: closed - Opened by Arnab-Developer about 3 years ago
#79 - Mapping CancellationToken in controller's actions
Issue -
State: open - Opened by juchom about 3 years ago
- 1 comment
#78 - Fix a few misspelled words
Pull Request -
State: closed - Opened by drwill-ms about 3 years ago
- 1 comment
#77 - Fix typo: Imparsonated should be Impersonated.
Pull Request -
State: closed - Opened by haacked about 3 years ago
- 1 comment
#76 - How about long running work that is done using an async method
Issue -
State: open - Opened by alizahid4004 about 3 years ago
- 5 comments
#75 - Use ValueTask when returning values from cache
Pull Request -
State: closed - Opened by aelij about 3 years ago
#74 - Typo in HttpClientGuidance.md
Issue -
State: closed - Opened by eisenpony over 3 years ago
- 2 comments
#73 - Fix a typo in the comment
Pull Request -
State: closed - Opened by zhiliangxu over 3 years ago
- 1 comment
#72 - "Always create `TaskCompletionSource<T>` with `TaskCreationOptions.RunContinuationsAsynchronously`" may be detrimentally overcorrecting.
Issue -
State: open - Opened by LBensman over 3 years ago
- 1 comment
#71 - No new code should be written with WebClient
Pull Request -
State: closed - Opened by Megasware128 over 3 years ago
- 1 comment
#70 - Improve ConcurrentDictionary.GetOrAdd description
Pull Request -
State: closed - Opened by aannenko over 3 years ago
- 1 comment
#69 - fix typo
Pull Request -
State: closed - Opened by Ruikuan over 3 years ago
#68 - Mention WindowsIdentity.RunImpersonatedAsync in the Async Guidance.
Pull Request -
State: closed - Opened by teo-tsirpanis over 3 years ago
#67 - Analyzer for “Prefer async/await over directly returning Task”?
Issue -
State: closed - Opened by atifaziz almost 4 years ago
- 2 comments
#66 - Updated to 3.1
Pull Request -
State: closed - Opened by davidfowl about 4 years ago
#65 - await Task.WhenAll(task1, task2); task1.Result; task2.Result
Issue -
State: closed - Opened by worming004 over 4 years ago
- 10 comments
#64 - Make TaskCreationOptions.LongRunning advice more explicit
Issue -
State: open - Opened by bartelink over 4 years ago
- 6 comments
#63 - AsyncGuidance - Constructors and DI
Issue -
State: open - Opened by mihirdilip over 4 years ago
- 7 comments
#62 - Recommended handling in ConcurrencyDictionary<string, Task<T>> when task fails
Issue -
State: open - Opened by passuied over 4 years ago
- 2 comments
#61 - Add notes for ConfigureAwait.
Pull Request -
State: open - Opened by aholmes over 4 years ago
- 5 comments
#60 - Update StreamWriter Dispose recommendations for C# 8
Pull Request -
State: closed - Opened by kimsey0 almost 5 years ago
#59 - TaskCreationOptions for > .Net 4.6
Issue -
State: open - Opened by JKamsker almost 5 years ago
- 1 comment
#58 - Fix a tiny typo.
Pull Request -
State: closed - Opened by AustinWise about 5 years ago
#57 - Describe the optimal way of refactoring event driven code or of using async code in event handlers
Issue -
State: open - Opened by Siderite about 5 years ago
#56 - Fix a broken link
Pull Request -
State: closed - Opened by ctyar about 5 years ago
#55 - Update AspNetCoreGuidance.md
Pull Request -
State: closed - Opened by lukegauc over 5 years ago
#54 - HttpGet attribute on Post method
Pull Request -
State: closed - Opened by SerhiiVoznyi over 5 years ago
#53 - Returning async/await advice contradicts other MSFT advice
Issue -
State: open - Opened by jnsn over 5 years ago
- 6 comments
#52 - typo in code example fix: "origonal" -> "original"
Pull Request -
State: closed - Opened by vmandic over 5 years ago
#51 - Add missing SafeAccessTokenHandle to WindowsIdentity.RunImpersonated examples
Pull Request -
State: closed - Opened by paulomorgado over 5 years ago
#50 - [Question]: Is Task.Run useful in this situation
Issue -
State: closed - Opened by NicolasDorier over 5 years ago
- 6 comments
#49 - Change fires to completes
Pull Request -
State: closed - Opened by clivetong over 5 years ago
- 1 comment
#48 - Async code inside a long running background thread
Issue -
State: open - Opened by guylando over 5 years ago
- 4 comments
#47 - Fix typo TDB -> TBD
Pull Request -
State: closed - Opened by ATimmeh33 over 5 years ago
- 1 comment
#46 - Update README.md
Pull Request -
State: closed - Opened by agarcialeon over 5 years ago
- 1 comment
#45 - Include Guidance.md in Readme.md
Issue -
State: closed - Opened by agarcialeon over 5 years ago
- 3 comments
#44 - Added a missing word
Pull Request -
State: closed - Opened by TimoSalomaki over 5 years ago
- 1 comment
#43 - Fix ambiguous route typos
Pull Request -
State: closed - Opened by binbsr almost 6 years ago
#42 - Update AsyncGuidance.md
Pull Request -
State: closed - Opened by mvonballmo almost 6 years ago
#41 - Compilation error in example with AsyncLazy
Issue -
State: closed - Opened by akhlebus almost 6 years ago
- 1 comment
#40 - Async application initialization in asp.net core and .net core apps
Issue -
State: open - Opened by sleemer almost 6 years ago
- 9 comments
#39 - Update AsyncGuidance.md
Pull Request -
State: closed - Opened by maxhauser almost 6 years ago
- 2 comments
#38 - Removed note about expensive context switching
Pull Request -
State: closed - Opened by naraga almost 6 years ago
#37 - Async methods inside a dedicated Thread
Issue -
State: closed - Opened by forik almost 6 years ago
- 3 comments
#36 - Rewritten paragraph to improve readability.
Pull Request -
State: closed - Opened by satrapu almost 6 years ago
- 1 comment
#35 - add missing semicolon
Pull Request -
State: closed - Opened by DominikHerold almost 6 years ago
#34 - Is this typo? BigContentJsonManualUBuffered on BigJsonOutputController
Issue -
State: closed - Opened by fish0185 almost 6 years ago
- 2 comments
#33 - Add note about initializing a FileStream for async reading/writing
Issue -
State: open - Opened by sveinungf almost 6 years ago
- 3 comments
#32 - Add note about TaskCreationOptions.LongRunning with async delegate
Pull Request -
State: closed - Opened by vchirikov almost 6 years ago
#31 - ConfigureAwait(false) when yes / no
Issue -
State: open - Opened by imperugo almost 6 years ago
- 10 comments
#30 - How can Task.Run be considered good on ASP.NET?
Issue -
State: open - Opened by paulomorgado almost 6 years ago
- 5 comments
#29 - Add sample showing starvation by using blocking collection from a request thread
Issue -
State: open - Opened by davidfowl about 6 years ago
#28 - fix spelling error
Pull Request -
State: closed - Opened by Zonnex about 6 years ago
#27 - Typo
Pull Request -
State: closed - Opened by JamesNK about 6 years ago
#26 - Usage of EntityFramework Async Query operations
Issue -
State: open - Opened by sandorfr about 6 years ago
- 1 comment
#25 - Add Response.OnStarting Example
Pull Request -
State: closed - Opened by sandorfr about 6 years ago
- 1 comment
#24 - Link to CoreFx issue for async WindowsIdentity.RunImpersonated
Issue -
State: closed - Opened by Tratcher about 6 years ago
- 1 comment
#23 - When buffering, still check if response HasStarted
Issue -
State: closed - Opened by Tratcher about 6 years ago
- 10 comments
#22 - Add: Best practice when you want to use async when disposing an IDisposable.
Issue -
State: closed - Opened by nopara73 about 6 years ago
- 3 comments
#21 - async void example won't compile
Issue -
State: closed - Opened by jchannon about 6 years ago
- 3 comments
#20 - Clarify bad blocking code
Pull Request -
State: closed - Opened by slang25 about 6 years ago