Tom de Goede
Tom de Goede
### Description The S3257 RedundantDeclaration analyzer is currently reporting a false positive: `error S3257: Remove the array type; it is redundant` when an explicit array type is provided and C#9...
Server version: 1.1.3 Client version: 1.1.3 Unsubscribing and then resubscribing the same watch() Observable will cause records to be added to the collection even when they are already present. ```...
### Description of the bug: When _path/to/project/BUILD_ contains a `glob(["**/*.cs"])` and _path/to/project/src/SomeFolder_ contains various *.cs files, a consequtive `bazel build` will result in errors when _SomeFolder_ is deleted. ### Environment...