-
```
****************************************
An exception has occurred in TaskScheduler_UnobservedTaskException
Type: System.AggregateException
Message: A Task's exception(s) were not observed e…
-
"at Stitch.PhylogeneticTree+Tree`1[[System.__Canon, System.Private.CoreLib, Version=7.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Remodel[[System.ValueTuple`2[[System.__Canon, System.…
-
@filmaj I seem to be hitting the following now on 1.3.5:
```
[INFO] socket-mode:SocketModeClient:0 Going to establish a new connection to Slack ...
/home/patrick/slack/node_modules…
-
### Plugin Name
Github Copilot Plugin
### 📜 Description
I've deployed the copilot plugin in my prod instance of backstage, we've noticed that after the first run it doesn't trigger the schedu…
-
Severity Code Description Project File Line Suppression State Details
Error C3848 expression having type 'const TaskScheduler::Compare' would lose some const-volatile qualifiers in order to call 'boo…
-
VS 2022 v17.4.2:
**Steps to Reproduce**:
Try to compile the following code:
```cs
...
Task r1 = TestAsyncDelayAsync(15).ContinueWith((Task task) => {
return TestAsyncDelayAsync(task.**…
-
**Describe the bug**
Dead links in TaskScheduler XML template (XSD).
**To Reproduce**
Look at
https://github.com/MicrosoftDocs/win32/blob/docs/desktop-src/TaskSchd/task-scheduler-schema.md
The …
-
I'm trying to use `FlowExceptionsToTaskScheduler` within `RelayCommand`, but it doesn't seem to be working.
Early in my app I have this:
```cs
...stuff...
TaskScheduler.UnobservedTaskExcepti…
-
### Bug Summary:
TaskScheduler doesn't rearrange existing tasks when adding a new task with an earlier due date .
---
### Steps To Reproduce
1) Add a task A with a later due date (e.g. 3 h…
-
**Describe the bug**
I'm using the TaskService constructor without any user or password, so it's supposed to use the current user account.
The library is not working since the update from 2.10.1 to …