fuget.org
DynamoVisualProgramming.DynamoServices
by Autodesk
3.0.0-beta7022
Toggle Dropdown
API Diff
with 2.17.0.3493
Toggle Dropdown
DynamoVisualProgramming.DynamoServices.3.0.0-beta7022.nupkg
nuget.org
github.com
Apache License 2
<
PackageReference
Include
=
"DynamoVisualProgramming.DynamoServices"
Version
=
"3.0.0-beta7022"
/>
Frameworks
netstandard2.0
API Diff between 3.0.0-beta7022 and 2.17.0.3493
21
Additions
5
Removals
Dynamo.Logging
public
static
class
Analytics
public
static
bool
DisableAnalytics
public
static
bool
DisableAnalytics
{
get
; }
public
static
Task
<
IDisposable
>
CreateTaskTimedEvent
(
Categories
category
,
string
variable
,
string
description
=
""
,
int
?
value
=
default
)
public
static
void
EndTaskCommandEvent
(
Task
<
IDisposable
>
taskEvent
)
public
static
Task
<
IDisposable
>
TrackTaskCommandEvent
(
string
name
,
string
description
=
""
,
int
?
value
=
default
)
public
static
Task
<
IDisposable
>
TrackTaskFileOperationEvent
(
string
filepath
,
Actions
operation
,
int
size
,
string
description
=
""
)
public
enum
Categories
PackageManager
=
8
public
interface
IAnalyticsClient
bool
ReportingUsage
{
get
; }
Task
<
IDisposable
>
CreateTaskCommandEvent
(
string
name
,
string
description
,
int
?
value
)
Task
<
IDisposable
>
CreateTaskTimedEvent
(
Categories
category
,
string
variable
,
string
description
,
int
?
value
)
void
EndEventTask
(
Task
<
IDisposable
>
taskToEnd
)
Task
<
IDisposable
>
TrackTaskFileOperationEvent
(
string
filepath
,
Actions
operation
,
int
size
,
string
description
)
DynamoServices
public
static
class
LogWarningMessageEvents
public
static
void
OnLogInfoMessage
(
string
message
)
public
class
NodeInternalException
:
Exception
protected
NodeInternalException
(
SerializationInfo
info
,
StreamingContext
context
)
public
static
class
TraceUtils
public
static
ISerializable
GetTraceData
(
string
key
)
public
static
void
SetTraceData
(
string
key
,
ISerializable
value
)
public
static
string
GetTraceData
(
string
key
)
public
static
void
SetTraceData
(
string
key
,
string
value
)
DynamoUnits
public
class
Display
public
enum
NumberFormat
public
static
int
Precision
{
get
; }
public
static
string
PrecisionFormat
{
get
;
set
; }
public
static
bool
RemoveTrailingZeros
{
get
;
set
; }
public
static
NumberFormat
UnitNumberFormat
{
get
;
set
; }
public
Display
()
PythonNodeModels
public
enum
PythonEngineVersion
Unknown
=
3