FITFLOP
Home

roslyn-code-analysis (2 post)


posts by category not found!

How to reference types in Roslyn analyzers in a type-safe way?

Type Safe References in Roslyn Analyzers A Guide to Best Practices Roslyn analyzers a powerful tool for code analysis and refactoring often require referencing

3 min read 03-10-2024 31
How to reference types in Roslyn analyzers in a type-safe way?
How to reference types in Roslyn analyzers in a type-safe way?

I have a project where I allow users to run 'macros' against the data. This used to work fine, but I am now getting StackOverflowException errors

Debugging Stack Overflow Exception Errors in User Defined Macros Encountering a Stack Overflow Exception in your application especially when dealing with user d

2 min read 02-10-2024 21
I have a project where I allow users to run 'macros' against the data. This used to work fine, but I am now getting StackOverflowException errors
I have a project where I allow users to run 'macros' against the data. This used to work fine, but I am now getting StackOverflowException errors