init
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
@@ -0,0 +1,22 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("BlazorApp")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("BlazorApp")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("BlazorApp")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
dde306ccf7bf4bb8d082a60aec7ba74921708f37594eac062aeef1d7dbc4376b
|
||||
@@ -0,0 +1,55 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net8.0
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v8.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = BlazorApp
|
||||
build_property.RootNamespace = BlazorApp
|
||||
build_property.ProjectDir = /home/robert/Documents/repos/azure-web/BlazorApp/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.RazorLangVersion = 8.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = /home/robert/Documents/repos/azure-web/BlazorApp
|
||||
build_property._RazorSourceGeneratorDebug =
|
||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
|
||||
[/home/robert/Documents/repos/azure-web/BlazorApp/App.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = QXBwLnJhem9y
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/home/robert/Documents/repos/azure-web/BlazorApp/Components/Layout/MainLayout.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50cy9MYXlvdXQvTWFpbkxheW91dC5yYXpvcg==
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/home/robert/Documents/repos/azure-web/BlazorApp/Components/Layout/NavMenu.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50cy9MYXlvdXQvTmF2TWVudS5yYXpvcg==
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/home/robert/Documents/repos/azure-web/BlazorApp/Components/Pages/Home.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50cy9QYWdlcy9Ib21lLnJhem9y
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/home/robert/Documents/repos/azure-web/BlazorApp/Components/Pages/Logs.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50cy9QYWdlcy9Mb2dzLnJhem9y
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/home/robert/Documents/repos/azure-web/BlazorApp/Components/Pages/Metrics.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = Q29tcG9uZW50cy9QYWdlcy9NZXRyaWNzLnJhem9y
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/home/robert/Documents/repos/azure-web/BlazorApp/Routes.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = Um91dGVzLnJhem9y
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/home/robert/Documents/repos/azure-web/BlazorApp/_Imports.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = X0ltcG9ydHMucmF6b3I=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
@@ -0,0 +1,17 @@
|
||||
// <auto-generated/>
|
||||
global using Microsoft.AspNetCore.Builder;
|
||||
global using Microsoft.AspNetCore.Hosting;
|
||||
global using Microsoft.AspNetCore.Http;
|
||||
global using Microsoft.AspNetCore.Routing;
|
||||
global using Microsoft.Extensions.Configuration;
|
||||
global using Microsoft.Extensions.DependencyInjection;
|
||||
global using Microsoft.Extensions.Hosting;
|
||||
global using Microsoft.Extensions.Logging;
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.IO;
|
||||
global using System.Linq;
|
||||
global using System.Net.Http;
|
||||
global using System.Net.Http.Json;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
@@ -0,0 +1,16 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Prometheus.AspNetCore")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
BIN
GrafanaBlazor/BlazorApp/obj/Debug/net8.0/BlazorApp.assets.cache
Normal file
BIN
GrafanaBlazor/BlazorApp/obj/Debug/net8.0/BlazorApp.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
ef03edf2c1c99e1989ab37ede0615e351e3bc6e15d8617b06a4ad5647c3f51a0
|
||||
@@ -0,0 +1,8 @@
|
||||
/home/robert/Documents/repos/azure-web/BlazorApp/obj/Debug/net8.0/BlazorApp.csproj.AssemblyReference.cache
|
||||
/home/robert/Documents/repos/azure-web/BlazorApp/obj/Debug/net8.0/rpswa.dswa.cache.json
|
||||
/home/robert/Documents/repos/azure-web/BlazorApp/obj/Debug/net8.0/BlazorApp.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/home/robert/Documents/repos/azure-web/BlazorApp/obj/Debug/net8.0/BlazorApp.AssemblyInfoInputs.cache
|
||||
/home/robert/Documents/repos/azure-web/BlazorApp/obj/Debug/net8.0/BlazorApp.AssemblyInfo.cs
|
||||
/home/robert/Documents/repos/azure-web/BlazorApp/obj/Debug/net8.0/BlazorApp.csproj.CoreCompileInputs.cache
|
||||
/home/robert/Documents/repos/azure-web/BlazorApp/obj/Debug/net8.0/BlazorApp.MvcApplicationPartsAssemblyInfo.cs
|
||||
/home/robert/Documents/repos/azure-web/BlazorApp/obj/Debug/net8.0/BlazorApp.MvcApplicationPartsAssemblyInfo.cache
|
||||
@@ -0,0 +1 @@
|
||||
{"GlobalPropertiesHash":"ccQuP1h3J+qTJlTd8+t+EvsyTwT1WmMsdQ/GW8nCKBc=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["tTnK8VUcByjbDNR3a5TUed7WtuZcrVb9xbQJVhhiA5Y=","wv3kWnxdu1GvUaj9yySJfSu8aIocx9q0N1tZgcuTtWU=","LUrdm5WNNdZ4curT1rcM14xYzMF2HUsvkEqzMDZuwHI=","\u002BBqpfRks1dooPQQFQphQqPHm\u002BCeGAxwlSKsCegwbz6w=","z4vvdOQGcTxT7gN/WazgKuHHW80TDeNq99hp0X4qvF4=","bKHuv3z/aoG9kiqpmS/dQ8Nzmmi4GF76C065sPumDYM=","HThbJsxP5IboY2SH/oKqCBPVvW3gJKZ5TTgMuJ7HgJ4=","5oYWPZBeN\u002BAz07n7PuF5dX7tsf462mR/xxyywNYTY3k=","wB\u002Blqe/iZ5yw7FIWDOfSV1HFOylSoOb15S7E8siy96Q=","Cs\u002BqzZ3\u002BpvqaIGeeWRgClp1Y51DUyFbmgOLK99kpgJg="],"CachedAssets":{"tTnK8VUcByjbDNR3a5TUed7WtuZcrVb9xbQJVhhiA5Y=":{"Identity":"/home/robert/Documents/repos/azure-web/BlazorApp/wwwroot/css/app.css","SourceId":"BlazorApp","SourceType":"Discovered","ContentRoot":"/home/robert/Documents/repos/azure-web/BlazorApp/wwwroot/","BasePath":"/","RelativePath":"css/app#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"5pqjz6pznu","Integrity":"F8fWEP6GxgmqtOdEh5xA2AiAM2TdbQPtdl8qewWuKZQ=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot/css/app.css","FileLength":2304,"LastWriteTime":"2026-01-28T02:52:52.6882561+00:00"}},"CachedCopyCandidates":{}}
|
||||
Reference in New Issue
Block a user