emitter-io / csharp

Client library for emitter.io compatible with .Net, .Net MicroFramework and WinRT
http://emitter.io
Eclipse Public License 1.0
29 stars 21 forks source link

Expand EmitterKeyType and Consume in KeygenRequest.ToJson #3

Closed dawsontoth closed 5 years ago

dawsontoth commented 7 years ago

No breaking changes were made, though several enum values were flagged as Obsolete. I copied over the full values and documentation from the Runtime for SecurityAccess.

Side question... should EmitterKeyType be named SecurityAccess?

dawsontoth commented 7 years ago

It looks like appveyor is failing on something unrelated to my changes.

C:\projects\csharp-133tg\Emitter\Emitter.NetCore.xproj(7,3): error MSB4019: The imported project "C:\Program Files\dotnet\sdk\1.0.4\Microsoft\VisualStudio\v14.0\DotNet\Microsoft.DotNet.Props" was not found. Confirm that the path in the declaration is correct, and that the file exists on disk. 0 Warning(s) 1 Error(s) Time Elapsed 00:00:00

dawsontoth commented 7 years ago

https://github.com/appveyor/ci/issues/1377

kelindar commented 7 years ago

@dawsontoth @Florimond I think we'll need to update our appveyor build for .NET Core. Otherwise it looks good, we could indeed rename it to SecurityAccess.

dawsontoth commented 7 years ago

@Kelindar should I go ahead and rename it to SecurityAccess? I could leave the existing behind with a deprecation note. Or we could break people and force them to update. I've been using this change in my setup for the last month or so, and it's been working well. Any guidance on updating appveyor? Bit intimidated by it! :)

kelindar commented 6 years ago

Go ahead with the rename. @florimond could you check the appveyor build?

dawsontoth commented 6 years ago

Renamed. I left a lingering, empty EmitterKeyType with the Obsolete attribute explaining that SecurityAccess should be used instead.