|
1 | | -- [ ] Move ReduxDevToolsBehavoir to top of pipeline. |
2 | | -So when doing time travel we can disable actions from actually being executed. |
3 | | - |
4 | | -- [ ] Move JavaScriptInterop Folder out of Behaviors (It isn't a behavior) although ReduxDevTools depends on it. |
5 | | - |
6 | | -This will let dev tools go back to pages. |
7 | | - |
8 | | -- [ ] Implement DevTools Handlers (Currently only Jump works) |
9 | | -See the MobX example for how to implement more ReduxDevTools functionality |
10 | | -https://github.com/zalmoxisus/mobx-remotedev/blob/master/src/monitorActions.js |
11 | | - |
12 | 1 | - [ ] Improve usefulness of ILogger. |
13 | 2 | - [ ] Document all public interfaces |
14 | 3 | - [ ] Check visibility on classes props etc... private public internal etc.. |
15 | 4 | - [ ] Convert js to ts. See Blazor package for example and Logging. |
16 | 5 | - [ ] Consider splitting Packages for DevTools as production we will not want to deploy that.Blazor-State-ReduxDevTools |
17 | 6 | - [ ] Review TODOs in source |
18 | | -- [ ] Update Samples to latest templates |
19 | | -- [ ] Extract common items to Directory.Build.props |
20 | | -- [ ] ReduxDevToolsBehavoir uses the pipeline but we probably don't care to log those interaction. |
21 | | -So Maybe we should add a Filter to ignore logging some request IReduxAction marker or something? |
| 7 | +- [ ] Update Samples to latest templates (Samples have been removed the template is the sample) |
| 8 | + |
22 | 9 | - [ ] CodeMaid Clean all before publish () |
23 | 10 |
|
24 | | -- [ ] Update Source link to the now .net foundation version. https://github.com/dotnet/sourcelink/ |
| 11 | +- [ ] Update Source link to the new .net foundation version. https://github.com/dotnet/sourcelink/ |
25 | 12 |
|
26 | 13 | - [ ] Add documentation on installing Selenium java and chromedriver.exe etc. |
27 | | -- [ ] Search with powergrep for "<LangVersion>" |
28 | | - if blazor-state\Directory.Build.props has `<LangVersion>latest</LangVersion>` then do we need it in all the others? |
29 | | - |
30 | | -- [ ] Automate deployment to MyGet of template nuget. |
31 | | -- [ ] Add vsts vsts.ci.yaml into the template project. |
32 | | -- [ ] Update global.json to latest |
33 | | -- [ ] Add DualMode.js to the template. |
34 | | -- [ ] Write Console App that updates the version for all of Blazor-State |
35 | | - I think changes in like 4 or 5 places. |
36 | | - |
37 | | - |
38 | | - - [ ] Create Pull Request template to show what each pull request should have. Investigate if I can get AzureDevOps to default to that template. |
39 | | - - [ ] Add Javascript project to the template. |
0 commit comments