Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebranding #1

Merged
merged 2 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
path: ./artifacts
- name: Delivery nuget to Github Packages
if: ${{ github.actor != 'dependabot[bot]' }}
run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source 'https://nuget.pkg.github.com/MakingSense/index.json'
run: dotnet nuget push ./artifacts/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --source 'https://nuget.pkg.github.com/FromDoppler/index.json'
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Text;

namespace MakingSense.AspNetCore.Authentication.Abstractions
namespace Doppler.AspNetCore.Authentication.Abstractions
{
public class AuthenticationException : Exception
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>MakingSense.AspNetCore.Abstractions Class Library</Description>
<Authors>MakingSense</Authors>
<Description>Doppler.AspNetCore.Abstractions Class Library</Description>
<Authors>Doppler</Authors>
<TargetFrameworks>netstandard1.2;netstandard2.0</TargetFrameworks>
<AssemblyName>MakingSense.AspNetCore.Abstractions</AssemblyName>
<PackageId>MakingSense.AspNetCore.Abstractions</PackageId>
<PackageTags>ASP.NET 5;vnext;ASP.NET Core</PackageTags>
<PackageProjectUrl>https://github.com/MakingSense/aspnet-hypermedia-api</PackageProjectUrl>
<AssemblyName>Doppler.AspNetCore.Abstractions</AssemblyName>
<PackageId>Doppler.AspNetCore.Abstractions</PackageId>
<PackageTags>ASP.NET;ASP.NET Core</PackageTags>
<PackageProjectUrl>https://github.com/FromDoppler/doppler-aspnet-hypermedia-api</PackageProjectUrl>
<PackageLicenseUrl>http://www.gnu.org/licenses/lgpl.html</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/MakingSense/aspnet-hypermedia-api</RepositoryUrl>
<RepositoryUrl>git://github.com/FromDoppler/doppler-aspnet-hypermedia-api</RepositoryUrl>
<Version>2.2.0-alpha</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Linq;
using System.Threading.Tasks;

namespace MakingSense.AspNetCore.Abstractions
namespace Doppler.AspNetCore.Abstractions
{
public static class Maybe
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{08BF1979-B13B-4728-ADD3-F5DEBADB527D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{58C24ACF-B1B5-4FBC-B0A5-688662B9D03A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Expand All @@ -16,9 +14,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MakingSense.AspNetCore.HypermediaApi", "src\MakingSense.AspNetCore.HypermediaApi\MakingSense.AspNetCore.HypermediaApi.csproj", "{3EEDECD4-F720-48E3-8323-091B7B8F53FE}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Doppler.AspNetCore.HypermediaApi", "Doppler.AspNetCore.HypermediaApi\Doppler.AspNetCore.HypermediaApi.csproj", "{3EEDECD4-F720-48E3-8323-091B7B8F53FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MakingSense.AspNetCore.Abstractions", "src\MakingSense.AspNetCore.Abstractions\MakingSense.AspNetCore.Abstractions.csproj", "{A2BADEF1-ACA2-4249-80C5-3AACE53B2339}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Doppler.AspNetCore.Abstractions", "Doppler.AspNetCore.Abstractions\Doppler.AspNetCore.Abstractions.csproj", "{A2BADEF1-ACA2-4249-80C5-3AACE53B2339}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -38,10 +36,6 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3EEDECD4-F720-48E3-8323-091B7B8F53FE} = {08BF1979-B13B-4728-ADD3-F5DEBADB527D}
{A2BADEF1-ACA2-4249-80C5-3AACE53B2339} = {08BF1979-B13B-4728-ADD3-F5DEBADB527D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D50E176-607E-4A0A-88AB-FACC2B168DBF}
EndGlobalSection
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using MakingSense.AspNetCore.Abstractions;
using MakingSense.AspNetCore.HypermediaApi.Model;
using Doppler.AspNetCore.Abstractions;
using Doppler.AspNetCore.HypermediaApi.Model;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace MakingSense.AspNetCore.HypermediaApi.ApiMappers
namespace Doppler.AspNetCore.HypermediaApi.ApiMappers
{
[System.Diagnostics.DebuggerStepThrough]
public static class ApiMapperExtensions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Linq.Expressions;
using System.Threading.Tasks;

namespace MakingSense.AspNetCore.HypermediaApi.ApiMappers
namespace Doppler.AspNetCore.HypermediaApi.ApiMappers
{
/// <summary>
/// It helps to create a IQueryable friendly mapper.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Linq;
using System.Reflection;
using MakingSense.AspNetCore.HypermediaApi.ApiMappers;
using Doppler.AspNetCore.HypermediaApi.ApiMappers;
using Microsoft.Framework.Internal;

namespace Microsoft.Extensions.DependencyInjection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Linq;
using System.Threading.Tasks;

namespace MakingSense.AspNetCore.HypermediaApi.ApiMappers
namespace Doppler.AspNetCore.HypermediaApi.ApiMappers
{
//TODO: make it async
public interface IApiMapper<TIn, TOut>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Linq;
using System.Threading.Tasks;

namespace MakingSense.AspNetCore.HypermediaApi.ApiMappers
namespace Doppler.AspNetCore.HypermediaApi.ApiMappers
{
public interface IQueryableMapper<TIn, TOut>
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Description>MakingSense.AspNetCore.HypermediaApi Class Library</Description>
<Authors>MakingSense</Authors>
<Description>Doppler.AspNetCore.HypermediaApi Class Library</Description>
<Authors>Doppler</Authors>
<TargetFrameworks>net8.0;net7.0;net6.0;netstandard2.0;net452</TargetFrameworks>
<AssemblyName>MakingSense.AspNetCore.HypermediaApi</AssemblyName>
<PackageId>MakingSense.AspNetCore.HypermediaApi</PackageId>
<PackageTags>ASP.NET 5;vnext;Hypermedia;API;REST;ASP.NET Core</PackageTags>
<PackageProjectUrl>https://github.com/MakingSense/aspnet-hypermedia-api</PackageProjectUrl>
<AssemblyName>Doppler.AspNetCore.HypermediaApi</AssemblyName>
<PackageId>Doppler.AspNetCore.HypermediaApi</PackageId>
<PackageTags>ASP.NET;Hypermedia;API;REST;ASP.NET Core</PackageTags>
<PackageProjectUrl>https://github.com/FromDoppler/doppler-aspnet-hypermedia-api</PackageProjectUrl>
<PackageLicenseUrl>http://www.gnu.org/licenses/lgpl.html</PackageLicenseUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>git://github.com/MakingSense/aspnet-hypermedia-api</RepositoryUrl>
<RepositoryUrl>git://github.com/FromDoppler/doppler-aspnet-hypermedia-api</RepositoryUrl>
<Version>2.2.1-alpha</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\MakingSense.AspNetCore.Abstractions\MakingSense.AspNetCore.Abstractions.csproj" />
<ProjectReference Include="..\Doppler.AspNetCore.Abstractions\Doppler.AspNetCore.Abstractions.csproj" />
</ItemGroup>


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using MakingSense.AspNetCore.HypermediaApi.ExceptionHandling;
using Doppler.AspNetCore.HypermediaApi.ExceptionHandling;
using Microsoft.Framework.Internal;

namespace Microsoft.AspNetCore.Builder
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Threading.Tasks;
using MakingSense.AspNetCore.Abstractions;
using Doppler.AspNetCore.Abstractions;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Abstractions;
Expand All @@ -9,14 +9,14 @@
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Net.Http.Headers;
using System.Linq;
using MakingSense.AspNetCore.HypermediaApi.Metadata;
using MakingSense.AspNetCore.HypermediaApi.Linking;
using Doppler.AspNetCore.HypermediaApi.Metadata;
using Doppler.AspNetCore.HypermediaApi.Linking;
using Microsoft.AspNetCore.Mvc.Infrastructure;
#if NETFRAMEWORK
using Microsoft.AspNetCore.Mvc.Internal;
#endif

namespace MakingSense.AspNetCore.HypermediaApi.ExceptionHandling
namespace Doppler.AspNetCore.HypermediaApi.ExceptionHandling
{
public class ApiErrorHandlerMiddleware
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;

namespace MakingSense.AspNetCore.HypermediaApi.ExceptionHandling
namespace Doppler.AspNetCore.HypermediaApi.ExceptionHandling
{
public class ApiException : Exception
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using System;
using MakingSense.AspNetCore.Abstractions;
using MakingSense.AspNetCore.Authentication.Abstractions;
using MakingSense.AspNetCore.HypermediaApi.Problems;
using Doppler.AspNetCore.Abstractions;
using Doppler.AspNetCore.Authentication.Abstractions;
using Doppler.AspNetCore.HypermediaApi.Problems;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;

namespace MakingSense.AspNetCore.HypermediaApi.ExceptionHandling
namespace Doppler.AspNetCore.HypermediaApi.ExceptionHandling
{
public class DefaultProblemDetectionHandler : IContextProblemDetectionHandler, IExceptionProblemDetectionHandler
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using MakingSense.AspNetCore.Abstractions;
using Doppler.AspNetCore.Abstractions;
using Microsoft.AspNetCore.Http;
using System;

namespace MakingSense.AspNetCore.HypermediaApi.ExceptionHandling
namespace Doppler.AspNetCore.HypermediaApi.ExceptionHandling
{
public interface IContextProblemDetectionHandler
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using MakingSense.AspNetCore.Abstractions;
using Doppler.AspNetCore.Abstractions;
using System;

namespace MakingSense.AspNetCore.HypermediaApi.ExceptionHandling
namespace Doppler.AspNetCore.HypermediaApi.ExceptionHandling
{
public interface IExceptionProblemDetectionHandler
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using MakingSense.AspNetCore.HypermediaApi.Problems;
using Doppler.AspNetCore.HypermediaApi.Problems;
using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.Logging;
using System;
using System.Threading.Tasks;

namespace MakingSense.AspNetCore.HypermediaApi.ExceptionHandling
namespace Doppler.AspNetCore.HypermediaApi.ExceptionHandling
{
/// <summary>
/// This middleware capture all request an throws a NotFound exception.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using System;
using MakingSense.AspNetCore.HypermediaApi.ExceptionHandling;
using Doppler.AspNetCore.HypermediaApi.ExceptionHandling;
using Microsoft.Framework.Internal;

namespace Microsoft.AspNetCore.Builder
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using MakingSense.AspNetCore.HypermediaApi.Model;
using Doppler.AspNetCore.HypermediaApi.Model;
using Microsoft.AspNetCore.Http;
using System.Collections.Generic;
using System.Linq;

namespace MakingSense.AspNetCore.HypermediaApi.ExceptionHandling
namespace Doppler.AspNetCore.HypermediaApi.ExceptionHandling
{
public abstract class Problem : BaseModel
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using MakingSense.AspNetCore.HypermediaApi.Formatters.Internal;
using Doppler.AspNetCore.HypermediaApi.Formatters.Internal;
using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.DependencyInjection.Extensions;
using Microsoft.Extensions.Options;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using JsonInputFormatter = Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonInputFormatter;
#endif

namespace MakingSense.AspNetCore.HypermediaApi.Formatters
namespace Doppler.AspNetCore.HypermediaApi.Formatters
{
// TODO: it is difficult to personalize it. Find an alternative.
public class HypermediaApiJsonInputFormatter : JsonInputFormatter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using MakingSense.AspNetCore.HypermediaApi.Utilities;
using Doppler.AspNetCore.HypermediaApi.Utilities;
using Newtonsoft.Json;

namespace MakingSense.AspNetCore.HypermediaApi.Formatters.Internal
namespace Doppler.AspNetCore.HypermediaApi.Formatters.Internal
{
public class DateTimeOffsetFormatJsonConverter : JsonConverter
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
using MvcJsonOptions = Microsoft.AspNetCore.Mvc.MvcNewtonsoftJsonOptions;
#endif

namespace MakingSense.AspNetCore.HypermediaApi.Formatters.Internal
namespace Doppler.AspNetCore.HypermediaApi.Formatters.Internal
{
public class HypermediaApiMvcOptionsSetup : ConfigureOptions<MvcOptions>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
using System.Reflection;
using System.Text.Encodings.Web;
using System.Threading.Tasks;
using MakingSense.AspNetCore.Abstractions;
using MakingSense.AspNetCore.HypermediaApi.Linking.VirtualRelations;
using MakingSense.AspNetCore.HypermediaApi.Metadata;
using MakingSense.AspNetCore.Utilities;
using Doppler.AspNetCore.Abstractions;
using Doppler.AspNetCore.HypermediaApi.Linking.VirtualRelations;
using Doppler.AspNetCore.HypermediaApi.Metadata;
using Doppler.AspNetCore.Utilities;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Controllers;
using Microsoft.AspNetCore.Mvc.Infrastructure;
using Microsoft.AspNetCore.Mvc.Routing;
using Microsoft.Framework.Internal;

namespace MakingSense.AspNetCore.HypermediaApi.Linking
namespace Doppler.AspNetCore.HypermediaApi.Linking
{
public abstract class BaseLinkHelper : ILinkHelper
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;

namespace MakingSense.AspNetCore.HypermediaApi.Linking
namespace Doppler.AspNetCore.HypermediaApi.Linking
{
public class ComposedRelation : IRelation
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;

namespace MakingSense.AspNetCore.HypermediaApi.Linking
namespace Doppler.AspNetCore.HypermediaApi.Linking
{
public enum HttpMethod
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
using MakingSense.AspNetCore.Abstractions;
using Doppler.AspNetCore.Abstractions;
using Microsoft.AspNetCore.Mvc;
using System;
using System.Linq.Expressions;
using System.Threading.Tasks;

namespace MakingSense.AspNetCore.HypermediaApi.Linking
namespace Doppler.AspNetCore.HypermediaApi.Linking
{
public interface ILinkHelper
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;

namespace MakingSense.AspNetCore.HypermediaApi.Linking
namespace Doppler.AspNetCore.HypermediaApi.Linking
{
public interface IRelation
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using MakingSense.AspNetCore.HypermediaApi.Linking.StandardRelations;
using Doppler.AspNetCore.HypermediaApi.Linking.StandardRelations;
using Newtonsoft.Json;
using System;
using System.ComponentModel.DataAnnotations;

namespace MakingSense.AspNetCore.HypermediaApi.Linking
namespace Doppler.AspNetCore.HypermediaApi.Linking
{
public sealed class Link
{
Expand Down
Loading
Loading