Download Exceptional ReSharper Plugin
Description
This is a plugin for great ReSharper product. The main purpose for that plugin is to aid developers to analyse thrown exceptions and provide some guidance about them. It introduces the notion of checked exception that you may know from Java to C#.
Source Files
The download file exceptionalplugin.zip has the following entries.
.gitignore/*from ww w.j av a 2 s .c om*/
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
Main/Exceptional.sln
Main/Exceptional.vssscc
Main/Exceptional/Analyzers/AnalyzerBase.cs
Main/Exceptional/Analyzers/CatchAllClauseAnalyzer.cs
Main/Exceptional/Analyzers/HasInnerExceptionFromOuterCatchClauseAnalyzer.cs
Main/Exceptional/Analyzers/IsDocumentedExceptionThrownAnalyzer.cs
Main/Exceptional/Analyzers/IsThrownExceptionDocumentedAnalyzer.cs
Main/Exceptional/CodeElementFactory.cs
Main/Exceptional/Exceptional.csproj
Main/Exceptional/Exceptional.csproj.vspscc
Main/Exceptional/ExceptionalDaemonStage.cs
Main/Exceptional/ExceptionalDaemonStageProcess.cs
Main/Exceptional/ExceptionalProcessor.cs
Main/Exceptional/Highlightings/CatchAllClauseHighlighting.cs
Main/Exceptional/Highlightings/Category.cs
Main/Exceptional/Highlightings/ExceptionNotDocumentedHighlighting.cs
Main/Exceptional/Highlightings/ExceptionNotThrownHighlighting.cs
Main/Exceptional/Highlightings/HighlightingBase.cs
Main/Exceptional/Highlightings/SwallowedExceptionsHighlighting.cs
Main/Exceptional/Highlightings/ThrowFromCatchWithNoInnerExceptionHighlighting.cs
Main/Exceptional/IProcessContext.cs
Main/Exceptional/MethodProcessContext.cs
Main/Exceptional/Model/AccessorDeclarationModel.cs
Main/Exceptional/Model/AnalyzeUnitModelBase.cs
Main/Exceptional/Model/BlockModelBase.cs
Main/Exceptional/Model/CatchClauseModel.cs
Main/Exceptional/Model/CatchVariableModel.cs
Main/Exceptional/Model/DocCommentBlockModel.cs
Main/Exceptional/Model/DocCommentModel.cs
Main/Exceptional/Model/DocCommentReader.cs
Main/Exceptional/Model/ExceptionDocCommentModel.cs
Main/Exceptional/Model/GeneralDocCommentModel.cs
Main/Exceptional/Model/IAnalyzeUnit.cs
Main/Exceptional/Model/IBlockModel.cs
Main/Exceptional/Model/IExceptionsOriginModel.cs
Main/Exceptional/Model/MethodDeclarationModel.cs
Main/Exceptional/Model/ModelBase.cs
Main/Exceptional/Model/PropertyDeclarationModel.cs
Main/Exceptional/Model/ReferenceExpressionModel.cs
Main/Exceptional/Model/ThrowStatementModel.cs
Main/Exceptional/Model/ThrownExceptionModel.cs
Main/Exceptional/Model/ThrownExceptionsReader.cs
Main/Exceptional/Model/TreeElementModelBase.cs
Main/Exceptional/Model/TryStatementModel.cs
Main/Exceptional/NameFactory.cs
Main/Exceptional/NullProcessContext.cs
Main/Exceptional/ProcessContext.cs
Main/Exceptional/Properties/AssemblyInfo.cs
Main/Exceptional/PropertyProcessContext.cs
Main/Exceptional/QuickFixes/CatchExceptionFix.cs
Main/Exceptional/QuickFixes/IncludeInnerExceptionFix.cs
Main/Exceptional/QuickFixes/InsertExceptionDocumentationFix.cs
Main/Exceptional/QuickFixes/RemoveExceptionDocumentationFix.cs
Main/Exceptional/QuickFixes/SingleActionFix.cs
Main/Exceptional/Resources.Designer.cs
Main/Exceptional/Resources.resx
Main/ExceptionalSandBox.sln
Main/ExceptionalSandBox.vssscc
Main/ExceptionalSandBox/CatchAllTests.cs
Main/ExceptionalSandBox/CatchExceptionTests.cs
Main/ExceptionalSandBox/Demo1.cs
Main/ExceptionalSandBox/Demo2.cs
Main/ExceptionalSandBox/ExceptionalSandBox.csproj
Main/ExceptionalSandBox/ExceptionalSandBox.csproj.vspscc
Main/ExceptionalSandBox/ITest.cs
Main/ExceptionalSandBox/InnerExceptionTests.cs
Main/ExceptionalSandBox/InvocationTests.cs
Main/ExceptionalSandBox/MethodsCommentsTests.cs
Main/ExceptionalSandBox/Properties/AssemblyInfo.cs
Main/ExceptionalSandBox/PropertiesCommentsTests.cs
Main/ExceptionalSandBox/SandBox.cs
Main/Setup/Exceptional.ico
Main/Setup/ExceptionalSetup.wixproj
Main/Setup/License.rtf
Main/Setup/Product.wxs
Main/Setup/Properties.wxs
Main/Setup/Setup.Proj
Main/Setup/Setup.Targets
Main/Setup/release.bat
Download
Click the following link to download exceptionalplugin.zip.
exceptionalplugin.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »