Skip to content

Commit

Permalink
Merge pull request #1 from Unsettling/netstandard2
Browse files Browse the repository at this point in the history
Netstandard2
  • Loading branch information
Boggin authored Oct 7, 2022
2 parents 6130c7a 48f311b commit 564dc16
Show file tree
Hide file tree
Showing 70 changed files with 2,050 additions and 351 deletions.
199 changes: 181 additions & 18 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,50 1,79 @@
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

# Mono auto generated files
mono_crash.*

# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/

# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/

# Roslyn cache directories
*.ide/
# Visual Studio 2017 auto generated files
Generated\ Files/

# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*

#NUNIT
# NUnit
*.VisualState.xml
TestResult.xml
nunit-*.xml

# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c

# Benchmark Results
BenchmarkDotNet.Artifacts/

# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/

# StyleCop
StyleCopReport.xml

# Files built by Visual Studio
*_i.c
*_p.c
*_i.h
*_h.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
Expand All @@ -54,6 83,7 @@ dlldata.c
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log
*.vspscc
*.vssscc
Expand All @@ -69,14 99,21 @@ _Chutzpah*
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb

# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap

# Visual Studio Trace Files
*.e2e

# TFS 2012 Local Workspace
$tf/
Expand All @@ -89,7 126,7 @@ _ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

# JustCode is a .NET coding addin-in
# JustCode is a .NET coding add-in
.JustCode

# TeamCity is a build add-in
Expand All @@ -98,9 135,18 @@ _TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover

# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json

# Visual Studio code coverage results
*.coverage
*.coveragexml

# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*

# MightyMoose
*.mm.*
Expand Down Expand Up @@ -128,39 174,71 @@ publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj

# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/

# NuGet Packages
*.nupkg
# NuGet Symbol Packages
*.snupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# If using the old MSBuild-Integrated Package Restore, uncomment this:
#!**/packages/repositories.config

# Windows Azure Build Output
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets

# Microsoft Azure Build Output
csx/
*.build.csdef

# Windows Store app package directory
# Microsoft Azure Emulator
ecf/
rcf/

# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
*.appxbundle
*.appxupload

# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!?*.[Cc]ache/

# Others
sql/
*.Cache
ClientBin/
[Ss]tyle[Cc]op.*
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs

# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-286390424)
#*.snk

# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/

# RIA/Silverlight projects
Generated_Code/
Expand All @@ -172,18 250,103 @@ _UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak

# SQL Server files
*.mdf
*.ldf
*.ndf

# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- [Bb]ackup.rdl
*- [Bb]ackup ([0-9]).rdl
*- [Bb]ackup ([0-9][0-9]).rdl

# Microsoft Fakes
FakesAssemblies/

# GhostDoc plugin setting file
*.GhostDoc.xml

# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/

# Visual Studio 6 build log
*.plg

# Visual Studio 6 workspace options file
*.opt

# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw

# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions

# Paket dependency manager
.paket/paket.exe
paket-files/

# FAKE - F# Make
.fake/

# CodeRush personal settings
.cr/personal

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc

# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config

# Tabs Studio
*.tss

# Telerik's JustMock configuration file
*.jmconfig

# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs

# OpenCover UI analysis results
OpenCover/

# Azure Stream Analytics local run output
ASALocalRun/

# MSBuild Binary and Structured Log
*.binlog

# NVidia Nsight GPU debugger configuration file
*.nvuser

# MFractors (Xamarin productivity tool) working folder
.mfractor/

# Local History for Visual Studio
.localhistory/

# BeatPulse healthcheck temp database
healthchecksdb

# Backup folder for Package Reference Convert tool in Visual Studio 2017
MigrationBackup/

# macos
.DS_Store
Binary file added .ionide/symbolCache.db
Binary file not shown.
4 changes: 0 additions & 4 deletions .nuget/packages.config

This file was deleted.

1 change: 0 additions & 1 deletion .semver

This file was deleted.

3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 1,3 @@
{
"FSharp.fsacRuntime": "netcore"
}
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 2,12 @@
"version": "2.0.0",
"tasks": [
{
"taskName": "build",
"label": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/examples/FeatureFlagger.Example.Console/FeatureFlagger.Examples.Console.csproj"
"${workspaceFolder}/FeatureFlagger.sln"
],
"problemMatcher": "$msCompile"
}
Expand Down
19 changes: 8 additions & 11 deletions FeatureFlagger.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 2,23 @@
<package >
<metadata>
<id>FeatureFlagger</id>
<version>0.0.1-alpha003</version>
<version>0.0.1-alpha004</version>
<title>Feature Flagger</title>
<authors>Richard Bogle</authors>
<owners>boggin</owners>
<licenseUrl>https://github.com/Boggin/FeatureFlagger/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Boggin/FeatureFlagger</projectUrl>
<iconUrl>https://github.com/Boggin/FeatureFlagger/blob/master/assets/flag-32x32.png</iconUrl>
<licenseUrl>https://github.com/Unsettling/FeatureFlagger/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/Unsettling/FeatureFlagger</projectUrl>
<iconUrl>https://github.com/Unsettling/FeatureFlagger/raw/master/assets/flag-64x64.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Yet another Feature Flag (or Feature Toggle or Feature Switch) for your code.</description>
<releaseNotes>alpha.</releaseNotes>
<copyright>Copyright 2015</copyright>
<releaseNotes>alpha</releaseNotes>
<copyright>Copyright 2017 Unsettling Limited</copyright>
<tags>featureflagger feature flag toggle switch featureswitch featuretoggle featureflag</tags>
<dependencies>
<dependency id="Microsoft.Composition" version="1.0.30" />
<dependency id="System.Composition" version="1.1.0" />
</dependencies>
</metadata>
<files>
<file src="FeatureFlagger\bin\Release\FeatureFlagger.Behaviours.dll" target="lib\net45\FeatureFlagger.Behaviours.dll" />
<file src="FeatureFlagger\bin\Release\FeatureFlagger.ConfigurationReaders.dll" target="lib\net45\FeatureFlagger.ConfigurationReaders.dll" />
<file src="FeatureFlagger\bin\Release\FeatureFlagger.dll" target="lib\net45\FeatureFlagger.dll" />
<file src="FeatureFlagger\bin\Release\FeatureFlagger.Domain.dll" target="lib\net45\FeatureFlagger.Domain.dll" />
<file src="src\FeatureFlagger\bin\Release\netstandard2.0\*.dll" target="lib/netstandard2.0/" />
</files>
</package>
Loading

0 comments on commit 564dc16

Please sign in to comment.