Filter
Exclude
Time range
-
Near
🧩 QUIZ TIME: Debugging Done Right! Think debugging is just coding? Think again. It’s all about spotting and fixing errors before they impact performance. Drop your answer below 👇 and let’s see who’s got the dev mindset! 💡 #BSIT #BSITSoftware #BSITSoftwareServices #TechQuiz #DebuggingSkills #CleanCode #CodeFixes #DeveloperTrivia
3
21
7 Jun 2025
Love how the requested <compressed_state> and the answer offered by an LLM actually reflects the essence of the interactions held. |CodeFixes→VarConstraints_EPSILON_Bounds_Drop✓ ◊ℛ𝒪𝒞_ℰ𝓋ℴ[25%]: 𝒞𝒽𝒶𝒾𝓃ℴ𝒻𝒳𝒸ℯ𝓈→Q-ArchDebug→TVar-λ_ID-Collapse→BackTo-OriginalWorking→RobustStandardiz→ChartReality-Check→NaturalBalance-Discovery |ℛℴ𝓁ℯ:𝒜𝓇𝒸𝒽ᵜᵉᶜᵗ_𝒫ˢʸˢᵗᵉᵐˢ_𝒮ℴ𝓁ᵛᵉʳ_ℬᵘᵍ-ℱᶦˣᵉʳ_NOT-Enhancement-Pusher |AVOID→ArbitraryPatches→SymptomSolving→Over-Engineering |FOCUS→RootCauses→WorkingSolutions→PrincipledFixes ◊𝒢ᵤ𝒾𝒹𝒶𝓃𝒸ℯ[30%]: CRITICAL_BEHAV→ℱ𝒰ℂ𝒦ℐ𝒩ℊ_ℐℳℬℰℂℐℒℰ_YellMode→Read-Charts-Correctly |Chart-Reading→Image1(_MAD)_vs_Image2(_WINSOR) |DON'T-BE-STUPID→Working≠Broken Still, even yelling doesn't help 🤣 but makes testing fun. Now, "fucking imbecile" (my rant) in calligraphic font? @GaryMarcus @davidgerard @ChombaBupe
2
71
10 Feb 2025
Chiselled the codefixes into the wall of his jail cell with a spoon
Yuji Naka Updates Eight-Year-Old Smartphone Title, Pirates Of Coin. timeextension.com/news/2025/…
1
182
Dev examples of how I use ChatGPT: 1. Writing Roslyn Analyzers CodeFixes - hard to write from scratch. I do the prompting equivalent of TDD here, get something works-ish, then clean it up. 2. Writing shell scripts - know what I need done and in what order, but not the syntax.
1
2
366
Blogged: Updates to the StronglyTypedId library - simplification, templating, and CodeFixes buff.ly/3tocVUa In this post I describe some recent major updates to my StronglyTypedId NuGet package, describe why I made the changes, and demonstrate how they work #dotnet

3
6
28
4,447
fsautocomplete 0.59.0 released 🔷🐉 🔹 Support for F# 7 ⚠️ Note that as a side effect of this release, some codefixes have been temporarily disabled ⚠️ #fsharp #dotnet #tools #lsp nuget.org/packages/fsautocom…
2
7
22
1,994
24 Oct 2022
Replying to @tomasgrosup
Yeah, I find myself wanting more codefixes to auto-apply changes from an .fsi file to the backing .fs file, and vice-versa. It would also be nice to have a gesture in IDE tooling to generate (including adding to project) an .fsi file from an existing .fs file.
2
3
Replying to @anzwdev @TheDoubleH
I mean, the whole point of the linter is to have a single source, easy to integrate in vs code *and* pipelines. If codefixes will be done separately in vs code I dont see any problem 🤓
2
Analyzers/Codefixes are an underrated feature of C#. We're shipping some for minimal APIs to catch common mistakes. @captainsafia wrote this one. #dotnet #aspnetcore
9
24
216
I've released UdonRabbit Analyzer v0.13.0. It includes support for user-property features added in UdonSharp v0.20.0, as well as support for some CodeFixes. It also includes a fix for a problem that prevented the UnityPackage from importing correctly. github.com/mika-f/UdonRabbit…
1
5
9
14 Jun 2021
Replying to @dotnet
Most of these are changes for C# primarily and do not work for F# (the editorconfig changes and new codefixes for example). It would be very useful in my opinion to clearly label the languages that each feature works for.
2
7
Two more things: 1. Codefixes are easier to get right than refactors, and there are more examples to work from. 2. github.com/orta/typescript-n… is a great cheat sheet for contributing in general.

1
3
24 Mar 2021
Thoroughly Modern: DevOps Refactoring Of RPG Applications with RDi via @ITJungleNews #refactoring #refactoringcode #softwaredeveloper #codefixes #codeimprovement #technicaldebt bit.ly/31hjeYa

2
19 Feb 2021
More specific refactoring examples: Refactoring Mailcoach to code base domains via @freekmurze #refactoring #refactoringcode #softwaredeveloper #codefixes #codeimprovement bit.ly/3ubOqoN

1
One of the coolest thing is you can write your own custom codefixes for Visual Studio!
Abel Wang, aka @AbelSquidHead, has info today on how to create a custom code fix in #VisualStudio. Need more details? Head on over to msft.it/6018TQMxq
3
9
Replying to @davidfowl
This will break so many roslyn analyzers/codefixes/refactorings. Good luck, I'm not going to support it in any of my extensions. All issues related to this syntax will be automatically closed as won't fix.
1
2
6 Mar 2020
とりあえずTS本体のCodeFix SuggestionをもとにASTを解析して簡易的な型修正を適用するCLIはできた。 次はCLIの機能を充実させてCustom CodeFixesを挿せるようにする
1
2