CoreWiki icon indicating copy to clipboard operation
CoreWiki copied to clipboard

A simple ASP.NET Core wiki that we are working on during live coding streams

Results 72 CoreWiki issues
Sort by recently updated
recently updated
newest added
trafficstars

On today's stream (29/09/2018) it was suggested that we use UTF8Json instead of Newtonsoft Json. Link to the project: https://github.com/neuecc/Utf8Json Would the gain be considerable enough to change? Are there...

It was suggested on Twitter that I could try creating a data provider using a NoSQL database (like Couchbase). I took a look at the code and there appears to...

The code of ASP.NET Identity is using the domain object CoreWikiUser directly. There is also no abstraction of the Identity code, making it impossible to refactor it out to the...

We should perform selenium-based tests in order to ensure that the application performs standard CRUD operations

enhancement
help wanted

I'm working on the Extensibility feature and I think that the profanity checker is something we would want to keep. I've downloaded a list of English swear words that Google...

I would like to be able to add Corewiki as a wiki panel in Microsoft Teams.

enhancement
help wanted

Perhaps we could use the following convention for the connection strings to support multiple providers and connection strings within the appsettings.json? **appsettings.json** ```json "ConnectionStrings": { "CoreWikiIdentity": { "": "./App_Data/wikiIdentity.db", "postgres":...

https://github.com/ashleybroughton/CoreWiki/blame/dev/CoreWiki/Pages/Create.cshtml.cs#L62 ![image](https://user-images.githubusercontent.com/222825/42196137-eb6d85f0-7eae-11e8-8612-91541f900656.png)

Why is there a node.js dependency to build this project?

question

It would be great if @csharpfritz will start use CodeMaid plugin during the streams. Link to plugin: http://www.codemaid.net/ Pros: - code written on the streams would be much cleaner and...

question