Skip to content

Features/initial commit #1

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

Merged
merged 46 commits into from
May 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
7e8d947
Initial commit
SteveWilkes Apr 21, 2020
0ecf48b
Updating author image / Removing sample content
SteveWilkes Apr 21, 2020
1728ae5
Removing .vs folder
SteveWilkes Apr 21, 2020
4f4f126
Fixing post tags / Tidying
SteveWilkes Apr 21, 2020
944e0a4
Adding post images / Tidying
SteveWilkes Apr 21, 2020
8a04039
Updating styles + tidying
SteveWilkes Apr 21, 2020
5133664
Updating social links
SteveWilkes Apr 21, 2020
8bfde20
Setting up Disqus
SteveWilkes Apr 21, 2020
c18c7ec
Updating favicon
SteveWilkes Apr 21, 2020
69c002d
Making 'back to top' link reusable
SteveWilkes Apr 21, 2020
0c64d12
Fixing image links / Tidying
SteveWilkes Apr 21, 2020
0bab586
Next post
SteveWilkes Apr 21, 2020
cfb0563
Projects page
SteveWilkes Apr 22, 2020
3870e11
Extra project info
SteveWilkes Apr 22, 2020
cda0790
Style tweaks
SteveWilkes Apr 22, 2020
1f2c67e
Merge branch 'features/InitialCommit' of https://github.com/agileobje…
SteveWilkes Apr 22, 2020
37d1a17
Tweaking code styles
SteveWilkes Apr 22, 2020
231ba3a
Tags page styling
SteveWilkes Apr 22, 2020
1513237
Next post
SteveWilkes Apr 22, 2020
04d7b63
Next post
SteveWilkes Apr 22, 2020
860b372
Next post
SteveWilkes Apr 22, 2020
c8e0572
Next post
SteveWilkes Apr 22, 2020
31fffbf
Next post
SteveWilkes Apr 22, 2020
d3084a9
Addong NetStandardPolyfills icon
SteveWilkes Apr 22, 2020
9213a5d
Adding email Azure Func project
SteveWilkes Apr 22, 2020
81c2995
Updating contact page
SteveWilkes Apr 22, 2020
c55eda8
Next post
SteveWilkes Apr 22, 2020
e280480
Updating icon
SteveWilkes Apr 22, 2020
4731625
Merge branch 'features/InitialCommit' of https://github.com/agileobje…
SteveWilkes Apr 22, 2020
db19273
Project updates
SteveWilkes Apr 23, 2020
89a960e
Adding new email-sending Azure function
SteveWilkes Apr 23, 2020
2c5b86b
Updating email function address
SteveWilkes Apr 23, 2020
7b49c2d
Tidying
SteveWilkes Apr 24, 2020
7f92253
Validating contact form
SteveWilkes Apr 25, 2020
502a0cc
Adding contact page progress icons
SteveWilkes Apr 25, 2020
7d64ceb
Fixes
SteveWilkes Apr 25, 2020
3a768ce
Tidying
SteveWilkes Apr 25, 2020
be1388e
Contact changes
SteveWilkes Apr 25, 2020
34922a3
Configuring contact form recipient
SteveWilkes Apr 25, 2020
2dcfb29
Covering contact form during send
SteveWilkes Apr 25, 2020
3221b7d
Removing unused class
SteveWilkes Apr 25, 2020
13e9d94
Tidying
SteveWilkes Apr 25, 2020
9e9501f
Updating about text
SteveWilkes Apr 26, 2020
939acb2
Adding CORs settings to local config
SteveWilkes Apr 26, 2020
f55cc1e
Merge branch 'features/InitialCommit' of https://github.com/agileobje…
SteveWilkes Apr 26, 2020
e9fe5d2
Updating
SteveWilkes May 1, 2020
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
22 changes: 22 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
178 changes: 39 additions & 139 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
_site
.vs
.DS_Store
.jekyll
.jekyll-metadata
.jekyll-cache
.bundle
.sass-cache
Gemfile
Gemfile.lock
node_modules
package.json

/Properties/launchSettings.json

## 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
Expand All @@ -13,68 +25,48 @@
# 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/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
build/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
[Ll]ogs/
bin/
Bin/
obj/
Obj/

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

# Visual Studio 2017 auto generated files
Generated\ Files/
/yarn.lock

# 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
*_h.h
*_i.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
Expand All @@ -84,7 +76,6 @@ StyleCopReport.xml
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log
*.vspscc
*.vssscc
Expand All @@ -104,18 +95,13 @@ ipch/
*.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 @@ -127,20 +113,15 @@ _ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

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

# TeamCity is a build add-in
_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
Expand Down Expand Up @@ -172,29 +153,19 @@ publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# TODO: 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
**/[Pp]ackages/*
**/packages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
!**/packages/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
#!**/packages/repositories.config

# Microsoft Azure Build Output
csx/
Expand All @@ -204,39 +175,30 @@ csx/
ecf/
rcf/

# Windows Store app package directories and files
# Microsoft Azure ApplicationInsights config file
ApplicationInsights.config

# Windows Store app package directory
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/
!*.[Cc]ache/

# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs

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

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

# RIA/Silverlight projects
Generated_Code/
Expand All @@ -248,22 +210,15 @@ _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/
Expand All @@ -273,17 +228,13 @@ FakesAssemblies/

# 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
Expand All @@ -294,57 +245,6 @@ _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/

# Ionide (cross platform F# VS Code tools) working folder
.ionide/
21 changes: 21 additions & 0 deletions AgileObjects.Functions.Email/AgileObjects.Functions.Email.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<AzureFunctionsVersion>v3</AzureFunctionsVersion>
<UserSecretsId>262161b6-797e-41c8-9768-67b5559c64fd</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Azure.Functions.Extensions" Version="1.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="3.0.0" />
<PackageReference Include="Microsoft.NET.Sdk.Functions" Version="3.0.1" />
</ItemGroup>
<ItemGroup>
<None Update="host.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="local.settings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToPublishDirectory>Never</CopyToPublishDirectory>
</None>
</ItemGroup>
</Project>
Loading