Skip to content

Commit

Permalink
initial nuget references
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed Jun 25, 2024
1 parent 483fe7d commit befeee5
Show file tree
Hide file tree
Showing 34 changed files with 1,342 additions and 628 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ dotnet_diagnostic.ca1506.severity = warning # Avoid excessive class coupling
dotnet_diagnostic.ca1507.severity = warning # Use nameof in place of string
dotnet_diagnostic.ca1508.severity = warning # Avoid dead conditional code
dotnet_diagnostic.ca1509.severity = warning # Invalid entry in code metrics configuration file
dotnet_diagnostic.CA2254.severity = none # Template should be a static expression



# Performance rules
Expand Down
628 changes: 628 additions & 0 deletions All-v3.sln

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,42 @@
"Serilog": "2.10.0"
}
},
"Speckle.Core": {
"type": "Transitive",
"resolved": "3.0.1-alpha.10",
"contentHash": "zaKAWE+/vq/t2t62SBZj3Q0lPgjlQuY+BjQeS0EUpmiONhFakSxBB3cxMLFwQHh3aq1Sb+T6VKffk5eT5KsIJQ==",
"dependencies": {
"GraphQL.Client": "6.0.0",
"Microsoft.CSharp": "4.7.0",
"Microsoft.Data.Sqlite": "7.0.5",
"Polly": "7.2.3",
"Polly.Contrib.WaitAndRetry": "1.1.1",
"Polly.Extensions.Http": "3.0.0",
"Sentry": "3.33.0",
"Sentry.Serilog": "3.33.0",
"Serilog": "2.12.0",
"Serilog.Enrichers.ClientInfo": "1.3.0",
"Serilog.Exceptions": "8.4.0",
"Serilog.Sinks.Console": "4.1.0",
"Serilog.Sinks.Seq": "5.2.2",
"SerilogTimings": "3.0.1",
"Speckle.Newtonsoft.Json": "13.0.2",
"System.DoubleNumerics": "3.1.3"
}
},
"Speckle.Newtonsoft.Json": {
"type": "Transitive",
"resolved": "13.0.2",
"contentHash": "g1BejUZwax5PRfL6xHgLEK23sqHWOgOj9hE7RvfRRlN00AGt8GnPYt8HedSK7UB3HiRW8zCA9Pn0iiYxCK24BA=="
},
"Speckle.Objects": {
"type": "Transitive",
"resolved": "3.0.1-alpha.10",
"contentHash": "cMFR9UEq1CKXugwG7/g2D47qCQ3KB+8sZ3Dt6h8OQjEgVXCvnFhIVNT809PYcKqBsBoxK6EiNndJPzPEowQH9g==",
"dependencies": {
"Speckle.Core": "3.0.1-alpha.10"
}
},
"Speckle.Revit2023.Interfaces": {
"type": "Transitive",
"resolved": "0.1.1-preview.0.24",
Expand Down Expand Up @@ -383,8 +414,7 @@
"speckle.autofac": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "[7.0.0, )",
"Speckle.Core": "[2.0.999-local, )"
"Microsoft.Extensions.Logging.Abstractions": "[7.0.0, )"
}
},
"speckle.connectors.dui": {
Expand All @@ -393,7 +423,7 @@
"Microsoft.Extensions.Logging.Abstractions": "[7.0.0, )",
"Speckle.Autofac": "[2.0.999-local, )",
"Speckle.Connectors.Utils": "[2.0.999-local, )",
"Speckle.Core": "[2.0.999-local, )",
"Speckle.Core": "[3.0.1-alpha.10, )",
"System.Threading.Tasks.Dataflow": "[6.0.0, )"
}
},
Expand All @@ -409,7 +439,7 @@
"dependencies": {
"Serilog.Extensions.Logging": "[7.0.0, )",
"Speckle.Autofac": "[2.0.999-local, )",
"Speckle.Core": "[2.0.999-local, )"
"Speckle.Core": "[3.0.1-alpha.10, )"
}
},
"speckle.converters.arcgis3": {
Expand All @@ -431,7 +461,7 @@
"type": "Project",
"dependencies": {
"Speckle.Autofac": "[2.0.999-local, )",
"Speckle.Objects": "[2.0.999-local, )",
"Speckle.Objects": "[3.0.1-alpha.10, )",
"Speckle.Revit2023.Interfaces": "[0.1.1-preview.0.24, )"
}
},
Expand All @@ -441,33 +471,6 @@
"Speckle.Autofac": "[2.0.999-local, )",
"Speckle.Converters.Common": "[2.0.999-local, )"
}
},
"Speckle.Core": {
"type": "Project",
"dependencies": {
"GraphQL.Client": "[6.0.0, )",
"Microsoft.CSharp": "[4.7.0, )",
"Microsoft.Data.Sqlite": "[7.0.5, )",
"Polly": "[7.2.3, )",
"Polly.Contrib.WaitAndRetry": "[1.1.1, )",
"Polly.Extensions.Http": "[3.0.0, )",
"Sentry": "[3.33.0, )",
"Sentry.Serilog": "[3.33.0, )",
"Serilog": "[2.12.0, )",
"Serilog.Enrichers.ClientInfo": "[1.3.0, )",
"Serilog.Exceptions": "[8.4.0, )",
"Serilog.Sinks.Console": "[4.1.0, )",
"Serilog.Sinks.Seq": "[5.2.2, )",
"SerilogTimings": "[3.0.1, )",
"Speckle.Newtonsoft.Json": "[13.0.2, )",
"System.DoubleNumerics": "[3.1.3, )"
}
},
"Speckle.Objects": {
"type": "Project",
"dependencies": {
"Speckle.Core": "[2.0.999-local, )"
}
}
},
"net6.0-windows7.0/win-x64": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,42 @@
"Serilog": "2.10.0"
}
},
"Speckle.Core": {
"type": "Transitive",
"resolved": "3.0.1-alpha.10",
"contentHash": "zaKAWE+/vq/t2t62SBZj3Q0lPgjlQuY+BjQeS0EUpmiONhFakSxBB3cxMLFwQHh3aq1Sb+T6VKffk5eT5KsIJQ==",
"dependencies": {
"GraphQL.Client": "6.0.0",
"Microsoft.CSharp": "4.7.0",
"Microsoft.Data.Sqlite": "7.0.5",
"Polly": "7.2.3",
"Polly.Contrib.WaitAndRetry": "1.1.1",
"Polly.Extensions.Http": "3.0.0",
"Sentry": "3.33.0",
"Sentry.Serilog": "3.33.0",
"Serilog": "2.12.0",
"Serilog.Enrichers.ClientInfo": "1.3.0",
"Serilog.Exceptions": "8.4.0",
"Serilog.Sinks.Console": "4.1.0",
"Serilog.Sinks.Seq": "5.2.2",
"SerilogTimings": "3.0.1",
"Speckle.Newtonsoft.Json": "13.0.2",
"System.DoubleNumerics": "3.1.3"
}
},
"Speckle.Newtonsoft.Json": {
"type": "Transitive",
"resolved": "13.0.2",
"contentHash": "g1BejUZwax5PRfL6xHgLEK23sqHWOgOj9hE7RvfRRlN00AGt8GnPYt8HedSK7UB3HiRW8zCA9Pn0iiYxCK24BA=="
},
"Speckle.Objects": {
"type": "Transitive",
"resolved": "3.0.1-alpha.10",
"contentHash": "cMFR9UEq1CKXugwG7/g2D47qCQ3KB+8sZ3Dt6h8OQjEgVXCvnFhIVNT809PYcKqBsBoxK6EiNndJPzPEowQH9g==",
"dependencies": {
"Speckle.Core": "3.0.1-alpha.10"
}
},
"Speckle.Revit2023.Interfaces": {
"type": "Transitive",
"resolved": "0.1.1-preview.0.24",
Expand Down Expand Up @@ -439,8 +470,7 @@
"speckle.autofac": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "[7.0.0, )",
"Speckle.Core": "[2.0.999-local, )"
"Microsoft.Extensions.Logging.Abstractions": "[7.0.0, )"
}
},
"speckle.connectors.dui": {
Expand All @@ -449,7 +479,7 @@
"Microsoft.Extensions.Logging.Abstractions": "[7.0.0, )",
"Speckle.Autofac": "[2.0.999-local, )",
"Speckle.Connectors.Utils": "[2.0.999-local, )",
"Speckle.Core": "[2.0.999-local, )",
"Speckle.Core": "[3.0.1-alpha.10, )",
"System.Threading.Tasks.Dataflow": "[6.0.0, )"
}
},
Expand All @@ -465,7 +495,7 @@
"dependencies": {
"Serilog.Extensions.Logging": "[7.0.0, )",
"Speckle.Autofac": "[2.0.999-local, )",
"Speckle.Core": "[2.0.999-local, )"
"Speckle.Core": "[3.0.1-alpha.10, )"
}
},
"speckle.converters.autocad2023": {
Expand All @@ -487,7 +517,7 @@
"type": "Project",
"dependencies": {
"Speckle.Autofac": "[2.0.999-local, )",
"Speckle.Objects": "[2.0.999-local, )",
"Speckle.Objects": "[3.0.1-alpha.10, )",
"Speckle.Revit2023.Interfaces": "[0.1.1-preview.0.24, )"
}
},
Expand All @@ -497,33 +527,6 @@
"Speckle.Autofac": "[2.0.999-local, )",
"Speckle.Converters.Common": "[2.0.999-local, )"
}
},
"Speckle.Core": {
"type": "Project",
"dependencies": {
"GraphQL.Client": "[6.0.0, )",
"Microsoft.CSharp": "[4.7.0, )",
"Microsoft.Data.Sqlite": "[7.0.5, )",
"Polly": "[7.2.3, )",
"Polly.Contrib.WaitAndRetry": "[1.1.1, )",
"Polly.Extensions.Http": "[3.0.0, )",
"Sentry": "[3.33.0, )",
"Sentry.Serilog": "[3.33.0, )",
"Serilog": "[2.12.0, )",
"Serilog.Enrichers.ClientInfo": "[1.3.0, )",
"Serilog.Exceptions": "[8.4.0, )",
"Serilog.Sinks.Console": "[4.1.0, )",
"Serilog.Sinks.Seq": "[5.2.2, )",
"SerilogTimings": "[3.0.1, )",
"Speckle.Newtonsoft.Json": "[13.0.2, )",
"System.DoubleNumerics": "[3.1.3, )"
}
},
"Speckle.Objects": {
"type": "Project",
"dependencies": {
"Speckle.Core": "[2.0.999-local, )"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,42 @@
"Serilog": "2.10.0"
}
},
"Speckle.Core": {
"type": "Transitive",
"resolved": "3.0.1-alpha.10",
"contentHash": "zaKAWE+/vq/t2t62SBZj3Q0lPgjlQuY+BjQeS0EUpmiONhFakSxBB3cxMLFwQHh3aq1Sb+T6VKffk5eT5KsIJQ==",
"dependencies": {
"GraphQL.Client": "6.0.0",
"Microsoft.CSharp": "4.7.0",
"Microsoft.Data.Sqlite": "7.0.5",
"Polly": "7.2.3",
"Polly.Contrib.WaitAndRetry": "1.1.1",
"Polly.Extensions.Http": "3.0.0",
"Sentry": "3.33.0",
"Sentry.Serilog": "3.33.0",
"Serilog": "2.12.0",
"Serilog.Enrichers.ClientInfo": "1.3.0",
"Serilog.Exceptions": "8.4.0",
"Serilog.Sinks.Console": "4.1.0",
"Serilog.Sinks.Seq": "5.2.2",
"SerilogTimings": "3.0.1",
"Speckle.Newtonsoft.Json": "13.0.2",
"System.DoubleNumerics": "3.1.3"
}
},
"Speckle.Newtonsoft.Json": {
"type": "Transitive",
"resolved": "13.0.2",
"contentHash": "g1BejUZwax5PRfL6xHgLEK23sqHWOgOj9hE7RvfRRlN00AGt8GnPYt8HedSK7UB3HiRW8zCA9Pn0iiYxCK24BA=="
},
"Speckle.Objects": {
"type": "Transitive",
"resolved": "3.0.1-alpha.10",
"contentHash": "cMFR9UEq1CKXugwG7/g2D47qCQ3KB+8sZ3Dt6h8OQjEgVXCvnFhIVNT809PYcKqBsBoxK6EiNndJPzPEowQH9g==",
"dependencies": {
"Speckle.Core": "3.0.1-alpha.10"
}
},
"Speckle.Revit.API": {
"type": "Transitive",
"resolved": "2023.0.0",
Expand Down Expand Up @@ -488,8 +519,7 @@
"speckle.autofac": {
"type": "Project",
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "[7.0.0, )",
"Speckle.Core": "[2.0.999-local, )"
"Microsoft.Extensions.Logging.Abstractions": "[7.0.0, )"
}
},
"speckle.connectors.dui": {
Expand All @@ -498,7 +528,7 @@
"Microsoft.Extensions.Logging.Abstractions": "[7.0.0, )",
"Speckle.Autofac": "[2.0.999-local, )",
"Speckle.Connectors.Utils": "[2.0.999-local, )",
"Speckle.Core": "[2.0.999-local, )",
"Speckle.Core": "[3.0.1-alpha.10, )",
"System.Threading.Tasks.Dataflow": "[6.0.0, )"
}
},
Expand All @@ -507,14 +537,14 @@
"dependencies": {
"Serilog.Extensions.Logging": "[7.0.0, )",
"Speckle.Autofac": "[2.0.999-local, )",
"Speckle.Core": "[2.0.999-local, )"
"Speckle.Core": "[3.0.1-alpha.10, )"
}
},
"speckle.converters.common": {
"type": "Project",
"dependencies": {
"Speckle.Autofac": "[2.0.999-local, )",
"Speckle.Objects": "[2.0.999-local, )",
"Speckle.Objects": "[3.0.1-alpha.10, )",
"Speckle.Revit2023.Interfaces": "[0.1.1-preview.0.24, )"
}
},
Expand All @@ -540,33 +570,6 @@
"Speckle.Converters.Revit2023": "[2.0.999-local, )",
"Speckle.Revit2023.Api": "[0.1.1-preview.0.24, )"
}
},
"Speckle.Core": {
"type": "Project",
"dependencies": {
"GraphQL.Client": "[6.0.0, )",
"Microsoft.CSharp": "[4.7.0, )",
"Microsoft.Data.Sqlite": "[7.0.5, )",
"Polly": "[7.2.3, )",
"Polly.Contrib.WaitAndRetry": "[1.1.1, )",
"Polly.Extensions.Http": "[3.0.0, )",
"Sentry": "[3.33.0, )",
"Sentry.Serilog": "[3.33.0, )",
"Serilog": "[2.12.0, )",
"Serilog.Enrichers.ClientInfo": "[1.3.0, )",
"Serilog.Exceptions": "[8.4.0, )",
"Serilog.Sinks.Console": "[4.1.0, )",
"Serilog.Sinks.Seq": "[5.2.2, )",
"SerilogTimings": "[3.0.1, )",
"Speckle.Newtonsoft.Json": "[13.0.2, )",
"System.DoubleNumerics": "[3.1.3, )"
}
},
"Speckle.Objects": {
"type": "Project",
"dependencies": {
"Speckle.Core": "[2.0.999-local, )"
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Reflection;
using Speckle.Autofac;
using Speckle.Connectors.Utils;
using Speckle.Core.Logging;

namespace Speckle.Connectors.Revit.Plugin;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
using Speckle.Connectors.Rhino7.HostApp;
using Speckle.Connectors.Rhino7.Interfaces;
using Speckle.Core.Kits;
using Speckle.Core.Logging;
using Speckle.Core.Models.Extensions;

namespace Speckle.Connectors.Rhino7.Plugin;
Expand Down
Loading

0 comments on commit befeee5

Please sign in to comment.