issues
search
marinasundstrom
/
CheckedExceptions
Enforce better exception handling in C#/.NET by ensuring exceptions are explicitly handled.
MIT License
4
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Warn when "re-throw all" might not throw any exceptions
#64
marinasundstrom
opened
1 hour ago
0
Propagate exceptions in lambda expressions passed into and invoked by methods
#63
marinasundstrom
opened
1 hour ago
0
Dreaming...
#62
marinasundstrom
opened
2 hours ago
0
Does "catch and re-throw all" also handle throw expressions?
#61
marinasundstrom
closed
1 hour ago
0
Add object creation to catch and re-throw all
#60
marinasundstrom
closed
1 hour ago
1
Code Fix "Add try-catch block" does formatting on code put in Try-block
#59
marinasundstrom
opened
1 day ago
0
Code Fix "Add try-catch block" doesn't do anything on top-level statements
#58
marinasundstrom
opened
1 day ago
0
Warn about exceptions due to arithmetic exceptions
#57
marinasundstrom
opened
1 day ago
1
Catch and re-throw all doesn't respect the settings file
#56
marinasundstrom
closed
1 day ago
0
Consideration when using MediatR
#55
marinasundstrom
opened
2 days ago
0
For catch and re-throw all, should collect member expressions as well
#54
marinasundstrom
closed
2 days ago
1
Should THROW001 be more explicit in its message that it is a rethrow?
#53
marinasundstrom
opened
2 days ago
0
Rethrow all should not collect `ArgumentNullException` in nullable context
#52
marinasundstrom
closed
1 day ago
0
Rethrow in explicit catch statement with exception type is not reported
#51
marinasundstrom
closed
2 days ago
0
Incorrect scope handling in Lambda functions
#50
marinasundstrom
closed
1 hour ago
0
Write CHANGELOG
#49
marinasundstrom
opened
4 days ago
0
``ArgumentNullException`` annotation not respected in nullable
#48
marinasundstrom
closed
4 days ago
1
ArgumentException overshadows ArgumentNullException in reporting
#47
marinasundstrom
opened
4 days ago
1
Update settings file format to allow control of informational diagnostics
#46
marinasundstrom
closed
4 days ago
0
Update sample settings-file
#45
marinasundstrom
closed
4 days ago
0
Code fixes should work even for `THROW002`
#44
marinasundstrom
opened
4 days ago
0
Indexer key falsely report `NullArgumentException` in nullable context
#43
marinasundstrom
closed
4 days ago
1
Add ability to configure analyzer
#42
marinasundstrom
closed
1 day ago
0
CI tests fail in cloud
#41
marinasundstrom
opened
6 days ago
1
Refine `THROW001` message
#40
marinasundstrom
closed
4 days ago
1
Method declaring exception in catch clause catching same type doesn't report diagnostic
#39
marinasundstrom
closed
4 days ago
0
AddThrowsAttributeCodeFixProvider
#38
marinasundstrom
opened
1 week ago
0
Doesn't take extension methods into account for ``ArgumentNullException``
#37
marinasundstrom
closed
4 days ago
1
Property setter falsely assigned exception
#36
marinasundstrom
closed
1 week ago
0
Change diagnostic message THROW001
#35
marinasundstrom
closed
1 week ago
1
Code fix to expression in lambda applies ``ThrowsAttribute`` to wrong place
#34
marinasundstrom
opened
1 week ago
0
Use CheckedExceptions (itself)
#33
marinasundstrom
opened
1 week ago
0
AddTryCatchBlockCodeFixProvider
#32
marinasundstrom
opened
1 week ago
1
Ignore ``ArgumentNullException`` for properties and method arguments in nullable context
#31
marinasundstrom
closed
1 week ago
2
Structure of README for package is odd
#30
marinasundstrom
closed
1 week ago
0
Update heuristics for identifying property accessors
#29
marinasundstrom
closed
1 week ago
0
Fix AddTryCatchBlockCodeFixProviderTests
#28
marinasundstrom
closed
1 week ago
0
Handling properties with delegate type
#27
marinasundstrom
opened
1 week ago
0
Write a better README
#26
marinasundstrom
closed
1 week ago
0
XML docs don't work when using the Nuget package
#25
marinasundstrom
closed
1 week ago
2
Oversee testing setup
#24
marinasundstrom
opened
1 week ago
0
Enhanced handling of Properties with XML doc
#23
marinasundstrom
closed
1 week ago
0
Handle finally clause
#22
marinasundstrom
closed
1 week ago
0
Support nested try-catch
#21
marinasundstrom
closed
1 week ago
0
Allow to specify multiple exceptions in ThrowsAttribute
#20
marinasundstrom
opened
1 week ago
0
Catch-clause silences exception of type in other catch clauses
#19
marinasundstrom
closed
1 week ago
1
Handling throwing in asynchronous methods
#18
marinasundstrom
closed
1 week ago
2
Detect duplicate Throws of the same exception type
#17
marinasundstrom
opened
1 week ago
0
Warn when declaring throwing unspecific Exception
#16
marinasundstrom
closed
1 week ago
0
Merge ThrowStatementAnalyzer into CheckedExceptionsAnalyzer
#15
marinasundstrom
closed
1 week ago
0
Next