You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that the .NET Context class only supports one property, "Logger", while the Go SDK Context class supports DataBinding, Platform, WorkerID, UserData, FunctionName, FunctionVersion, TriggerKind, TriggerName, and WorkerAllocationName.
Should the .NET Context (and other classes) be updated in order to support these fields as well?
The text was updated successfully, but these errors were encountered:
ballcoach12
added a commit
to ballcoach12/nuclio-sdk-dotnetcore
that referenced
this issue
Oct 14, 2022
…ame" and "UserData" fields.
Modified tests.csproj to update the .NET Framework version to .NET Core 3.1 from 2.0.
Updated JsonTests.cs to test for string values in Event (tests were failing because of invalid types)
I notice that the .NET Context class only supports one property, "Logger", while the Go SDK Context class supports DataBinding, Platform, WorkerID, UserData, FunctionName, FunctionVersion, TriggerKind, TriggerName, and WorkerAllocationName.
Should the .NET Context (and other classes) be updated in order to support these fields as well?
The text was updated successfully, but these errors were encountered: