Skip to content

Commit

Permalink
Project Revise
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Dec 6, 2022
1 parent a3c4dff commit 8b50c68
Show file tree
Hide file tree
Showing 66 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: GitHub discussion tab
url: https://github.com/Taiizor/Starterkit/discussions
url: https://github.com/Taiizor/Taiizor.Starterkit/discussions
about: Please ask and answer questions here
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
with:
dotnet-version: 7.0.100

- name: Restore the Starterkit
- name: Restore the Taiizor.Starterkit
run: dotnet restore ${{ matrix.solution }} -p:Configuration=${{ matrix.configuration }} -p:UseSharedCompilation=false

- name: Build the Starterkit
- name: Build the Taiizor.Starterkit
run: dotnet build ${{ matrix.solution }} -c ${{ matrix.configuration }} -p:UseSharedCompilation=false --no-restore /nowarn:CS0067,CS0108,CS0109,CS0114,CS0169,CS0414,CS0618,CS0649,CS8632,CA1416,NU5104,NETSDK1138,SYSLIB0003

# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
Release
]
solution: [
src/Starterkit.sln
src/Taiizor.Starterkit.sln
]

steps:
Expand All @@ -42,7 +42,7 @@ jobs:
run: dotnet test ${{ matrix.solution }} -c ${{ matrix.configuration }} /nowarn:CS0067,CS0108,CS0109,CS0114,CS0169,CS0414,CS0649,CA1416,NU5104,NETSDK1138,SYSLIB0003

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the Starterkit
- name: Restore the Taiizor.Starterkit
run: msbuild ${{ matrix.solution }} /t:Restore /p:Configuration=$env:Configuration
env:
Configuration: ${{ matrix.configuration }}
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
with:
dotnet-version: 7.0.100

- name: Restore the Starterkit
- name: Restore the Taiizor.Starterkit
run: dotnet restore ${{ matrix.solution }} -p:Configuration=${{ matrix.configuration }}

- name: Build the Starterkit
- name: Build the Taiizor.Starterkit
run: dotnet build ${{ matrix.solution }} -c ${{ matrix.configuration }} --no-restore /nowarn:CS0067,CS0108,CS0109,CS0114,CS0169,CS0414,CS0649,CA1416,NU5104,NETSDK1138,SYSLIB0003

- name: Test the Starterkit
- name: Test the Taiizor.Starterkit
run: dotnet test ${{ matrix.solution }} -c ${{ matrix.configuration }} --no-build --verbosity normal
4 changes: 2 additions & 2 deletions README.ES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

[![Discord-Server](https://img.shields.io/discord/932386235538878534?label=Discord)](https://discord.gg/nxG977byXb)

# Bienvenido a Starterkit
Starterkit es una biblioteca de kit de inicio para proyectos que utilizan .NET Blazor. Proporciona comodidad con varias funciones que ofrece.
# Bienvenido a Taiizor.Starterkit
Taiizor.Starterkit es una biblioteca de kit de inicio para proyectos que utilizan .NET Blazor. Proporciona comodidad con varias funciones que ofrece.

## Colaboradores

Expand Down
4 changes: 2 additions & 2 deletions README.TR.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

[![Discord-Server](https://img.shields.io/discord/932386235538878534?label=Discord)](https://discord.gg/nxG977byXb)

# Starterkit'e Hoşgeldiniz
Starterkit, .NET Blazor kullanan projeler için başlangıç seti kitaplığıdır. Sunduğu çeşitli fonksiyonlarla kolaylık sağlar.
# Taiizor.Starterkit'e Hoşgeldiniz
Taiizor.Starterkit, .NET Blazor kullanan projeler için başlangıç seti kitaplığıdır. Sunduğu çeşitli fonksiyonlarla kolaylık sağlar.

## Katkıda Bulunanlar

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

[![Discord-Server](https://img.shields.io/discord/932386235538878534?label=Discord)](https://discord.gg/nxG977byXb)

# Welcome to Starterkit
Starterkit is a starterkit library for projects using .NET Blazor. It provides convenience with various functions it offers.
# Welcome to Taiizor.Starterkit
Taiizor.Starterkit is a starterkit library for projects using .NET Blazor. It provides convenience with various functions it offers.

## Contributors

Expand All @@ -27,7 +27,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
</sub>
</a>
<br/>
<a href="https://github.com/Taiizor/Starterkit/commits?author=Taiizor" title="Code">💻</a>
<a href="https://github.com/Taiizor/Taiizor.Starterkit/commits?author=Taiizor" title="Code">💻</a>
<a href="https://www.taiizor.com" title="Ideas & Planning, Feedback">🤔</a>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Welcome to your new app.

<button class="btn btn-primary" @onclick="IncrementCount">Click me</button>

<SurveyPrompt Title="How is Starterkit working for you?" />
<SurveyPrompt Title="How is Taiizor.Starterkit working for you?" />

@code {
private int currentCount = 0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@page
@model Starterkit.Demo.Pages.ErrorModel
@model Taiizor.Starterkit.Demo.Pages.ErrorModel

@using Starterkit.Enum
@using Starterkit.Interface
@using Taiizor.Starterkit.Enum
@using Taiizor.Starterkit.Interface

@inject ITheme Theme
@inject IBootstrapBase BootstrapBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using Microsoft.AspNetCore.Mvc.RazorPages;
using System.Diagnostics;

namespace Starterkit.Demo.Pages
namespace Taiizor.Starterkit.Demo.Pages
{
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
[IgnoreAntiforgeryToken]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@page "/"

@using Starterkit.Enum
@using Starterkit.Extension;
@using Starterkit.Interface
@using Taiizor.Starterkit.Enum
@using Taiizor.Starterkit.Extension;
@using Taiizor.Starterkit.Interface
@using Microsoft.AspNetCore.Components.Web

@namespace Starterkit.Demo.Pages
@namespace Taiizor.Starterkit.Demo.Pages

@inject ITheme Theme
@inject IBootstrapBase BootstrapBase
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Starterkit.Extension;
using Starterkit.Interface;
using Taiizor.Starterkit.Extension;
using Taiizor.Starterkit.Interface;

namespace Starterkit.Demo
namespace Taiizor.Starterkit.Demo
{
public class Program
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@inherits LayoutComponentBase

<PageTitle>Starterkit.Demo</PageTitle>
<PageTitle>Taiizor.Starterkit.Demo</PageTitle>

<div class="page">
<main>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@using Starterkit.Interface
@using Taiizor.Starterkit.Interface

@inject ITheme Theme

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<PropertyGroup>
<UseRazorSourceGenerator>true</UseRazorSourceGenerator>
<RootNamespace>Taiizor.Starterkit.Demo</RootNamespace>
<AddRazorSupportForMvc>true</AddRazorSupportForMvc>
<RootNamespace>Starterkit.Demo</RootNamespace>
<TargetFramework>net7.0</TargetFramework>
<RazorLangVersion>7.0</RazorLangVersion>
<DefaultLanguage>en-GB</DefaultLanguage>
Expand All @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Taiizor.Starterkit" Version="1.0.5" />
<PackageReference Include="Taiizor.Starterkit" Version="1.1.1.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop
@using Starterkit.Demo
@using Starterkit.Demo.Shared
@using Taiizor.Starterkit.Demo
@using Taiizor.Starterkit.Demo.Shared
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Starterkit.Demo", "Starterkit.Demo\Starterkit.Demo.csproj", "{4F672FCC-D508-41C7-8BF9-0E7B725763F9}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Taiizor.Starterkit.Demo", "Taiizor.Starterkit.Demo\Taiizor.Starterkit.Demo.csproj", "{4F672FCC-D508-41C7-8BF9-0E7B725763F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion src/Starterkit.sln → src/Taiizor.Starterkit.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Starterkit", "Starterkit\Starterkit.csproj", "{1E432710-635B-4B29-990D-2C6C051230F3}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Taiizor.Starterkit", "Taiizor.Starterkit\Taiizor.Starterkit.csproj", "{1E432710-635B-4B29-990D-2C6C051230F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Çözüm Öğeleri", "Çözüm Öğeleri", "{577F07FB-1467-4B21-B788-360B77495CF7}"
ProjectSection(SolutionItems) = preProject
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Starterkit.Extension;
using Starterkit.Helper;
using Starterkit.Interface;
using Taiizor.Starterkit.Extension;
using Taiizor.Starterkit.Helper;
using Taiizor.Starterkit.Interface;

namespace Starterkit
namespace Taiizor.Starterkit
{
public class BootstrapBase : IBootstrapBase
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Starterkit.Enum
namespace Taiizor.Starterkit.Enum
{
public enum DirectionEnum
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Starterkit.Enum
namespace Taiizor.Starterkit.Enum
{
public enum MediaEnum
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Starterkit.Enum
namespace Taiizor.Starterkit.Enum
{
public enum TypeEnum
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Starterkit.Enum;
using Starterkit.Interface;
using System.Globalization;
using System.Reflection;
using Taiizor.Starterkit.Enum;
using Taiizor.Starterkit.Interface;

namespace Starterkit.Extension
namespace Taiizor.Starterkit.Extension
{
// Core theme class
public class Theme : ITheme
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Starterkit.Extension
namespace Taiizor.Starterkit.Extension
{
public class ThemeAssets : ThemeVendors
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Starterkit.Extension
namespace Taiizor.Starterkit.Extension
{
// Base type class for theme settings
public class ThemeBase
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Microsoft.JSInterop;
using Starterkit.Interface;
using Taiizor.Starterkit.Interface;

namespace Starterkit.Extension
namespace Taiizor.Starterkit.Extension
{
public class ThemeHelpers : IThemeHelpers
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Starterkit.Extension
namespace Taiizor.Starterkit.Extension
{
public class ThemeLanguages
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Microsoft.Extensions.Configuration;

namespace Starterkit.Extension
namespace Taiizor.Starterkit.Extension
{
public class ThemeSettings
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Starterkit.Extension
namespace Taiizor.Starterkit.Extension
{
public class ThemeSocialMedia
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Starterkit.Extension
namespace Taiizor.Starterkit.Extension
{
public class ThemeThirdParty
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Starterkit.Extension
namespace Taiizor.Starterkit.Extension
{
public class ThemeVendors
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using Microsoft.AspNetCore.Http.Features;
using System.Security.Claims;

namespace Starterkit.Helper
namespace Taiizor.Starterkit.Helper
{
public class Context
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Starterkit.Enum;
using Taiizor.Starterkit.Enum;

namespace Starterkit.Helper
namespace Taiizor.Starterkit.Helper
{
public class Converter
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Starterkit.Interface
namespace Taiizor.Starterkit.Interface
{
// Core bootstrap base interface
public interface IBootstrapBase
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Starterkit.Enum;
using Taiizor.Starterkit.Enum;

namespace Starterkit.Interface
namespace Taiizor.Starterkit.Interface
{
// Core theme interface
public interface ITheme
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Starterkit.Interface
namespace Taiizor.Starterkit.Interface
{
// Core theme helper interface
public interface IThemeHelpers
Expand Down
File renamed without changes.
File renamed without changes
Loading

0 comments on commit 8b50c68

Please sign in to comment.