-
I cannot get an app deployed over the Starcounter Warehouse to start on an existing database in `2.3.2.157` ~~This is a serious issue as it is currently stopping us from rolling out important bug fixe…
-
## Steps to reproduce
See @alshakero's comment https://github.com/Starcounter/Home/issues/174#issuecomment-313372872 for easy reproduction.
Alternative:
Start https://github.com/Starcounter…
-
The `is=""` API can be confusing, and awkward. For example (in current v1 API):
### inheritance currently has to be specified three times:
```js
class MyButton extends HTMLButtonElement {} // …
-
**Describe the bug:**
When building the newest release i get a /Users/songboyao/Downloads/osu-2021.707.0-lazer/osu.Game/Database/OsuDbContext.cs(121,76,121,97): error CS0117: 'CoreEventId' does not …
-
PCWatch once duplicated the ammo folder and its scripts as well as 3 other script files in various places. The console output showed PCWatch updating seemingly random files every second without me cha…
-
```cs
using Starcounter;
namespace StarcounterApplication26
{
[Database]
public class Person
{
internal string Name { get; set; }
}
class Program
{
…
-
Starcounter version: `2.3.2.930`.
### Issue type
- [x] Bug
- [ ] Feature request
- [ ] Suggestion
- [ ] Question
- [ ] Cannot reproduce
- [ ] Urgent
### Issue description
If a Starcou…
-
I have following application for some testing purpose:
```c#
using Starcounter;
using System;
using Starcounter.ErrorCodes;
class Program {
static void Main() {
Db.SQL("create i…
k-rus updated
4 years ago
-
Version: 2.4.0.6025.
I am experiencing problems when running the tests with database access while the starcounter service is running as local service. The tests have been written following the [docum…
-
Sometimes forced "Clean" is needed before building an app. I believe this is reproducible both with `msbuild` and Visual Studio. The below method reproduces it with `msbuild.`
I am not sure if this…