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
Process Log Format String for Logger Compatibility (#137)
* format string logger compatibility fix
* refactor
* discard unused argument
* set access to private on added properties
* use Interlocked.Increment for counter
Update build (#136)
Uses same pattern as the SDK, with the version number now contained in a
file. We need to do it this way, since tags are branches, and only
master is authorized to run in CD.
Fix FSharp.Core to 7 (#131)
* Remove direct dependency on FSharp.Core
We have a transitive dependency on this, and the current setup causes a
package downgrade error in all downstream packages, requiring them all
to pick a version of FSharp.Core, which isn't great, especially as most
downstream packages aren't written in F#.
The error happens because FsToolkit.ErrorHandling depends on FSharp.Core
7.
This also needs to be changed in the SDK.
The alternative is to keep the dependency, but update it to 7.
* Fix FSharp version