Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Using DefaultStorageProvider with PersistentDataPath gives an error  #86

@Chiel75

Description

@Chiel75

Error in the public class FileEventStream

In the Analytics.CSharp version 2.3.2 source code:

In the eventoutputstream, line 204
_fs = _file.Open(FileMode.Append);
should be
_fs = _file.Open(FileMode.Append, FileAccess.Write);

As FileMode.Append will throw an error withot the FileAcces.Write. Please see the intellisense:
image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions