https://github.com/rsm-hcd/andculturecode.csharp.web
Common configuration and utilities for building dotnet core web applications
https://github.com/rsm-hcd/andculturecode.csharp.web
dotnet-core hacktoberfest web-application
Last synced: 6 months ago
JSON representation
Common configuration and utilities for building dotnet core web applications
- Host: GitHub
- URL: https://github.com/rsm-hcd/andculturecode.csharp.web
- Owner: rsm-hcd
- License: apache-2.0
- Created: 2020-03-19T14:05:37.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T11:19:26.000Z (about 3 years ago)
- Last Synced: 2024-11-16T06:40:36.128Z (7 months ago)
- Topics: dotnet-core, hacktoberfest, web-application
- Language: C#
- Homepage:
- Size: 150 KB
- Stars: 3
- Watchers: 9
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# AndcultureCode.CSharp.Web

[](https://codecov.io/gh/AndcultureCode/AndcultureCode.CSharp.Web)
[](#contributors-)Common configuration and utilities for building dotnet core presentation web applications
## Getting Started
This package is installed via NuGet
```
dotnet add [] package AndcultureCode.CSharp.Web
```## Documentation
- [Full API Documentation](src/AndcultureCode.CSharp.Web/AndcultureCode.CSharp.Web.md)
- [Authentication](./documentation/authentication.md)## Development Setup
* Install Dotnet Core 2.x
* Install the `and-cli` tooling found at [AndcultureCode.Cli](https://github.com/AndcultureCode/AndcultureCode.Cli)Below are a few basics to get you started, but there are many more commands and options for managing this and other projects found in the `and-cli`.
### Building project
* Run the build command
```
and-cli dotnet --build
```### Running tests
* Run the test command
```
and-cli dotnet-test
```### Running tests along with code coverage
* Run the test command
```
and-cli dotnet-test --coverage
```
* Open the `coverage.opencover.xml` file in your browser### Publishing a new version
* Run the publish command with the next version number ([See semver package versioning](https://docs.microsoft.com/en-us/nuget/concepts/package-versioning))
```
and-cli nuget --publish
```Contributing
======Information on contributing to this repo is in the [Contributing Guide](CONTRIBUTING.md)
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Winton DeShong
💻 ⚠️ 📖 👀
Brandon Scott
👀 💻
Said B Shah
📖 🚧
Jim Stevenson
👀
Michael Tyson
👀
Scott Savage
👀
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!