-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
18 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
<Project> | ||
|
||
<PropertyGroup> | ||
<F0Version>0.8.0</F0Version> | ||
<F0ReleaseNotes>Changed the object initializer code refactoring to also support C# 9 target-typed new expressions (implicit object creation expressions).</F0ReleaseNotes> | ||
<F0Version>0.9.0</F0Version> | ||
<F0ReleaseNotes>- Added explicit record class declaration analyzer diagnostic (Warning F02001) and code fix to add the optional class keyword to record declarations without the class or struct keyword. | ||
- Fixed null check analyzer diagnostics throwing on invocations of static bool-returning methods named Equals with a single null argument.</F0ReleaseNotes> | ||
</PropertyGroup> | ||
|
||
</Project> |
2 changes: 1 addition & 1 deletion
2
source/extension/F0.Analyzers.Vsix/source.extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
source/production/F0.Analyzers/ReleaseTracking/AnalyzerReleases.Unshipped.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1 @@ | ||
; Please do not edit this file manually, it should only be updated through code fix application. | ||
### New Rules | ||
|
||
Rule ID | Category | Severity | Notes | ||
--------|----------|----------|------- | ||
F02001 | CleanCode | Warning | F02001ImplicitRecordClassDeclaration, [Documentation](https://github.com/Flash0ver/F0.Analyzers/blob/master/documentation/diagnostics/F02001.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters