forked from specklesystems/speckle-sharp
-
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.
fix(ALL): CNX-7448 Fixes all IDE0005 warnings across the entire mono-…
…repo (specklesystems#3070) * ci: Show all warnings on CI builds * fix(all): Do not allow IDE0005 on CI * fix(sdk): IDE0005 Redundant Using statements in SDK projects (specklesystems#3071) * fix(core): IDE0005 Redundant Using statements * fix(ci): GenerateDocumentationFile is required for IDE0005 to run on CI * fix(ci): Allow warnings on all CI jobs * fix(rhino/grasshopper): Fix IDE0005 Redundant Using Statements (specklesystems#3072) * fix(gh): IDE0005 for Grasshopper connector * fix(rhino): IDE0005 for Rhino connector * fix(rh/gh): IDE0005 for Rhino/Grasshopper shared converter * Revit: IDE0005 fix (specklesystems#3073) * remove connector usings * remove converter usings * remove revit shared resources usings * dxfConverter * remove more usings * remove unused statement * is this all of them? --------- Co-authored-by: Connor Ivy <[email protected]> * fix(dyn): IDE0005 Redundant Using Statements (specklesystems#3074) * fix(dyn): IDE005 first run * fix(dyn): Fix dangling warning * fix(CNX-8300): IDE0005 Redundant using statements (specklesystems#3076) * fix(tekla): IDE0005 Redundant using statements * fix(structuralUtils): IDE0005 Redundant Using statements * fix(CNX-8301): IDE0005 Redundant using statements in CSI (specklesystems#3079) * fix for csi * fix(csi): Wrapped pending using statement in pre-processor directive --------- Co-authored-by: Connor Ivy <[email protected]> Co-authored-by: Alan Rynne <[email protected]> * fix (navisworks): CNX-8305 - IDE0005 (specklesystems#3077) * Refactor NavisworksOptions Manager.cs - Remove unused using statements - Clean up namespace declaration * Update Ribbon.xaml.cs for rogue using --------- Co-authored-by: Alan Rynne <[email protected]> * fix(acadcivil): resolves IDE0005 warnings (specklesystems#3080) * Fixes IDE0005 for acadcivil connector and converter * other warn cleanups * fixes civil warn * Update Directory.Build.props --------- Co-authored-by: Alan Rynne <[email protected]> --------- Co-authored-by: connorivy <[email protected]> Co-authored-by: Connor Ivy <[email protected]> Co-authored-by: Jonathon Broughton <[email protected]> Co-authored-by: Claire Kuang <[email protected]>
- Loading branch information
1 parent
bac754c
commit 54ecc18
Showing
242 changed files
with
402 additions
and
1,175 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
2 changes: 0 additions & 2 deletions
2
ConnectorAutocadCivil/ConnectorAutocadCivil/DocumentUtils/TransactionContext.cs
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
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
Oops, something went wrong.